/* CSS Document */

body{
background-color:#0066CC;
margin:0;
padding: 0;
text-align:center;
background-image:url(images/fondo2.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#contenido_ppal {
	top:0px;	
	height: auto;
	/*height: 780px;*/
	width: 900px;
	text-align:center;
	margin: auto;/*centrar plantilla*/
	/*background-color:#FFFFFF;*/
	background-image:url(images/fondo_1.png);
	background-position:center;
	background-repeat:repeat-y;
	position: relative ;
}
#header {
	top: 0px;	
	height: auto  ;
	width: auto;
	margin-left:50px;
	margin-right:50px;
	padding:10px;
}

#buscador{
	float:right;
	/*background-color:#EEEEEE;*/
	position:relative;
	top:0px;
	width:350px;
	height: auto;
	margin: 0px 5px 0px 5px; 
	border:dashed 1px #999999;
}

.btn_up{
	background:url(images/boton_verde.png) top left no-repeat;
	width:229px
}

.btn_botom{
	background:url(images/boton_verde.png) bottom left no-repeat; 
	width:229px; 
	height:5px;
}

#menu_list{
	top:0px;
	text-align:left;
	padding-left:5px;
	margin-left:50px;	
	margin-right:50px;
	/*background-color:red;*/
}

#menu li{
	top:0px;	
	margin : 0px 0px 0px 0px;
	padding: 0px 7px 7px 0px;
	list-style: none; 
	display: inline;
	
}

#contenido_txt{
	margin-left:50px;
	margin-right:50px;
	height:auto;
	/*height:500px; !important*/
	height: auto;
	widht:800px; 
	position:relative;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #3F56BA;
	padding:0;
	margin:2px;
}

#boton a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/boton_192.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	width: 192px;
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#boton a:hover{
	background-image: url(images/boton_192.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.titulo_promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
}

.numero_promo {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
#text_cuadro_left a{
color: #0099CC;
font-weight:bold;
text-decoration:none;

}
#text_cuadro_left a:hover{
color:#00CCFF;
}

.link_blanco{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

#text_inte{
padding:20px;
text-align:justify;
}