/* CSS Document */
/* Reset Css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0 auto;
     padding: 0;
     border: 0;
     color: #CCC;
     background-color: #CCC;
     height: 1px;
	 line-height: 50%;
}

/* Fin Reset */

html, body {       height: 100%; }
body {
	background-color: #ffffff;
}
#contenedor_exterior {
	background: url(../img/fondo_dcha_bln.jpg) repeat-x;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -116px;
}
#contenedor {
	background: url(../img/fondo_ppal_bln.jpg) no-repeat;
	overflow: hidden;
}

/*  
    Logo / Menu / Panel Positioning  
*/  

.txt_oculto	{
	text-indent: -9000px;
}
#logo { position:absolute; top:34px; left:825px; }   
  
#panel { position:absolute; top:34px; left:37px; }   
  
ul#menu {    
    margin:0px; padding:0px;   
    position:absolute; top:149px; left:42px;  
}
*html ul#menu {
	top: 152px;
}  
ul#menu_dch {    
    margin:0px; padding:0px;   
    position:absolute; top:149px; left:843px;      
}
*html ul#menu_dch {
	top: 152px;
} 
ul#menu li, ul#menu_dch li {   
    margin:0px; padding:0px;   
    list-style:none;   
    margin-right:10px;   
    font-size:11px;   
    text-transform:uppercase;   
    display:inline;
	color:#000;  
}   
ul#menu li a, ul#menu_dch li a {   
    text-decoration:none;   
    color:#066caa;   
}   
ul#menu li a:hover, ul#menu_dch li a:hover {   
    text-decoration: underline;   
    color:#000;   
}

/*  
    Contenido  
*/  
  
#contenido {   
    padding-top:225px;   
    padding-left:42px;   
    width:985px;   
    color:#555555;   
    font-size:13px;   
    line-height:140%;   
}
#contenido a {   
    text-decoration:underline;   
    color:#000000;   
}   
#contenido a:hover {    
    color:#000000;
	text-decoration: none;   
}
em {
	color: #cfae95;
}
h1 {
	font-size: 10px;
	color: #cfae95;
	z-index: 0;
	margin-bottom: 25px;
}
h1 img {
	position: absolute;
	z-index: 1;
}
h2 {
	font-size: 20px;
	color: #555555;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#centro {
	float:left; 
	width:611px; 
	margin-right:20px;
}	
#doble {
	padding-bottom: 6px; 
	border-bottom: 1px solid #2e85d1;
	border-top: 1px solid #2e85d1;
	margin-bottom: 15px;
	margin-top: 8px;
	padding-top: 6px;
	color:#555555;   
    font-size:13px;
	background-image: none;
	line-height: 140%;
}
#doble img{
	margin-top: 7px;
	border: 1px solid #000000;
}
#doble a {   
    text-decoration:underline;   
    color:#000000;   
}   
#doble a:hover {    
    color:#000000;
	text-decoration: none;   
}
#lateral {
	float:left;
	width: 290px; 
}	  
.sencilla {
	padding-bottom: 6px; 
	border-bottom: 1px solid #2e85d1;
	margin-bottom: 15px;
} 

/* 
	Pie 
*/
#pie {
	position: relative;
	bottom: 0;
	margin: 50px 0 0 0;
	background: url(../img/fondo_pie_bln.gif) repeat-x;
	border-top: 1px solid #2e85d1;
	height: 76px;
	padding: 8px 25px 0px 44px;
	clear: both;
	display: block;
}
#pie a {   
    text-decoration:underline;   
    color:#000000;   
}   
#pie a:hover {    
    color:#000000;
	text-decoration: none;   
}
#pie_dcho {
	width: 305px;
	float: left;
}
#pie_cent {
	width: 305px;
	float: left;
}
#pie p{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	font-size: 11px;
	line-height: 140%;
	color: #ffffff;
}
.limpiapies {   
	height: 77px;   
	clear: both;
}
