/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:#FFCC00;}
a:hover {color: #ffffff;}

body {
	background: #7C1E12 url(../img/bg.jpg) repeat-x left top;
	color: #f8f8f8;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul,ol {padding-bottom: 1.2em;}

.cont_colnota{
	width:265px;
	text-align:left;
	border:1px solid #f8f8f8;
}
.cont_noticia{
	width:560px;
	margin-bottom:7px;
	margin-top:10px;
	height:auto;
	padding:4px;
}	

.nota_cabecera, .cont_redactor{
	font-size:0.9em;
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
}

.nota_cabecera{
	padding:2px 6px 0 6px;
}
.cont_redactor{
	font-weight:normal;
	float:left;
}


.link1:link, .link1:active, .link1:visited{
	color:#FFFFFF;
}
.link1:hover{
	color:#FFFF00;
}	

.link2:link, .link2:active, .link2:visited{
	color:#03C;
}
.link2:hover{
	color:#c30;
}	

.separacion{
	line-height:0px;
	height:15px;
}	
.linea_separacion{
	background: no-repeat center url(../img/linea.jpg);
	line-height:20px;
	height:20px;
	text-align:center;
}	

/* marco avisos */
.caja_aviso_cabecera{
	padding:10px;
	line-height:0;
}	
.caja_aviso_1{
	width:215px;
	margin-bottom:4px;
	border:2px solid #f8f8f8;
	background-color:#ffffff;
}	
.caja_aviso_1 a{
	color:#000000;
}
.caja_aviso_1 a:hover{
	color:#FF0000;
}		
.marco_form{
	border:3px solid #f8f8f8;
	margin: 0 auto; 
	overflow:hidden;
	padding:8px;
	background-color:#0F254E;
}
/* marcos para fotos */
.marco1 {
   padding:4px;
   background-color: #f5f5f5;
   border: 1px solid #f5f5f5;
   color:#003399;
}

.marco1 a{
	color:#003399;
	text-decoration:none;
}
.marco1 a:hover{
	color:#FF0000;	
}
.marco1 IMG{
   border: 1px solid #000000;
} 
.marco2 {
   padding:8px;
   background-color: #f5f5f5;
   border-bottom: 1px solid #999999;
   border-right: 1px solid #999999;
   text-align:center; 
   margin:8px;
} 
.marco3 {
   padding:8px 8px 20px 8px;
   background-color: #ffffff;
   border: 1px solid #999999;
} 

.marcoOpForm{
	width:264px; 
	float:left; 
	background-color:#EAF4FF;
	border:1px solid #c1c9d2; 
	padding:4px;
	margin-top:6px;
}
.nombreOpForm{
	font-size:12px; 
	line-height:20px;
	color:#003399;
}


.descrTelefono{
	background-color:#000000; 
	color:#ffffff; 
	line-height:2.3em; 
	font-size:0.8em; 
	padding-left:20px;
	border-left:1px solid #f8f8f8;
	border-right:1px solid #f8f8f8;
}
.descrTelefono a{
	font-size:1.2em;
	color:#f8f8f8;
	text-decoration:none;
}
.descrTelefono a:hover{
	color:#ff5500;
}
h1 {
	font: normal 1.8em Tahoma,sans-serif;
	color:#FFFFFF;
	margin-bottom: 4px;
}

blockquote {
	padding-left: 58px;
}

h1,h2,h3 {padding-top: 6px;}

h2{
	font-size:14px;
	padding-bottom: 6px;
	color:#ffffff;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.fgris1{color:#f8f8f8;}


/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 840px;
}

/* header */
.top {
	padding: 0px 10px 0px 10px;
}

/* title */
.header {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width: 860px;
	height: 270px;
	margin: 0 auto;
	/*padding: 10px 10px 5px;*/
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #999999;
	height: 150px;	
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.left_right{
	width:820px;
	height:245px;
	border:1px solid #999999;
/*	background-image:url(../img/bgheader.jpg);*/
}	

/* menu de navegación */
.navigation {
	background:#000000;
	border-top:none;
	height: 30px;
	border-top:1px solid #f8f8f8;	
}


.navigation a {
	border-right: 1px solid #ffffff;
	color: #f8f8f8;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 27px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color:#FFFFCC;}

.navigation2{
	background-image:none;
	background-color:#cccccc;
	height:auto;
	font-size:11px;
	text-align:center;
}
.navigation2 a{
	text-decoration:none;
	background-color:#666666;
	padding:0 6px 0 6px;
	margin:0 1px 0 1px;
	color:#ffffff;
}	
.navigation2 a:hover{
	color:red;
	background-color:white;
}	

/* main 
Fondo de toda el área del contenido
*/
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
	min-height:600px;
	height:auto;
	color:#f8f8f8;
}

/* sub navigation */
.colderecha {
	float: right;
	width: 216px;
	margin-top:10px;
	padding-right:9px;
	text-align:center;
}
.colderecha h2 {
	color:#ff5500;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.colderecha p{
	padding:10px;
}	

.colderecha ul{
	padding-bottom: 1.2em;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
}
.colderecha li{
	list-style: url(../img/li.gif);
}
		
.colderecha a{
	text-decoration:none;
	color:#FF0000;
}	
.colderecha a:hover{
	color:#666666;
}	
.descripcion{
	color: #ffffff;
	font-size: 0.9em;
	margin: 8px 0 6px 10px;
}
/* content */
.content, .content2 {
	float: left;
	margin: 5px;
	margin-top:10px;
	padding: 0 8px;
	width: 567px;
}

.content2{
	width:750px;
}	
.content .descr .content2{
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li, .content2 li {
	margin-left: 18px;
}
.content p, .colderecha p, .content2 p {font-family: "Lucida Sans Unicode",sans-serif;}

.content h2, .content2 h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.9em;
}
/* footer */
.footer {
	background-color:#0F254E;
	color: #f8f8f8;
	font: normal 0.9em sans-serif;
	text-align: center;
	height:70px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top:3px;
}
.footer a{color:#FF6600;; text-decoration:none; font-weight:bold;}
.footer a:hover{color:#ffffff;}