/* CSS Document */

/* Este es el estilo para todo el body en general */
body {
	background-color: #8f94a3;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}

/* Estilo de las tablas con borde gris */	
.bort {
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
	}
	
/* Estilo para el borde derecho de la botonera 2 */
.bort3{
	border-right:solid 1px #CCCCCC;
	border-collapse:collapse;
	}
	
.textl {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#205B9D;
	}
	
/* Borde Verde y fondo para la Botonera superior */
.bort2 {
	border:solid 1px #75A247;
	border-collapse:collapse;
	background:url(../images/fondo_boton1.jpg) repeat-x;
	height:25px;
	}
/* Borde gris y fondo para la SubBotonera superior */
.bort21 {
	border:solid 1px #A7B7C4;
	border-collapse:collapse;
	background:url(../images/fondo_boton2.jpg) repeat-x;
	height:25px;
	}


	
/* Estilo para la botonera Izquierda*/
.botizq {
	background:url(../images/boton_3.gif) no-repeat;
	background-position:left;
	height:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#1c55a4;
	padding-left:20px;
	}

.botizq:hover {
	background:url(../images/boton_2.gif) no-repeat;
	background-position:left;
	height:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#1c55a4;
	padding-left:20px;
	}
/* Estilo para la botonera Centro*/	
	.botcentro {
	/*background:url(../images/arrow_red4.gif) no-repeat;
	background-position:left;*/
	height:30px;
	font-family:Arial;
	font-size:11px;
/*	font-weight:bold;*/
	color:#ffffff;
	padding-left:20px;
	}
.botcentro:hover {
	background:url(../images/boton_2.gif) no-repeat;
	background-position:left;
	height:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding-left:20px;
	}
/* Estilo para la SUbbotonera Centro*/	
.botcentro1 {
	/*background:url(../images/arrow_red4.gif) no-repeat;
	background-position:left;*/
	height:30px;
	font-family:Arial;
	font-size:11px;
/*	font-weight:bold;*/
	color:#666666;
	padding-left:20px;
	}
.botcentro1:hover {
	background:url(../images/boton_2.gif) no-repeat;
	background-position:left;
	height:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding-left:20px;
	}
	
/* Estilo para la subbotonera Centro*/	
.subotcentro {
	background:url(../images/arrow_red4.gif) no-repeat;
	background-position:left;	
	height:30px;
	font-family:Arial;
	font-size:11px;
	/*font-weight:bold;*/
	color:#1c55a4;
	padding-left:20px;
	}

.subotcentro:hover {
	background:url(../images/flecha_pro.gif) no-repeat;
	background-position:left;
	height:30px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#1c55a4;
	padding-left:20px;
	}

/* Estilo para el texto de la botonera superior */
.bot1 {
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;
	text-transform: none;
	text-decoration:none;
	}
.bot1:hover {
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: none;
	text-decoration:none;
	}
.bot4 {
	background:url(../images/botella.jpg) no-repeat;
	background-position:left;
	height:378px;
	}

.footer {
	font-family:arial;
	font-size:10px;
	color:#FFFFFF;
	}
	
.text_gen {
	font-family:Arial;
	font-size:11px;
	color:#333333;
	padding-left:5px;
	}
	
.title_naranja {
	font-family:Arial;
	font-size:11px;
	color:#FF6600;
	font-weight:bold;
	padding-bottom:4px;
	padding-left:5px;
	}

.title_azul {
	font-family:Arial;
	font-size:11px;
	text-transform:uppercase;
	color:#0D55A7;
	font-weight:bold;
	padding-bottom:4px;
	}	

.title_azul_grande {
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
	color:#0D55A7;
	font-weight:bold;
	padding-bottom:4px;
	}	

