/* CSS Document */

body {
	background-color:#12355f;
	background-image:url(img/bg_azul.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	
	text-align:justify;
	vertical-align:top;
	
	margin:0;
	padding:0;}
	
.f-i{
	float:left;
	margin-right:20px;}
	
.f-d{
	float:right;
	margin-left:20px;}
	
h1{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-stretch:extra-condensed;;
	color:#0095eb;}
	
	
.azul {
	font-size:11px;
	color:#0095eb;
	font-weight:bold;}
	
	
a:link {
	color: #8dc63f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8dc63f;
}
a:hover {
	text-decoration: none;
	color: #3fb5c6;
}
a:active {
	text-decoration: none;
	color: #8dc63f;}
	
	
a.menu:link {
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-right:10px;
	font-size:13px;
}
a.menu:visited {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-right:10px;
	font-size:13px;
	}
a.menu:hover {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3fb5c6;
	margin-right:10px;
	font-size:13px;
		}
a.menu:active {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-right:10px;
	font-size:13px;}

	

#tabla_principal {
	width:760px;
	height:100%;
	margin:0 auto;}
	
	#td1{
	height:90px;
	background-image:url(img/cabecera_01.jpg);}
	
	#c1{
	width:205px;
	height:100%;
	padding:140px 0;
	line-height:18px;
	vertical-align:top;
	text-align:right;
	background-image:url(img/izquierda_02.jpg);
	background-repeat:no-repeat;}
	
	#c2{
	width:475px;
	height:100%;
	vertical-align:top;
	text-align:justify;
	padding:80px 50px 40px 30px;
	background-image:url(img/tabla_bg1.jpg);
	background-repeat:no-repeat;}
	
.ImageIzq_borde {
	CLEAR: both;
	FLOAT: left;
	MARGIN: 5px;
	border: 1px solid #003366;}
	
.Imageder_borde {
	CLEAR: both;
	FLOAT: right;
	MARGIN: 5px;
	border: 1px solid #003366;}


	