﻿
/*--------------------- BODY ---------------------*/
body{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	color:#333;
	margin:0;
	padding:0;
	font-size:80%;
}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0; 
	padding:0;
}

h1, h2, h3{
	font-family: Arial, "Lucida Sans Unicode", Georgia, Tahoma;
	font-weight: normal;
	line-height: 1.2em;
}

a img,:link img,:visited img{ 
	border:none;
}

ul,ol{ 
	list-style:none;
}

acronym, abbr {
	border-bottom: 1px dotted #cc0000;
	cursor: help;
}

/*------ Semantica ------*/
h1{
	font-size:16px;
	font-weight:bold;
	color:#002244;
	border-bottom:2px solid #002244;
	margin-bottom:15px;
}

#noticias h1, #foros h1, #contacto h1{
	width:520px;
}

h2{
	margin-bottom:5px;
}

p{
	line-height:1.3em;
	margin-bottom:10px;
}

a{
	text-decoration:underline;
	color:#002244;
}

a:hover, a:focus{
	text-decoration:none;
}

.oculto{
	display:none;
}

/*------ Bullets ------*/


/*--------------------- ESTRUCTURA ---------------------*/
#container{
	margin:0 auto;
	width:950px;
}

/*------ Cabecera ------*/
#header{
	width:950px;
	height:100px;
	background:#002244 url(../images/header_bck.jpg) no-repeat;
	color:#fff;
	margin:0 0 20px 0;
	position:relative;
}

#header p{
	font-size:18px;
	position:absolute;
	margin:0;
	bottom:5px;
	right:10px;
}

.logo{
	margin:18px 0 0 40px;
}

#menu_secundario {
	width:950px;
	padding:5px 0 4px 0;
	margin:0;
	font-size:11px;
}

#menu_secundario p{
	width:100px;
	margin:0;
}
#menu_secundario ul{
	float:right;
	text-align:right;
}

#menu_secundario li{
	display:inline;
	margin-left:20px;
}

.close{
	padding-left:18px;
	background: url(../images/bullet_close.jpg) no-repeat 0 2px;
}

.user{
	padding-left:20px;
	background: url(../images/bullet_user.jpg) no-repeat 0 0;
}

.account{
	padding-left:22px;
	background: url(../images/bullet_account.jpg) no-repeat 0 2px;
}

#content_left{
	width:200px;
	float:left;
}

.aviso{
	font-size:11px;
}

#menu{
	float:left;
	width:180px;
	margin:0 0 20px 0;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	border-top:3px solid #002244;
	border-bottom:3px solid #002244;	
}


#menu li{
	float:left;
	background:#002244;
	margin-bottom:3px;

}

.foros{
	width:165px;
	padding:5px 0 5px 15px;	
	color:#fff;
	text-transform:uppercase;
}

.separador{
	width:180px;
	height:10px;
	background:#002244;
}


#menu a{
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	width:165px;
	padding:5px 0 5px 15px;	
	background:#5EB6E4;
}

#menu a:hover{
	background:#155A80;

}

#menu .active{
	background:#1B72A0
}

#pie .active{
	background:#ccc;
	padding:0 3px;
	color:#000;
}

.account .active{
	background:#ccc;
	padding:0 3px;
	color:#000;
}

#content_left img{
	float:left;
	margin-top:5px;
}


#content_right{
	width:750px;
	float:right;
}

#login_form{
	float:left;
	margin:10px 70px 10px 100px;
	width:400px;
}

#login_form input{
	width:220px;
	margin-left:15px;
}

#login_form textarea{
	width:215px;
	margin-left:15px;
}

#login_form h2{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #333;
	margin:0 0 10px 0;
}

#login_form ul{
	text-align:right;
	margin:20px 0 5px 0;
}

#login_form li{
	margin-bottom:5px;
}

#login_form .boton{
	width:90px;
}

.error{
	clear:both;
	background:#cc0000;
	color:#fff;
	text-align:center;
	padding:1px 0;
	margin:3px 0 10px 0;
}

.ok{
	background:#006600;
	color:#fff;
	text-align:center;
	padding:1px 0;
	margin:3px 0 15px 0;
}

.news{
	margin:0 0 15px 0;
	float:left;
}

.date{
	float:left;
	width:42px;
	height:45px;
	background: #000 url(../images/calendar.jpg) repeat-x;
	margin-right:15px;
}

