@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("general.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #06C;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 4px;
}
#contenido {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	color: #000;
}
#columna_menu{
	width: 210px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
#menu{
	background-color: #FBF2C4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3D321;
	border-right-color: #F3D321;
	border-bottom-color: #F3D321;
	border-left-color: #F3D321;
	font-size: 12px;
}
#menu a{
	display: block;
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../images/item_menu.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
#menu a:hover{
	color: #000;
	background-position: 5px -17px;
}
#menu ul {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F3D321;
	padding-bottom: 6px;
}
#menu li{
	color: #666;
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu h1{
	margin-left: 5px;	
}
#bloque{
	background-color: #FBF2C4;
	font-size: 12px;
	border: 2px solid #F3D321;
}
#bloque img{
	margin: 10px;
}
#bloque a{
	color: #06C;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#bloque a:hover{
	color: #000;
}
#content{
	float: left;
	width: 448px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
}
#content a{
	color: #2D358A;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover{
	text-decoration: underline;
}
#content h2{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #2D358A;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 4px;
}
#content h3{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #2D3589;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 4px;
	}
#content p{
	line-height: 1.5em;
	text-align: justify;
	margin-top: 5px;
}
#content li{
	list-style-image: url(../images/item.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}
#columna{
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#columna .fotodenuncia {
	line-height: 1.5em;
}
#columna .fotodenuncia img {
	border: 5px solid #FFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#columna .fotodenuncia h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
#columna img{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5D421;
	margin-top: 10px;
	padding-top: 10px;
	}
#pie{
	clear: both;
	background-color: #E6C71F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #039;
}
#pie a{
	text-decoration: none;
	color: #036;
}
#pie a:hover{
	color: #0071E1;
}
#noticias .imagen{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
}
#noticias .noticia{
	clear: both;
}
#noticias h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B3486;
	margin-left: 0px;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 20px;
}
#noticias p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}
#galeria .fotocategoria {
	margin: 2px;
	padding: 2px;
	float: left;
	width: 100px;
	height: 140px;
	border: 1px solid #F1D021;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#galeria .fotocategoria p {
	text-align: center;
	line-height: 1.3em;
	margin-top: 0px;
}
#galeria .foto{
	float: left;
	height: 80px;
	width: 110px;
}
#videoteca .video{
	margin: 2px;
	padding: 2px;
	float: left;
	width: 100px;
	height: 140px;
	border: 1px solid #F1D021;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.3em;
}
#agenda .calendar {
	border: 1px solid #F5D421;
	margin-right: auto;
	margin-left: auto;
}
#agenda .calendar .calendar-month{}
#agenda .calendar th {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: center;
	color: #F5D421;
}
#agenda .calendar td {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#agenda .calendar-month{
	color: #F6D521;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
#agenda form{
	margin-right: auto;
	margin-left: auto;
}
#contacto label{
	display: block;
	color: #666;
}
#jornadasinscripcion label {
	display: block;
	color: #666;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

