/*  GENERAL
*******************************************************************************************************************/html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, embed, div,
object {margin:0px;padding:0px;}

ul {}
li {margin-right:1em;margin-left: 0.2em;}
ol {}
hr {border: thin dotted #CCCCCC;}
p {margin-right: 1em;}

/*  LAYOUT
*******************************************************************************************************************/
/* FONDO AUTOAJUSTABLE  */
html, body {margin:0; padding:0; width:100%; height:auto; overflow-y:auto; font-size: 90%;}
#background{position:absolute; z-index:1; width:100%; height:100%; margin:0; padding:0; }
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0%; /* reserva de espacio hasta el menuprincipal */
	left:0;
	overflow-x:hidden; overflow-y:auto;
	z-index:2;
	
} 

/* CONTENEDOR GENERAL LAYOUT   */
#exterior {
	width: 83%;
	height: auto;
	overflow: visible;
	margin:0 auto;
	background-color: #ffffff;
}

#contenedor					
{
	padding:0%;
	width: 97%;
	height: auto;
	overflow: visible; /* hidden para elastico hor-vert */
	margin:0 auto;
	background-color:#FFFFFF;

}
/* LAYOUT INDEX */

#noticias{
	background-image: url(../images/logoabc.png);
	background-repeat: no-repeat;
	float:left;
	margin-top: 20px;
	margin-bottom:20px;
	height: 130px;
	padding-left:330px;
	background-position: left center;	


}

#indexcolnoticias{
	
	float: left;
	width: 100%;
	text-align: left;
	height: 130px;
	overflow: hidden;
	
}

#indexcolcontenidos{
	
	margin:0 auto;
	height: auto; /* porcentaje para elastico hor-vert */
	overflow: auto;
	text-align: justify;
	margin-top: 5px;
	width: 95%;
	
	 
}

/* LAYOUT INFORMATIVAS */
#colinformativas					
{
	padding-top: 1%;
	margin:0 auto;
	text-align: justify;
	width: 95%;
	height: auto;
	overflow: auto;
	
	
}
/* LAYOUT CATALOGOS */
#contenedorcatalogos					
{
	padding:0%;
	width: 97%;
	min-height: 500px;
	overflow: auto; /* hidden para elastico hor-vert */
	margin:0 auto;
	background-color:#FFFFFF;

}
#catalogoscol1{
	float: left;
	padding-top:0%;
	width: 30%;
	text-align: left;
	height: 450px;
	overflow: hidden;
	
}

#catalogoscol2{
	float:right;
	min-height: 500px;
	overflow: auto;
	text-align: justify;
	margin-top: 1%;
	width: 65%;
	clear: none;
}

#catalogosfila1{
	float: left;
	width: 850px;
	text-align: left;
}

#catalogosfila2{
	float: left;
	width: 820px;
	margin-left: 10px;
	overflow: auto;
	height: 465px;
}

/* LAYOUT CONTACTAR */
#contactarcol1 {
	float: left;
	width: 48%;
	text-align: right;
	margin-top: 2%;
	height: 65%;
	overflow:auto;
}
#contactarcol2 {
	width: 50%;
	float:right;
	text-align: left;
	margin-top: 2%;
	height: 65%;
	overflow:auto;
	
}

#contactarcolcfm{
	margin-top: 2%;
	margin-left:20%;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	
	
}
/* GALERIA */
#divanim{
	margin-top: 0px;
	margin-left:auto;	
	margin-right:auto;	
	text-align:center;
	height:100%;
		
}
/* LAYOUT PIE */
#pie	
{
	width: 100%;
	/*position:absolute;top:90%; para elastico hor-vert*/
	margin: 0 auto;
	margin-top: 2%;
	font-size: .85em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color:#000066;
	
}

/*  NAV GENERAL NO PAREMETRIZADO DESDE CMS3
*******************************************************************************************************************/
.transparencia	{
	width: 100%;
	margin:0 auto;
	padding:0px;
	height: 35px;/*  separar barra menus de contenidos >30 */
	margin-top: 0px;/*  Distancia desde el borde superior a la barra de menús */
	
}
.contmenuprincipal{
	clear:both; float:left; width:100%; overflow:hidden;
}
.menuprincipal{
	margin:0 auto;
	padding:0; 
	height: 30px;
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}

