/* CSS Document */

*	{
	margin:0;
	padding:0;
	}
	
img	{
	border:0;
	}
	
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	}
	
h1{
	color:#FFF;
	font-size:20px;
	padding-top:30px;}
	
h2{}

h3{
	color:#FFF;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:15px;}
	
.limpiar{
	clear:both;}
	
.capitular{
	font-size:18px;
	font-weight:bold;}
	
/*HOME*/

.home_contenedor{
	min-width:760px;}

.home_superior{
	height:105px;
	background:#013366 /*url(imgweb/sup_bg.jpg) top repeat-x*/;
	}
	
	.home_superior .centrar{
		width:670px;
		margin:auto;}
	
.home_menu{
	height:40px;
	background:#333 url(imgweb/menu_bg.jpg) top repeat-x;
	}
	
	.home_menu .centromenu{
		width:80%;
		margin:auto;
		height:40px;
	}
	
	.home_menu a{
		color:#FFF;
		text-decoration:none;
		font-size:12px;
		float:right;
		display:block;
		padding:12px 20px;
		/*border-right:1px solid #B2B2B2;*/
		background:url(imgweb/menu_bg_2.jpg) no-repeat left -60px;
		height:16px;
		}	
		
	.home_menu a:hover{
		color:#000;
		background:url(imgweb/menu_bg_2.jpg) no-repeat left top;
		}
		
	#active{
		color:#FFFFFF;
		cursor:default;
		background:url(imgweb/menu_bg_2.jpg) no-repeat left -110px;
		}
	
.home_cuerpo{
	min-height:390px;
	background:#3E738B url(imgweb/main_bg.jpg) top repeat-x;
	padding-bottom:20px;
	}

.principal{
	width:1000px;
	margin:auto;
}	
.home_principal{
	float:left;
	width:582px;
	background: url(imgweb/imgytxt.jpg) no-repeat top center;
	background-position:50% 20px;
	padding-top:175px;
	margin-left:50px;
	}
	
	.home_principal p{
		text-align:justify;
		color:#FFF;
		font-size:13px;
		padding:0 5% 10px;
		}
		
.noticia{
	float:left;
	margin-top:20px;
	margin-left:60px;
	width:250px;
	}
.noticia h4 {display:block;
	width:230px;
	color:#FFFFFF;
	background:#333333; 
	padding:5px 10px; 
	font-size:14px;
	font-weight:normal;
	margin-bottom:2px;
}
		
.home_subprincipal{
	height:252px;
	background:#C5D4D8;
	padding-top:30px;
	}
	
	.home_subprincipal .centro{
		width:800px;
		margin:auto;}
		
		.home_subprincipal .centro p{
			padding:0 10px 10px;
			font-size:12px;
			text-align:center;
			color:#333;}
			
		.home_subprincipal .centro a{
			color:#B2B2B2;
			text-decoration:none;
			float:right;
			display:block;
			padding:5px 10px 5px 25px;
			background:url(imgweb/flecha.png) no-repeat;
			background-position:5px 50%;
			font-size:12px;}
			
		.home_subprincipal .centro a:hover{
			color:#666;
			background:url(imgweb/flechahover.png) no-repeat;
			background-position:5px 50%;}
	
	.home_subprincipal .centro .bloque1{
		float:left;
		min-height:75px;
		width:220px;
		background:#D2DDE0 url(imgweb/subprincipal_tp.jpg) top repeat-x;
		margin-left:20px;}
		
	.home_subprincipal .centro .bloque2{
		float:left;
		min-height:75px;
		width:230px;
		background:#D2DDE0 url(imgweb/subprincipal_tp.jpg) top repeat-x;
		margin:0 30px}
		
	.home_subprincipal .centro .bloque3{
		float:left;
		min-height:75px;
		width:220px;
		background:#D2DDE0 url(imgweb/subprincipal_tp.jpg) top repeat-x;
		}

	.home_subprincipal .centro .reflejo1{
		float:left;
		width:25%;
		height:30px;
		margin-left:50px;
		background:#c9d6da;
		margin-top:15px;
		}
		
	.home_subprincipal .centro .reflejo2{
		float:left;
		width:25%;
		height:30px;
		margin:0 5%;
		margin-top:15px;
		background:#c9d6da;}
		
	.home_subprincipal .centro .reflejo3{
		float:left;
		width:25%;
		height:30px;
		margin-top:15px;
		background:#c9d6da;}
		
	.home_pie{
		background:#5494b2;
		height:60px;
		}
		
		.home_pie .pie_centro{
		width:80%;
		margin:auto;
		}
		
		.home_pie .pie_centro address{
			color:#FFF;
			font-size:10px;
			float:left;
			width:370px;
			font-style:normal;
			padding-top:18px;
			}
			
		.home_pie .pie_centro .powered{
			float:right;
			font-size:10px;
			padding-top:29px;}
			
		.home_pie .pie_centro .powered a{
			color:#b2b2b2;
			text-decoration:none;
			}
			
		.home_pie .pie_centro .powered a:hover{
			color:#fff;
			text-decoration:underline;
			}
