/*$$
$$*/
body {
	background: #14140f;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	color: white;
}
a {
	color: white;
}
a:hover {
	color: yellow;
}
a img {
    text-decoration: none;
}
#contenedor {
	width: 990px;
	margin: 5px auto;
}

#cabecera {
	height: 94px;
	background: url('../imgs/cabecera.jpg');
}

#cabecera-contenido {
	height: 74px;
	background: url('../imgs/cabecera-contenido.jpg');
	padding: 10px;
}

#cabecera-contenido a {
	text-decoration: none;
	color: yellow;
}
#cabecera-contenido a:hover{
    color: white;
    text-decoration: underline;
}


#bicefalo {
	width: 260px;
	height: 225px;
	background: url('../imgs/bicefalo.jpg');
	float: left;
}

#imagen-cabecera {
	margin-left: 260px;
	width: 730px;
	height: 225px;
	background: url('../imgs/imagen-cabecera.jpg');
}

#menu {
	background: url('../imgs/menu.jpg');
	padding-top: 15px;
	height: 21px;
	
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	font-size: 11px;
	
	color: white;
}
#menu a {
	color: yellow;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	text-decoration: underline;
}
#contenido {
	background: #924000;
	padding: 20px;
}
#contenido-portada {
	padding-top: 30px;
	background: #b25000 url('../imgs/fondo.jpg') no-repeat top;
}


#pie {
	background: #b25000 url('../imgs/pie.jpg') no-repeat bottom;
	text-align: center;
	padding: 5px;
	color:#F2A060;
}

table.segmentos {
	width: 950px;
	margin: 10px;
	border-spacing: 0px 20px;
}
table.segmentos td {
	width: 33%;
	border-right: 1px solid white;
	text-align: right;
	padding: 5px 20px;
	vertical-align: top;
	
	
}
table.segmentos td .titulo  {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;
	
}

/* Motto */
.motto {
	font-family: serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.motto_img {
	margin: 20px;
	text-align: center;
}


/* Noticias de portada*/
.pcms_contenedor {
	margin: 10px 0px;
}

.pcms_arttitulo a {
	font-size: 12px;
}
.pcms_titulo a, .pcms_arttitulo a {
	color: #FFE0D0;
	font-family: tahoma, sans-serif;
	text-decoration: underline;
}

.pcms_titulo a:hover, .pcms_arttitulo a:hover {
	color: yellow;
}

.pcms_subtitulo {
	color: #F29040;
}

.pcms_subtitulo a {
	color: #F5A050;
}

.pcms_subtitulo a:hover {
	color: #FFF080;
}

.pcms_cuerpo {
	color: #e0c0c0;
}


/* Birthday */
.birthday {
	background: #C26010;
	padding: 10px;
	margin: 5px;
	text-align: center;
	
	-moz-border-radius: 5px;
}

/* CMS */

.cms_foto {
	float: left;
}
.cms_contenedor{
	margin-left: 250px;
}

.cms_titulo {
	font-family: tahoma, sans-serif;
	font-size: 16px;
}
.cms_subtitulo {
	color: #F29040;
}
.cms_subtitulo a {
	color: #F5A050;
}

.cms_cuerpo {
	font-size: 11px;
}

/* Album */

table.album {
	width: 100%;
}
table.album td {
	border: none;
	width: auto;
	padding: 5px 0px;
}
table.album td.foto {
	width: 90px;
	text-align: right;
}

/*
 *
 *      LISTADO DE SOCIOS
 *
 */
table.listado_socios {
	margin-left: auto;
	margin-right: auto;
}
table.listado_socios caption {
	background: #A25010;
	font-weight: bold;
	color: #80FF80;
	font-size: 16px;
}

table.listado_socios td {
	width: 120px;
	background: #A25010;
	vertical-align: top;
	padding: 5px;

	text-align: center;
}
table.listado_socios td.vertical {
	width: 320px;
	background: #A25010;
	text-align: left;
}
table.listado_socios td.img {
	width: 90px;
	text-align: center;
}



/*  
 *   PERFIL!
 */
.perfil_titulo {
    font-size: 28px;
    color: #FFff80;
    text-align: center;
}
.perfil-var {
    font-weight: bold;
}
.perfil-val {
    font-size: 14px;
}
.perfil-contenedorfoto {
    text-align: center;
}

/* 
 *
 *  ALBUM DE FOTOS
 *
 */
.album_titulo {
    font-size: 20px;
    text-align: center;
    color: #FFFF00;
}
.album_subtitulo {
    text-align: center;
}

.alb_foto {
    margin: 0px auto;
    border: 1px solid white;
    padding: 3px;
    width: 480px;
}
#alb_nombre {
    font-size: 18px;
    font-weight: bold;
}
#alb_descr {

}
/* Rediseñamos a Matrix */
div.error {
    color: yellow;
    font-weight: bold;

    padding: 4px;
    padding-left: 20px;
    
    background: url('../imgs/iconos/16/advertencia.png')  no-repeat center left;
    
    text-decoration: blink; /* Blink FTW! */
}
input[type=text], input[type=password], input[type=checkbox], select, textarea{
    color: white;
    background: #722000;
    border: 1px solid #b26020;
    font-family: monospace;
}

fieldset {
    margin: 20px 2px;
    padding: 20px;
    border: 1px solid #b26020;
    -moz-border-radius: 5px;
    background: inherit;
}

legend {
    color: white;
    font-size: 16px;
    font-weight: lighter;
    padding: 0px 10px;
}

button {
    color: white;
    background: #b26020;
    border: 1px solid;
    border-top-color:  #D28040; 
    border-left-color:  #D28040; 
    
    border-right-color: #924000; 
    border-bottom-color: #924000;
    padding: 5px;
    
    -moz-border-radius: 5px;
    cursor: pointer;
}
button:hover{
    background: #C27030;
}
button:active {
    border-right-color:  #D28040; 
    border-bottom-color:  #D28040; 
    
    border-left-color: #924000; 
    border-top-color: #924000;

    padding: 7px 3px 3px 7px;
}
label {
    color: white;
    font-weight: bold;
}

