body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	white-space: 0px;
	border: 0;
}

a{
	color: #333333;
	text-decoration: none;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #FF0000;
 margin: 0px;
 padding: 0px;
}

/* titulos                             */
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:justify;

 
}
/* titulos                             */

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #2A3F00;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #d9001d;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #d9001d;
}


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

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
  float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
  float: left;
  width: auto;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 display: block;
}

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

/*************** #pageName styles **************/

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

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

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{	padding: 0px 0px 10px 10px;	font-size: 12; }
.feature2{	padding: 0px 0px 10px 10px; font-family:Arial, Helvetica, sans-serif;	font-size: 10px;  }

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: justify;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	 /* border: 1px solid #cccccc; */
	font-size: 60%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #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 Izq styles ***********/

#sectionLinks{
	padding: 0px;
	font-size: 12px;
	border-color: #FF0000;
	border: 15px;
	background-color: #FFFBF0;
	position: relative;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #FF0000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #cccccc;
}

/*********** #sectionLinks Derecha styles ***********/

#sectionLinksdrch{
	padding: 20px 0px 20px 0px;
	font-size: 12px;
	border-color: #FF0000;
	border: 5px;
	position: relative;
}

#sectionLinksdrch h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinksdrch a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinksdrch a:hover{
	background-color: #dddddd;
}

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

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

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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	width: auto;
}

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

/*#tabla0 #tabla2 {
	background-image: url(picts/logo.gif);
	background-repeat: no-repeat;
	}*/
/*#tabla0 #tabla1 {
	background-image: url(picts/intro.jpg);
	background-repeat: no-repeat;
	}
#tabla0 #INFO {
	background-image: url(picts/info.jpg);
	background-repeat: no-repeat;	
}
#tabla0 #sectionLinks {
	border-top-width: thick;
	border-right-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#tabla0 #sectionLinks {
	clear: none;
	float: left;
	height: auto;
	width: 140px;
}*/



/* nueva tabla Scroll central */

hr	{
	display: none;
	}

/*!!!!!!!clear floats (FIREFOX) !!!!!!!!!*/
#boletin form:after, #Centro .itemImagen .descripcion:after, #Centro .item .descripcion:after, #cuerpo #colDestacados .modDer:after {
	content: "fraggin";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	}
	
/*Efecto boton en FIREFOX*/
#boletin .boton_enviar:active, #Centro form .reset:active, #Centro form .submit:active {
	margin-top: 1px !important;
	padding-bottom: 0px;
	}

#cuerpo {
	width: 582px;
	height: 365px;
	/* background: /*#FFA200 transparent url(picts/cuerpo_bkg.gif) left top repeat-y; */
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	left: 10px;
	top: 1px;
	}
	
/*/////////Columna Contenido (colContenido)//////////////*/

/*scrollbars*/
#colContenido .scrollHolder {
	width: 588px;
	height: 355px;
	/*background: #DE43D1;*/
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	}

	.scrollHolder #scrollUp, .scrollHolder #scrollDown {
		right: 0px;
		top: 15px;
		width: 27px;
		height: 19px;
		/*background: #00FF42;*/
		position: absolute;
		}
		
	.scrollHolder #scrollDown {
		right: 0px;
		top: 34px;
		}
		
		#scrollUp a:link, #scrollUp a:visited  {
			width: 27px;
			height: 19px;
			background: transparent url(picts/scroll_up.gif) 0px 0px no-repeat;
			display: block;
			}
			
		#scrollDown a:link, #scrollDown a:visited  {
			width: 27px;
			height: 19px;
			background: transparent url(picts/scroll_down.gif) 0px 0px no-repeat;
			display: block;
			}
			
		#scrollUp a:hover, #scrollUp a:active  {
			background: transparent url(picts/scroll_up.gif) -27px 0px no-repeat;
			}
			
		#scrollDown a:hover, #scrollDown a:active  {
			background: transparent url(picts/scroll_down.gif) -27px 0px no-repeat;
			}
	
	.scrollHolder #scrollMe {
		left: 0px;
		top: 1px;
		width: 553px;
		font-size: 12px;
		display: block;
		position: absolute;
		}

.texto1	{ font: 11px verdana, arial, sans-serif;  color: #666666; padding: 3px; margin-bottom: 3px; text-align: justify;  }
.texto12	{ font: 11px verdana, arial, sans-serif;  color: #666666; padding: 3px; margin-bottom: 3px; text-align: justify; border-right:#999  1px solid;  }
.texto01 {	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt; 	font-weight: normal;}
.texto01b {	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt; 	font-weight: bold;}
.texto02 {	font-family: Arial, Helvetica, sans-serif; 	font-size: 9pt; 	font-weight: normal;}
.texto02b {	font-family: Arial, Helvetica, sans-serif; 	font-size: 9pt; 	font-weight: bold; color: #990099;}
.texto2  { COLOR: #334455; FONT: 11px verdana, arial, sans-serif; font-weight: bold ; }
.texto3 { COLOR: #000099; FONT: 13px arial, verdana, sans-serif; font-weight: normal;  }
.texto33 { COLOR: #000000; FONT: 11px Verdana,Arial,sans-serif; font-weight: normal;  }
.title  		{ COLOR: #000000; FONT: 14px arial, verdana, sans-serif; font-weight: bold }
.title01  	{ font-family: Verdana,Arial,sans-serif; font-size: 120%;  font-weight: bold; color: #f00; margin: 0px; padding: 0px; }
.title3 		{ COLOR: #000000; FONT: 15px arial, verdana, sans-serif; font-weight: bold }
.title5 		{ COLOR: #990000; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }
.title6  		{ COLOR: #000000; FONT: 16px arial, verdana, sans-serif; font-weight: bold }
.footer		{ COLOR: #999999; FONT: 10px arial, verdana, sans-serif;  }
.copytext    	{ COLOR: #777777; FONT: 9px arial, verdana, sans-serif; font-weight: normal }
.Estilo1 {color: #FF0000}

