/* CSS Document */

BODY{ 
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color : #504c5b; 
	text-align: center;
	background:#545470;
} 

a{
	color : #504c5b;
	text-decoration:none;
	font-weight:bold
}
a:hover{
	text-decoration:underline;
	color:#e01f4c;
}
img{
	border:none;
}

h1{
	background:url(imagenes/h1.jpg) top;
	padding:6px;
	border-bottom:#77974c solid 1px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:0px;
}
h2{
	font-size:12px;
	text-align:center;
	margin-top:10px;
	text-decoration:underline
}

ul{
	text-align:left;
	margin:5px 25px;
}

#contenido{
	border:solid 1px #e5f4bd;
	margin:auto;
	background:#FFFFFF;
	position:relative;
	display:table;
}
#cabecera{
	border-bottom:solid 1px #504c5b; width:100%;
	background:#eff3f6 url(imagenes/cabecera.jpg) no-repeat left top;height:150px; text-align:center; display:table;
}

.b_verde{
	border-bottom: dashed 1px #91ae6b;
}
.borde{
	border: dashed 1px #91ae6b;
}
		

/* ---------------- INICIO -------------------------------------- */
	#cuerpo_inicio{
		position:relative;
		background:#e8edf1 url(imagenes/f_inicio1.jpg) no-repeat center top;
		text-align:left;
		width:100%;
	}
		
		
		.btn_ce, .btn_ve, .btn_am, .btn_ro, .btn_gris{
			border:solid 1px #504c5b;
			display:block;
			height:15px;
			padding:2px 10px;
		}
		
		.btn_ce{
			background:url(imagenes/btn/celeste.jpg) repeat-x top;
		}
		
		.btn_ve{
			background:url(imagenes/btn/verde.jpg) repeat-x top;
		}
		
		.btn_am{
			background: url(imagenes/btn/ama.jpg) repeat-x top;
		}
		
		.btn_ro{
			background: url(imagenes/btn/rojo.jpg) repeat-x top;
		}
		.btn_gris{
			background: url(imagenes/btn/gris.jpg) repeat-x top;
			color: #666666;
			border:#999999
		}
		.btn_ce:hover, .btn_ve:hover, .btn_am:hover, .btn_ro:hover{
			background: #504c5b;
			color:#FFFFFF
		}
		.borde{
			border:solid 1px #504c5b;
		}
		#noticia1{
			background:#FFFFFF;
			width:220px;
			height:100px;
			position:relative;
			left:230px;
			top:50px;
		}
			#noticia1 p, #noticia2 p, #noticia3 p, #noticia4 p{
				margin:10px 5px;
				text-align: justify;
				text-indent:15px;
			}
		#noticia2{
			background:#FFFFFF;
			width:220px;
			height:100px;
			/*position:relative;
			left:125px;
			top:75px;*/
		}
		#noticia3{
			background:#FFFFFF;
			width:220px;
			height:100px;
			/*position:relative;
			left:420px;
			top:-205px;*/
		}
		#noticia4{
			background:#FFFFFF;
			width:220px;
			height:100px;
			position:relative;
			left:360px;
			top:-190px;
		}
		
		.titular{
			padding:0px 10px;
			font-weight: bolder;
			border-bottom:solid 1px #504c5b;
			font: 14px "Comic Sans MS",Verdana, Geneva, Arial, Helvetica, sans-serif; 
			/*background:url(imagenes/dif.jpg) repeat-x bottom;*/
			background:#50495b;
			color:#FFFFFF;
		}
		

/* -------------------- PAGINAS ---------------------------------- */
	#cuerpo{
		position:relative;
		background:#eff3f6 url(imagenes/f_cuerpo.jpg) no-repeat;
		min-height:400px;
		text-align:left;
		display:table;
	}
		#menu{
			background:#e5f4bd;
			border-bottom:#77974c solid 1px;
			border-right:#77974c solid 1px;
			width:150px;
		}
			#menu #tit_menu{
				text-align:center;
				text-decoration:underline;
				font-weight:bold;
				margin-top:10px;
			}
			#menu a{
				display:block;
				width:150px;
				height:15px;
				padding:4px 10px;
			}
			#menu a:hover{
				background: #504c5b;
				color:#FFFFFF;
			}
			#submenu{
				background:#eff3f6;
				border:solid 1px #504c5b; 
				margin:2px; 
				width:160px;
			}
				#submenu a, #submenu .sin{
					
					padding:2px;
					width:156px;
					display:block;
				}
				#submenu a:hover{
					width:156px;
					background:#77974c;
				}
#paginacion{
			background:#e5f4bd;
			padding:2px;
			color:#2f414d;
			border:solid 1px #9ea82d;
		}
		#paginacion a{
			color:#9FAC20;
			font-weight: bold;
			padding:2px;
		}
		#paginacion a:hover{
			color:#fff;
			background-image:url(imagenes/fondo_btn.jpg);
			font-weight: bold;
		}
		
