@charset "utf-8";
/* CSS Document */
body, html {
	background:url(../img/interfaz/fondoweb.jpg) repeat-x bottom #FFF;
	margin:0;
	padding:0;
}
body,td,th {
	font-size:10px;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:14px;
	color:#333;
}
h2{
	font-size:12px;
	color:#000;
	font-weight:bold;
}
/*ID*/
#web{
	margin-top:20px;
}
#header{
	height:320px;
}
#content{
	background:#FFF url(../img/interfaz/content.gif) repeat-y top left;

}
	#content_01, #content_02, #content_03{
		background:#FFF;
	}
#footer{
/*	background:url(../img/interfaz/footer.jpg) no-repeat top left;*/
	padding-top:10px;
	color:#FFF;
}
	#footer_02 td, #footer_02 a{
		color:#FFF;
		text-decoration:none;
	}
	#footer_01, #footer_02{
		background:url(../img/interfaz/linea_blanca_v.gif) repeat-y right;
	}
	#footer_02{
	}
	#footer_03{
	}
	#footer_01, #footer_02, #footer_03{
		height:105px;
		margin-bottom:10px;
	}
/*CLASS*/
.enmarcado{
	border:1px solid #CCC;
}
.titulo{
	height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#FFF;
	padding:5px 10px 5px 0;
}
.rojo{
	background:url(../img/interfaz/titulo_rojo.jpg) repeat-x;
}
.verde{
	background:url(../img/interfaz/titulo_verde.jpg) repeat-x;
}
.subrayado {
	background:url(../img/interfaz/linea_blanca_h.gif) bottom left repeat-x;
}
.subrayado_v {
	background:url(../img/interfaz/linea_blanca_v.gif) right top repeat-y;
}