* {	margin: 0px; padding: 0px; }


body {
	margin-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-image: url(img/fond.jpg);
	background-repeat: repeat;
	background-position: top;
} 

a {
	color: #BB0000;
	text-decoration: none;
}

h1 {
	font-size: 10px;
	color: #660000;
	font-weight: bold;
	line-height: normal;
}
h2 {
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}

#canvas {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom:5px;
	margin-bottom:0px;
	background-color: #FFFFFF;
}

.boxline {
	border: 1px solid #C7C5B6;
	background-color: #F9F9F9;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	;
	color: #666456;
}
.boxlinered {
	border: 1px solid #C7C5B6;
	background-color: #CC0000;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	;
	color: #FFFFFF;
}
#cabecera { clear: both; width: 750px; margin-left: auto; margin-right: auto; margin-bottom: 10px; }
#bannercab { margin-bottom: 10px; }
#pie {
	width:750px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border-top-width: medium;
	border-top-style: solid;
	padding-top: 10px;
}
 #pie p {width:400px; float:left; padding-right:30px; color:#000000;}
#pie p a {color:#CC0000;text-decoration:none;}
#pie p a:hover {color:#CC0000;text-decoration:underline;}
#pie p.nota {font-size:9px;}

/* MENU */

#navppal {
	float: right;
	width: 160px;
	background-color: #F2F2F2;
	height: auto;
}

#navppal ul { list-style-type: none; }
#navppal ul li:hover { background-color: #F2F2F2; }
#navppal ul li a { 
color: #67514B; 
text-decoration: none; 
padding-left: 20px; 
padding-top: 4px; 
height: 16px; 
display: block; }

#navppal ul li a:hover { 
color: #2E2F29; 
text-decoration: none; 
display: block; 
background-color: #F8F8F8; }
#navppal ul li a.current {
	color: #990000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* submenu */

#navppal ul.sub { list-style-type: none; display: none; }
#navppal ul.sub li { border-bottom: 1px solid #FFFFFF; }
#navppal ul.sub li a {
	color: #404040;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 4px;
	height: 16px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
#navppal ul.sub li a:hover {
	color: #990000;
	text-decoration: none;
	display: block;
	background-color: #F8F8F8;
}

/* CONTENIDOS INTERIOR */

#int_contenido {
	float: left;
	margin-right: 20px;
	width: 460px;
	margin-bottom: 10px;
	min-height: 350px;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-top: 0px;
	text-align: justify;
}

#int_contenido h3 { font: normal 18px Arial, Helvetica, sans-serif; padding-bottom: 10px; padding-top: 15px; color: #990000; }
#int_contenido h4 { font: bold 11px Arial, Helvetica, sans-serif; padding-bottom: 10px; padding-top: 15px; color: #67514B; }
#int_contenido ul {	padding-left: 17px;}
#int_contenido ul.niv2 {padding-top: 10px;}
#int_contenido li, #int_contenido li.niv2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	color: #67514B;
	list-style-image: url(../img/list-item1.gif);
	list-style-type: none;
	list-style-position: outside;
}
#int_contenido li.niv2 {list-style-image: url(../img/list-item2.gif);}

#int_contenido p {font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding-bottom: 10px; padding-top: 5px; color: #454346; }
#int_contenido p a, #int_contenido li a { color: #990000; text-decoration: none; }
#int_contenido p a:hover, #int_contenido li a:hover { color: #FFFFFF; text-decoration: none; background-color: #990000; }
#int_contenido p strong { font-size: 10px; font-weight: bold; }
#int_contenido .rojo {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}
#int_contenido .rojo bold { font-size: 10px; font-weight: bold; color: #990000; }
#int_contenido img { clear: both; border: 1px solid #67514B; margin-bottom: 3px; }
#int_contenido div.fotosnoticia {float: left; margin-right: 10px;}
#int_contenido div.fotosnoticia img {border: 1px solid #FD3901; margin-bottom: 3px;}
#int_contenido .fecha {color:#990000;}
#int_contenido a.masinfo {color:#990000; border-left:1px solid #FD3901; border-right:1px solid #FD3901; padding-left:7px; padding-right:7px; display:block; text-decoration:none; margin-top:10px; width: 40px;}
#int_contenido a.masinfo:hover { text-decoration:underline;}

/* Caja anotacion pagina interior */

div.int_anotacion {
	float: right;
	width: 180px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
div.int_anotacion p { font: normal 10px Verdana, Arial, Helvetica, sans-serif; padding-bottom: 5px; color: #67514B; }
div.int_anotacion p a { color: #990000; text-decoration: none; }
div.int_anotacion p a:hover { color: #FFFFFF; text-decoration: none; background-color: #FD3600; }
div.int_anotacion img { clear: both; margin-bottom: 3px; margin-top: 10px; }

/* Cabeceras cajas */

div.cab_marron, div.cab_naranja {
	heigh: 30px;
	text-indent: 15px;
}
div.cab_marron {
	background-color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	text-indent: 12px;
	height: 16px;
	vertical-align: middle;
	white-space: normal;
	font-weight: bold;
}
.cab_naranja {
	height: 15px;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	color: #000000;
	background-color: #FFFFFF;
}
.piecolor {
	color: #000000;
	font-weight: bold;
	font-size: 10px;	
	
}
.int_ficha{
	border: 1px solid #E0E0E0;
}
