﻿body{	
	background:url(../images/fondo_portal.jpg) no-repeat #274675;
	margin:0px;
}
#contenedor_principal{
	margin:0 auto;
	width: 867px;
	background-color:#eaeaea;
}
#titulo_pagina{
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	float:right;
	margin:90px 10px 0 0;
	text-align:right;
	width:500px;
}
#header{         
	margin:0 auto;
	width: 867px; 
	height: 170px; 	
	background:url(../images/header_final.png) no-repeat;
	background-position:top center;
}
#menu_horizontal{	
	width: 867px; 
	height: 39px;
	float:left;
	margin:20px 0px 0px 20px;
	
	
}


#contenido{
	float:left;
	margin:0 auto;
	width: 867px;
	min-height:500px;
	background-color:#fff;
}
#contenido_cuerpo{	
	width:867x;
	padding-left:0px;
	//float:left;
}
#footer{
	width: 867px; 	
	height: 91px; 		
	color:#FFF;
	background-color:#333;
	clear:both;
}
#footer p{
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#busqueda{
	float:right;	
	/*background:url(../images/busqueda.png) no-repeat;*/
}
#busqueda .inputbox_bus{	
	background:url(../images/busqueda.png) no-repeat 4px 4px;
	padding:8px 4px 4px 22px;
	border:0px;
	width:120px;
	height:18px;
	font-size:10px;
}
.moduletable_footer{
	clear:both;
	text-align:center;
}

.moduletable_footer p{
	padding:15px 0px 0px 15px;
}

/*CLEAR FIX PARA TAMAÑO AUTOINCREMENTABLE*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */