@charset "utf-8";
body {
	background-color:#ececf6;
	background-image:url(../imagenes/background.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:justify;
	line-height:16px;
		}
		
	#contenedor{
	width:980px;
	margin:0 auto;
	background-image:url(../imagenes/fondo.png);
	background-repeat:repeat-y;
	}
		
	
	
	#header{
	height:137px;
	margin:0 auto;
	background-color:#000066;
	}

#lateral2 {
	width:150px;
	background-image:url(../imagenes/linea.gif);
	background-repeat:repeat-y;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:auto;
	float:right;
	text-align:center;
	padding-left:10px;
	padding-top:15px;

	}
		
		#lateral3 {
	width:200px;
	background-image:url(../imagenes/hojita.jpg);
	background-repeat:no-repeat;
		background-position:top;
	margin-top:0px;
	margin-bottom:auto;
	float:right;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}
		#lateral4izq {
	width:200px;
	background-image:url(../imagenes/hojita2llena.gif);
	background-repeat:no-repeat;
		background-position:top;
	margin-top:0px;
	margin-bottom:auto;
	float:left;
	text-align:center;
	padding-left:15px;
	padding-right:30px;
	padding-top:30px;
	}
	#interior1 {
	width:150px;
	background-color:#FFFFFF;
	border:solid 1px;
	border-color:#660099;
	margin-top:0px;
	float:left;
	margin-bottom:auto;
	margin-right:10px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	}
	#lateral {
	width:150px;
	height:438px;
	background-image:url(../imagenes/fondobotonera.gif);
	background-repeat:no-repeat;
	margin-left:8px;
	margin-top:0px;
	margin-bottom:auto;
	float:left;
	padding-top:25px;
	padding-left:10px;
	}
		
	
* html #lateral {
width:140px;
height:438px; /* para IE5.x/ */
	margin-left:10px;
	margin-right:8px;
	margin-bottom:auto;
	float:left;
w\idth:135px; /* para otros IE */
	}
		
* html #lateral2 {
width:140px; /* para IE5.x/ */
	margin-left:10px;
	margin-right:8px;
	margin-bottom:auto;
	float:left;
w\idth:140px; /* para otros IE */
	}
	
	
	#contenido {
	width:600px;
	margin-left:180px;
	padding-top:10px; 
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	
		}
	
	#pie {
	margin-top:0px;
	background-image:url(../imagenes/pie.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width: 980px;
	clear:both;
    }
.tdstyle {
background-repeat:no-repeat;
text-align:left;
padding-left:10px;
padding-right:10px;
}
.tdstyle2{
background-repeat:repeat-y;
text-align:left;
padding-left:10px;
padding-right:25px;

}
.listyle{
text-align: left;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

.alink{
color:#660000;
font-size:9px;}

.imflota{
float:left;
margin-bottom:10px;
margin-right:10px;
margin-top:2px;
 }
 .imflotader{
float:right;
margin-bottom:10px;
margin-left:10px;
margin-top:2px;
 }
 a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}