/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../imagenes/img_background_861.gif);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc;
	width: auto;
	background-color: #6181A7;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}

#navBar{
	background-color: #FFFFFF;
	float: left;
	width: 159px;
	border: 1px solid #cccccc;
}

#content{
	float:right;
	margin-right: 1%;
	width: 75%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	text-align: justify;
}

.feature h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #6181A7;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #C1CEDD;
}

.feature img{
	float: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0;
}

.alert2 {
	background: #fff6bf url(/imagenes/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	font-size: 80%;
	text-align: justify;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.alert {
	background: #fff6bf url(/imagenes/exclamation.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
/************** .feature2 styles ***************/

.feature2{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	text-align: justify;
}

.feature2 h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #FF0000;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FF9D9D;
}

.feature2 img{
	/*float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;*/
	/*float: none;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	
	font-size: 80%;
	text-align: justify;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFCC66;
}

/************** .storyverde styles *****************/

.storyverde{
	
	font-size: 80%;
	text-align: justify;
}

.storyverde p{
	padding: 0px 0px 10px 0px;
}

.storyverde h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #91bd5e;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #BCE27F;
}

/************** .storyazul styles *****************/

.storyazul{
	
	font-size: 80%;
	text-align: justify;
}

.storyazul p{
	padding: 0px 0px 10px 0px;
}

.storyazul h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #83bec9;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #aad9e2;
}

/************** .storymarron styles *****************/

.storymarron{
	
	font-size: 80%;
	text-align: justify;
}

.storymarron p{
	padding: 0px 0px 10px 0px;
}

.storymarron h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #c7cc8c;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #e1e5b2;
}

/************** .storycarne styles *****************/

.storycarne{
	
	font-size: 80%;
	text-align: justify;
}

.storycarne p{
	padding: 0px 0px 10px 0px;
}

.storycarne h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #FF9966;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFCC99;
}

/************** .storymorado styles *****************/

.storymorado{
	
	font-size: 80%;
	text-align: justify;
}

.storymorado p{
	padding: 0px 0px 10px 0px;
}

.storymorado h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #333333;
	border-top-color: #D693BD;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #EFD3E7;
}

/************** .alerta styles *****************/

.storyalerta{
	
	font-size: 80%;
	text-align: justify;
}

.storyalerta p{
	padding: 0px 0px 10px 0px;
}

.storyalerta h3{
	padding: 5px 0px 5px 10px;
	text-align: left;
	clear: both;
	color: #FFFFFF;
	border-top-color: #AE0F00;
	border-bottom-color: #AE0F00;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FE4902;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 75%;
	float: right;
	border-top-color: #cccccc;
	clear: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo2{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	text-align: center;
	width: 73%;
	float: right;
	padding: 10px 10px 10px 10px;
	margin-right: 1%;
	clear: right;
}
#siteInfo3{
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 73%;
	float: right;
	border-top-color: #cccccc;
	clear: right;
	border-top: 1px solid #cccccc;
	margin-right: 1%;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-size: 75%;
	float: left;
	width: 159px;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*- Menu 3--------------------------- */
	
#menu3 {
	font-size: 70%;
	
	font-weight: bold;
	float: left;
	width: 159px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #356AA0;
	display: block;
	background:  url(menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #3F4C6B;
	background:  url(menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 5px 5px 10px;
	float: left;
	width: 145px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



.logo_cabecera {
	background-image: url(../imagenes/logoizq.jpg);
}
#imglogo {
	background-image: url(../imagenes/logodch.jpg);
	background-repeat: repeat-x;
}

#Layer1 {
	position:absolute;
	left:211px;
	top:34px;
	width:auto;
	height:34px;
	z-index:1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#Layer2 {
	position:absolute;
	left:319px;
	top:69px;
	width:auto;
	height:28px;
	z-index:2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}

#ancho_pagina {
	width: 760px;
	text-align: justify;
	font-size: 100%;
	height: auto;
}
#separador{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #6181A7;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 159px;
}

#enlaces_relacionados{
	padding: 5px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #6181A7;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
}
#chapas{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #6181A7;
	font-size: 75%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 159px;
	border-top: 1px solid #cccccc;
}

#menu_principal{
	padding: 5px 0px 5px 0px;
	background-color: #6181A7;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-right-color: #cccccc;
	font-size: 100%;
	border-right: 1px solid #cccccc;
}
#menu {
	background-position: left top;
	width: 160px;
}
#middle-column-box-title-grey {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CCCCCC;

}
.fecha_actualizacion {
	padding: 10px 0px 10px 0px;
	font-size: 75%;
	text-align: right;
	height: auto;
	font-weight: bold;
}

