@charset "utf-8";

@import url("../modulos/menu/menu.css");
@import url("../modulos/cabecera/cabecera.css");
@import url("../modulos/pie/pie.css");
body {
     margin:0;
     padding:0;
     font-size:12px;
	 font-family:Verdana, Arial;
	 font-weight:normal;
	 text-decoration:none;
	 background-color:#d2cece;
	 
	 
	
}


div,img,a,h1,h2,h3,h4,h5,h6,ul,li,p
{
	padding:0;
	margin:0;
}
img{
	float:left;
	border:none;
}

#sombreado
{
	background:url(../img/sombra.jpg) left top repeat-y;
	width:1000px;
	height:630px;
	*height:auto; 
	*min-height:630px; 
	_height:630px;
	float:left;
	clear:both;
	
	display:table !important; 
}

#main_pagina{

   width:1000px;	/* 1010px; */
	height:300px;
	margin:0 auto;
	*height:auto; 
	*min-height:300px; 
	_height:300px;
	display:table !important; 
	
}
#puerta{
	position:absolute;
	/*left:0px;
	top:0px;
	*/
	left: 50%;
	z-index:3;
	width:1000px;	/* 1010px; */
	margin-left:-42.05em; /*-505px;   set to a negative number 1/2 of your width*/
	height:630px;
	*height:auto; 
	*min-height:630px; 
	_height:630px;
	float:left;
	clear:both;
	display:table !important; 
	
}

#web
{
	clear:both;
	width:980px;
	height:630px;
	*height:auto; 
	*min-height:630px; 
	_height:630px;
	display:table !important; 	
	padding-left:10px;
}

#sombra_pie
{
	clear:both;
	width:1000px;
	height:11px;
	background:url(../modulos/pie/img/sombra-pie3.jpg) left top no-repeat;
	padding:0;
}

#main
{
	clear:both;
	height:42em;
	*height:auto; 
	*min-height:42em; 
	_height:42em;
	display:table !important;
	padding:0;
	margin:0;
}



#cabecera
{
	width:993px;	
	height:90px;
	margin:0;
	margin:0;
	border:0px;
	background:url(../modulos/cabecera/img/cabecera.jpg) no-repeat;
}
#cabecera img{ float:left;}
#cabecera .facebook{ float:right; margin:.5em 2.5em 0 0; width:15em; height:6.5em}
/* CABECERA */



/* MAIN */

#main
{

	clear:both;
	margin:0 0 0 5px;

}
/* CONTENIDO */

#contenido
{
	padding:0;
	/*background:#FFFEEA;*/
	
}

/* CONTENIDO */

#main_contenido
{
	float:left;
	clear:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:500px;
	padding:0 0 0 0;
	margin:0;
	height:400px;
	height:400px;
	*height:auto; 
	*min-height:400px; 
	_height:400px;
    display:table !important; 
}

#main_contenido h1
{
	font-size:15px;
	font-weight:bold;
	color:#d32e12;
	padding: 0.6em 0 0 3.4em;
	letter-spacing: 0.5px;
}


.txtblanco{
	color:#FFFFFF;
}
.txtamarillo{
	color:#ffcc00;
}
input, textarea{
	font-family:Verdana, Arial;
	font-size:12px;
}


#paginado
{
	width:740px;
    clear:both;
    float:left;
	font-weight:bold;
	padding:0 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}
#paginado td{color:#000000;}
#paginado a {color:#333333; font-size:12px; text-decoration:underline;}
#paginado a:hover {color:#8D5A29; text-decoration:none;}


#error404{ float:left; clear:both; width:700px; margin:0; padding:0 0 0 1em;}

#error404 h1{ margin:0; padding:1em 0 0 0; color:#FF2D2D; font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#D90000; }
#error404 p{ padding:1em 0 1em 0; margin:0; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#808080; font-weight:bold; font-size:12px;}
#error404 ul li{ list-style:none; padding:0.5em 0 0 0;}

#error404 a{color:#FE6F67; text-decoration:underline;}
#error404 a:hover{ color:#999; text-decoration:underline;}
















