/***********************************************/
/* indexCE.css                            */
/* Use with template indexCE.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1,99;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCE6;
	width: 440px;
	border-right: thin #FF9900 dotted;
	margin-left: 10px;
	font-size: 12px;
}

.versLema {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
}
.pie_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}


.name_ninosH {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
	font-weight: bold;
	text-transform: uppercase;	
	padding-bottom: 2px;	
}

.name_ninasM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E16F68;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;	
}

.sub_nameNinos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.titulo_secciones{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	padding-left: 6px;
}
.subtit_secciones {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	font: verdana;
	text-decoration: underline;
	padding-left: 6px;
}

.letra_capital {
	color: #000000;
	font-size: large;

}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #FF9900;

}
/* 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: 130%;
	color: #334d55;
	padding-left: 10px;
	text-transform: uppercase;
}

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;
	padding-left: 10px;
	margin-bottom: 10px;  
}

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;
}
	
/***********************************************/
/* Style UL MENÚ BUENAS NUEVAS                 */
/***********************************************/

#foldheader{
	cursor:hand;
	font-weight:bold;
	list-style-type: none;
	text-align: left;
	text-indent: 0px

}

#foldinglist{
	list-style-image:url(../principal/list.gif);
	margin-top: 6px;
}

				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0;
	width: 100%;
}

#navegVert{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 90%;
}

#naveg_horizDown{
	clear: both;
	font-size: 90%;
	padding: 10px 20px 10px 10px;
	margin-top: 50px;
	background-color: #FFFFFF;
	color: #9E9E9E;
	text-align: center;
	border-top: solid #cccccc 1px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/************* #naveg_HorizUp styles **************/

#naveg_HorizUp{
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 */

#naveg_HorizUp img{
 display: block;
}

#naveg_HorizUp a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#vinc_inter{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .text_principal styles ***************/

.text_principalHome{
	text-align: left;
	padding-left: 20px;
	vertical-align: bottom;
}

.text_principal{
	padding: 0px 0px 0px 10px;
	text-align: justify;
	border-bottom: solid #cccccc 1px;
	vertical-align: baseline;
}

.text_principal h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .text_story styles *****************/

.text_secundario{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	text-align: left;
	
}

.text_secundario t{
	padding: 0px 0px 10px 0px;
	font-variant:small-caps;
	font-weight:bold;
	
}

/************* #siteInfo styles ***************/

#cintilloInfo{
	clear: both;
	font-size: 95%;
	padding: 10px 20px 10px 10px;
	margin-top: -1px;
	background-color: #000066;
	color: #9E9E9E;
	text-align: center;
	border-bottom-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 10px;
}
/* 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" */

#cintilloInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



#links_rotos{
	padding: 50px 0px 80px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
	text-align:center;
}
/************* #search styles ***************/

#search{
	padding: 50px 0px 80px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	text-align:center;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 10px;
	padding: 0px;
}


/*********** #navegVert link styles ***********/

#navegVert ul a:link, #navegVert ul a:visited {display: block;}
#navegVert ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navegVert li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navegVert li {border-bottom: none;}

/*********** #links_navegVert styles ***********/

#links_navegVert{
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font: bold 80% verdana, arial;
}

#links_navegVert h3{
	padding: 0px 0px 2px 0px;
}

#links_navegVert a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#links_navegVert a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#links_navegVert a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#mail{
	padding: 40px 0px 30px 10px;
	font-size: 80%;
	text-align:center;

}

#mail img{
	display: block;
	
}


/************** #creditos styles **************/

#creditos{
	margin: 15px;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
	text-align:center;
	border-bottom: 2px #FF9900 dotted;
	border-top: 2px #FF9900 dotted;
	line-height: 1.176;
	margin-top: 150px;	
}

#creditos p{
	padding: 5px 0px 5px 0px;
}

/************** .encabezados styles **************/

.encabezadoTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7092B8;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	line-height: 12pt;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.encabezadoLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7092B8;
	text-align: left;
	vertical-align: middle;
	border-left: thin solid #FF9900;
	padding-left: 6px;
	line-height: 12pt;
	margin-left: 10px;
	padding-right: 30px;	
}

.encabezadoRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7092B8;
	text-align: right;
	vertical-align: middle;
	border-right: thin #FF9900 solid;
	padding-right: 4px;
	line-height: 12pt;
	
}

.smallcaps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
	font-color: #666666;
	font-weight: bold;
	font-variant: small-caps;

}
.tablas_espaciado {
	margin-top: 15px;
	margin-bottom: 15px;
}

.galerias {
	background-color: #B90000;
	text-align: center;
	vertical-align: middle;
	width: 95%;
	margin: 2;
	padding: 4;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	height: 45px;
}
.letras_blancas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.letras_blancas2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
}