.dia{
	color:#999999;
	display:block;
	font-size:20px;
	line-height:20px;
	margin-left:-1px;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
}

.mes{
	color:#FFFFFF;
	display:block;
	font-size:11px;
	line-height:11px;
	margin-left:-3px;
	padding-top:2px;
	text-align:center;
	text-transform:uppercase;
}


.news_content{
	width:420px;
	float:right;

}

.news_content h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.mas_info{
	width:90px;
	float:right;
	text-align:right;
	font-size:11px;
	background: url(../images/bullet_mas.jpg) no-repeat 0 3px;
}

#intro{
	width:160px;
	float:right;
	background:#e9e9e9;
	padding:10px 20px;
}

#intro h2{
	font-size:14px;
	font-weight:bold;
}

#intro h3{
	font-size:12px;
	font-weight:bold;
}

#intro p{
	font-size:11px;
}

.entradilla{
	font-size:12px;
	line-height:16px;
	text-align:justify;
}

#noticias{
	width:520px;
}

#noticia {
	float:left;
	width:750px;
	margin-bottom:15px;
}

#noticia h2{
	margin:0;
}
#noticia .fecha{
	color:#333;
	font-size:11px;
	margin:0 0 15px 0;
}
#noticia img{
	float:right;
	padding:2px;
	border:1px solid #ccc;
	margin:0 0 15px 15px;
}

.file{
	clear:both;
	padding-left:22px;
	float:left;
	background: url(../images/bullet_file.png) no-repeat 0;
	margin-bottom:10px;
}

.intro_foro{
	float:left;
	width:520px;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px dashed #5EB6E4;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}

.post{
	float:left;
	padding-bottom:10px;
	border-bottom:1px dashed #5EB6E4;
	margin-bottom:15px;
	width:520px;
}

.nuevo_mensaje{
	float:left;
	margin-top:10px;
	background:#ccc;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
	border:1px solid #333;
}

.mensaje{
	width:460px;
	float:right;
}

.mensaje h2{
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
	color: #002244;
}

.mensaje p {
	margin-bottom:5px;
	color:#666;
}

.respuesta{
	clear:both;
	float:left;
	margin-top:5px;
	background:#5EB6E4;
	color:#fff;
	font-size:10px;
	padding:0 5px;
}

.autor{
	clear:both;
	float:left;
	margin:0;
	color:#000;
	padding:0 4px;
	font-size:10px;
	background:#e9e9e9;
	margin-top:10px;
}

.reply{
	float:right;
	margin-top:8px;
	text-align:right;
	font-weight:bold;
	margin-bottom:5px;
}



#form_nuevo_mensaje{
	float:left;
	width:520px;
	margin-bottom:25px;
}

#form_nuevo_mensaje ul{
	float:right;
	text-align:right;
}

#form_nuevo_mensaje li{
	margin-bottom:5px;
	float:right;
}

#form_nuevo_mensaje input{
	width:410px;
}

#form_nuevo_mensaje textarea{
	width:405px;
	height:150px;
}

#form_nuevo_mensaje .boton{
	width:90px;
}

.volver{
	margin-right:10px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
}

.post_reply{
	float:left;
	padding:10px 0;
	border-top:1px dashed #5EB6E4;
	border-bottom:1px dashed #5EB6E4;
	margin-bottom:15px;
}

#contacto ul{
	text-align:right;
}

#form_contacto{
	float:left;
	width:400px;
	margin:20px 0 0 50px;
}

#contacto li{
	margin-bottom:5px;
}

#contacto textarea{
	width:390px;
	height:100px;
}

#normas_uso h2{
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px 0;
}


#mi_cuenta ul{
	float:left;
	width:400px;
	text-align:left;
	margin:20px 0 0 50px;
}
.user_data {
	font-weight:bold;
	margin:0;
}

#mi_cuenta li{
	margin-bottom:5px;
}

.margin_right{
	margin-right:10px;
}


#pie{
	float:left;
	width:950px;
	color:#fff;
	margin:5px 0;
	padding:3px 0;
}

#pie p{
	background:#002244;
	line-height:20px;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	
}#pie a{
	color:#fff;
}



#pie span{
	float:left;
	color:#333;
	font-size:10px;
	margin-top:5px;
}
