/********************************************
   HTML ELEMENTS
********************************************/ 

/* REDEFINICION DE CLASES ESTANDARD **********************************************************/

/* Elementos prinicpales ------------------------------------------------------------------ */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0;
	padding: 0;
	font: 90%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;

}

/* Enlaces ---------------------------------------------------------------------------------- */
a {
	background: inherit;
	color: #3182C0; 
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* Encabezados  --------------------------------------------------------------------------------- */
h1, h2, h3  {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 {
	font-size: 1.5em;
	width: 95%;
	left: 10px;
	border-top: 2px solid #990000;





}
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #3182C0;	
}
ul span, ol span {
	color: #666666;
}

/* imagenes ------------------------------------------------------------------------------------- */
img {
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #3791D7;
}
a:hover img {  
  border: 0px solid #806B4D !important; /* IE fix*/
  border: 0px solid #3791D7;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA!important;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

/* start - table ---------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;



}
th strong {
	color: #fff;
}
th {
	background: #3399CC;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 20px;
	line-height: 0px;

}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	overflow: scroll;



}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */


/* Formularios ----------------------------------------------------------------------------*/
form {
	margin:10px;
	border: 1px solid #f2f2f2; 
	left: 10px;
	padding: 20px;
	background-color: #FAFAFA; 
}

label {
	font-weight:bold;
	margin:5px 0;
	text-align: left;
	display: block;









}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;

}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	backgAround: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


input:focus {
border: 1px solid #999999;
background: #DBEEFD;
}


/* Alineacion de clases */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* Mostar clases */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }

/* * html body #lateral ul.menu-lateral li { height: 1%; } */

/*******************************************************************************************/
/* DEFINICION DE NUESTROS APARTADOS ID ****************************************************/
/*******************************************************************************************/

#envoltorio {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-position: center top;


}

/* Cabecera -----------------------------------------------------------------------*/
#toptop {
	width: 100%;
	position: static;
	color: #990000;
	height: 15px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	background-position: center top;
	letter-spacing: -1px;





}

#imagen_pie {
	width: 100%;
	background-image: url(images/img_pie.jpg);
	height: 138px;

}



#cabecera {
	width: 960px;
	position: static;
	background-image: url(images/img_cab.jpg);
	height: 280px;

}

#cabecera img {
	clear: ambos;


}

#cabecera h1#logo {
	margin: 0;
	padding: 0;
	font: bolder 16px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	top: 2px;
	left: 1px;

}
#cabecera h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#cabecera .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* cuerpo -----------------------------------------------------------------------------*/
#cuerpo {
	margin: 0;
	padding:0;
	width: 100%;



}

/* lateral --------------------------------------------------------------------------*/
/* Barra lateral */
#lateral {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #fafafa;
	font-size: 0.8em;


}


#lateral h1 {
	margin: 0;
	text-transform: uppercase;
	left: 30px;
	font-size: 1.5em;
	color: #990000;



}

#lateral ul.menu-lateral {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#lateral ul.menu-lateral li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}


#lateral ul.menu-lateral a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* lateral --------------------------------------------------------------------------*/
/* Barra lateral */
#lateral-derecho {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0 0 0 10;
	display: inline;
	background-color: #fafafa;

}

#lateral-derecho img{
	float: none;
	margin: 0;
	padding: 0;
	border: 1px solid #666666;

}


#lateral-derecho h1 {
	margin: 0;
	text-transform: uppercase;
	left: 10px;
	font-size: 1.2em;
	color: #990000;



}

#lateral-derecho ul.menu-lateral {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#lateral-derecho ul.menu-lateral li {
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}


#lateral-derecho ul.menu-lateral a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}


/* Principal --------------------------------------------------------------------------- */
#principal {
	float: left;
	padding: 0 0 0 10;
	width: 690px;
}


#principal h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	color: #990000;

}	

#principal .columna {
	float: left;
	width: 45%;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bg_titulo.jpg);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: justify;
}

#principal table img{
	float: none;
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	height: 104px;
	width: 140px;


}


/* pie -----------------------------------------------------------------------------*/
#pie {
	clear: both;
	background: #fafafa url(images/img_pie.jpg)  repeat-x center top;
	text-align: right;
	height: 138px;
	clip:  rect(100px auto auto auto);
}

#pie p {
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 100px;
	float: right;
	height: 100px;

}


#pie a {
	text-decoration: none;
	font-weight: bold;
	margin-top: 100px;
}


/* nuevas clases --------------------------------------------------------------------- */

.nota-al-pie {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 0.7em;
	border: 1px solid #f2f2f2;
}
.nota-al-pie .fecha {
	background:  url(reloj.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.nota-al-pie .comentario {
	background:  url(comentario.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.nota-al-pie .leermas {
	background:  url(leermas.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


#nueva-seccion {
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	width: 100%;
}


/* menu -----------------------------------------------------------------------------------------*/
#menu {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 95%;


}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 100%;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(sep_menu.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/* otro menu */
#nav {
	clear: both;
	width: 100%;






}
#nav ul {
	float: left;
	list-style: none;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0;
	display: inline;
	background-image: url(images/nav.jpg);
	background-repeat:  repeat-x;


}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #990000;
	border-left: 1px solid #FF3300;
	border-bottom: none;
	color: #FFF;
	font: bold 12px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(images/nav-current.jpg) repeat-x;	
}

/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/
li {
	color: #666666;
}

