body {
	margin: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
a img {
	border: none;
}

img.marco_negro {
    border: 1px solid black;
    padding: 2px;
    
}

h1 {
    color: green;
}

#contenedor {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

#ajax-mensaje {
	display: none;
}
#cabecera {
	background: url('../imgs/cabecera.jpg');
	height: 163px;

}

#menu {
	position: absolute;
	font-size: 14px;
	margin-left: 180px;
	margin-top: 140px;

}
#menu a{
	color: blue;
	text-decoration: none;
}
#menu a:hover{
	background: yellow;
}
#lateral {
	width: 240px;
	background: #ff7f2a url('../imgs/lateral-top.jpg') no-repeat top center;
	float: right;
	padding: 5px;
}
#contenido {
	width: 740px;
	background: white url('../imgs/fondo-body.jpg') no-repeat top right;
	padding:10px;
}

#ads {
	text-align: center;
}

#pie {     
    margin-top: 20px;
    padding-top: 1px;
    border-top: 1px solid #F0F0F0;
    color: #C0C0C0;
    font-size: 10px;
    
}
#pie A {
    color: #A0A0A0;
}

.leer_mas {
    color: green;
    text-decoration: none;
}
.leer_mas:hover {
    color: red;
}

/* PORTADA */
.pcms_titulo, .pcms_titulo a {
	color: green;
	font-size: 36px;
	font-family: arial;
    text-decoration: none;	
}
.pcms_titulo a:hover {
    text-decoration: underline;
}

.pcms_cuerpo {
	padding-left : 10px;
	font-size: 18px;
}
.pcms_foto {
	float: left;
	margin-right: 20px;
	border: 1px solid black;
	padding: 2px;
}
.pcms_leermas {
	text-align: right;
	padding-top: 20px;
}

.pcms_leermas a {
	color: red;
	font-size: 14px;
	text-decoration: none;
}

.pcms_leermas a:hover {
	color: black;
}

.lat_titulo {
	color: yellow;
	font-size: 18px;
}



.palb_contenedor {
	text-align: center;
}
.palb_nombre {
	font-weight: bold;
	font-size: 12px;
	color: white;
}
.palb_descr {
	font-size: 12px;
}
.palb_enlace a {
	font-size: 12px;
	color: #804020;
	text-decoration: none;
}
.palb_enlace a:hover {
	color: yellow;
}

.noticia_portada {
	height: 200px;
}

.tres_paneles {
	width: 100%;
}

.tres_paneles .panel {
	width : 32%;
	vertical-align: top;
}
.tres_paneles .divisor {
	width : 1%;
	background: url('../imgs/divisor.png') repeat-y center ;
}

.portada_titulo {
	color: #FF7F2A;
	font-weight: bold;
}
.portada_noticia {
	padding: 10px 0px;
}

/* CMS */
.cms_titulo {
	color: green;
	font-size: 18px;
	font-weight: bold;
}

.cms_subtitulo {
	color: #808080;
	font-size: 12px;
}

.cms_cuerpo {
	text-align: justify;
}

.cms_cuerpo > p:first-child {
	font-style: italic;
	font-weight: bold;

}
img.cms_img {
    float: left;
    margin-right: 20px;
}

/* ALBUM */


div.alb_fotos {
	background: #FFFF80;
	width: 120px;
	height: 450px;
	float: left;
	text-align: center;

	overflow: scroll;

}
div.alb_contenedor {
	margin-left: 120px;

	text-align: center;
}


.alb_nombre {
	color: #203580;
	font-weight: bold;
	font-size: 18px;
}
.alb_subnombre {
	color: #808080;
	font-size: 10px;
}

/* Este es el titulo de la foto en el album*/
#alb_nombre {
	color: #203580;
	font-weight: bold;
	font-size: 18px;
}

/* La Foto */
#alb_foto {
	width: 480px;
	height: 360px;
	border: 2px solid black;

	padding: 2px;

	margin: 0px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#navbar {
	margin-top: 10px;

}

/* CUBIL */
label {
    font-size: 14px;
    color: green;
    font-weight: bold;
}

input.form, textarea, select {
    background: #FFFF80;
}

table.listado {
    border-collapse: collapse;
}
table.listado td {
    border: 1px solid #A0A0A0;
    padding: 5px;
}


/* LISTADO DE SOCIOS */
.usu_nombres {
    color: #2020A0;
    font-size: 18px;
    font-weight: bold;
}

.usu_cargo {
    font-weight: bold;
}


/* PERFIL */

.perfil-nombre {
    color: red;
    font-size: 25px;
    padding:  10px 0px;
	text-align: center;

}
.perfil-nombre:first-letter {
	font-size: 40px;
	font-weight: bold;
    vertical-align: top;	
}


.perfil-foto {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
	text-align: center;

	font-style: italic;
}

.perfil-foto img {
    padding: 1px;
    border: 1px solid black;
    margin-left: 10px;
    margin-bottom: 10px;

}


div.perfil_var {
    color: #402010;
}
div.perfil_val {
	font-weight: bold;
}

.soc_nombres {
	color: #203580;
	font-size: 20px;
	font-weight: normal;
}
.soc_cargos {
	color: red;
	font-weight: bold;
}