.menuprincipal li{
	float:left; 
	position:relative; right:50%; 
	margin:0;
}
.menuprincipal li a{
	font-size:1em ; /*  tamaño letra */
	width:auto;
	display:block;
	float:left;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
	background:url('../images/imgfondomenupr.png') 0px -30px no-repeat;
	font-weight: bold;
}
.menuprincipal li a span{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-right:20px; 
	background:url('../images/imgfondomenupr.png') 100% -30px no-repeat;}
.menuprincipal li a:hover{background-position:0px -60px;} 
.menuprincipal li a:hover span{background-position:100% -60px;}
.menuprincipal li a.active, .menuprincipal li a.active:hover{line-height:30px; 
	font-size:1em ; /*  tamaño letra */
	background:url('../images/imgfondomenupr.png') 0px -90px no-repeat;}
.menuprincipal li a.active span, .menuprincipal li a.active:hover span{background:url('../images/imgfondomenupr.png') 100% -90px no-repeat;} 




.submenuhor a {font-family: "Trebuchet MS", Arial;font-size:12px; text-decoration:none; padding-left:3px; padding-right:3px;}
.submenuhor a:hover {}
.submenuhor a:active {}

.submenuvert a {
	font-family: "Trebuchet MS", Arial;
	font-size:1em;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:2px;
	margin-top:2px;
	display: block;
	line-height: 1.3em;
	width: 95%px;
}
.submenuvert a:hover {
	margin-bottom:2px;
	margin-top:2px;
	line-height: 1.3em;
}
.submenuvert a:active{
	margin-bottom:2px;
	margin-top:2px;
	line-height: 1.3em;
}

.categorias {
	width: 95%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*  COLUMNAS
*******************************************************************************************************************/

#columnas {
	float:left;
	height:100%;
	overflow:visible;
	width:99%;
} 
.icolumnas {
	display:inline;
	float:left;
	width:46%;
	margin-left:0;
	margin-right:1%;
	text-align:justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;	
}

/*  FORMS
*******************************************************************************************************************/

#form					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#form label				{width:100px; font-size:.75em;}
#form input				{color:#666; padding:2px;  margin-bottom:.5em; font-size:.8em;}
#form select			{color:#666; padding:2px; margin-bottom:.5em;  font-size:.8em;}
#form textarea			{color:#666; padding:2px; margin-bottom:.5em;  font-size:.8em;}
#form input.button		{color:#333; padding:0;background-color: #990000;}
fieldset				{border:none;}
legend					{display:none;}


.leyenda  {
	width:250px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	height:20px;
	margin-top:5px;


	
	
}
.campo {
	width:500px;
	float:right;
	height:20px;
	margin-top:5px;
	margin-right:80px;

}

input, textarea				{
	color:#000000;
	background-color: #F0EFEF;
	margin: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: none;
}
.checkbox {width:1em; text-align:left;  }

.botonenviar {
	background-color: #003366;
	height:32px;
	font-size:1em;
	margin-top: 0px; margin-bottom:0px;
	width:auto;
	border-width: 1px ;
	border-color: #000 ;
	color:#fff;

	
}
.botonenviar a {
	color:#fff;
	
}
.botonenviar a:hover, .botonenviar a:active, .botonenviar a:visited {
	color:#fff;
	
}


/*  TIPOGRAFIA
*******************************************************************************************************************/
.titulos {
font-size:1.4em;text-align:left;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#999999;font-weight:bold;margin-top:0;margin-bottom:0;line-height: 1.8em;
}

.titulonoticias {
font-size: 1.6em;text-align: left;border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #999999;font-weight: bold;line-height: 1.65em; margin-top:0;margin-bottom:5px;
}

.fechanoticias {
	font-size: .85em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-top:1em; padding-bottom:0em;

}
.cuerponoticias {
	text-align: left;
	color: #000000;
	font-size: .8em;
	margin:0;
	padding:0;
}
.cuerponormal {
	font-size: 1em;
	text-align: justify;
	
}
.notaspequenas {
	font-size:.7em;
	text-align: left;
	width: 370px;
}


/*  CONTROL IMAGENES Y OBJECTS
*******************************************************************************************************************/
img {margin: 3px 5px;}
.eidofckflash {padding:0; margin:3px 5px;}

