﻿
/*--------------------- 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;
}

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;
	margin:0 0 20px 0;
	position:relative;
}


.logo{
	margin:20px 0 0 0;
}

#menu_secundario {
	width:930px;
	padding:5px 10px;
	margin:0;
	font-size:11px;
	background:#e9e9e9;
}

#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;
}

.aviso{
	font-size:11px;
}

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


#menu li{
	float:left;
	margin-left:10px;
}

#menu a{
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	color:#333;
	padding:5px 15px;
	background:#e9e9e9;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#menu a:hover{
	background:#666;
	color:#fff;
}

#menu .active{
	background:#333;
	color:#fff;
}

.fichas_productos {
	width:290px;
	height:100px;
	padding:5px;
	border:1px dotted #333;
	background:#e9e9e9;
	float:left;
	margin:0 0 10px 10px;
	position:relative;
}

.fichas_productos img{
	float:left;
}

.datos_ficha {
	float:left;
	width:160px;
	font-size:11px;
	margin-left:10px;
}

.fichas_productos p{
	float:left;
	width:160px;
	margin:0 0 5px 0;
}

.composicion{
	font-weight:bold;
}

.ir_ficha{
	width:50px;
	position:absolute;
	bottom:5px;
	right:5px;
}

#producto{
clear:both;
}

#producto ul{
margin:10px 0;
}

.sin_margen{
	margin:0;
}

.datos_producto{
	width: 400px;
	float:left;
}

#descarga{
	width:490px;
	padding:10px;
	float:right;
	font-size:11px;
	margin:0 0 15px 0;
	background:#e9e9e9;
	border:1px dashed #333;
}

#descarga ul{
	margin:0;
}

#descarga li{
	margin-bottom:4px;
}

#descarga label{
	float:left;
	padding-top:3px;
	width:100px;
}

.ancho{
	width:370px;
}

.imagenes{
	width:520px;
	margin-left:15px;
	float:left;
	padding-left:10px;
	border-left:1px dashed #B5AF71;
}

#producto h2{
	background:#B5AF71;
	color:#fff;
	padding:2px 5px;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.imagen{
	width:250px;
	float:right;
	margin-left:10px;
	font-size:10px;
}

.imagen img{
	border:1px solid #B5AF71;
}

#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;
}


.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:20px 0;
	padding:3px 0;
}

#pie p{
	background:#B5AF71;
	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;
}

