/*estilo general*/

body{
	background-color:#000;
	background-image:url(imgs/fond-site.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin:0 auto;
	padding:0;
}
a{
	font-family:Verdana;
	text-decoration:underline;
	color:#0E0C0C;
}
a:hover{
	color:#CCC;
}
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	font-weight:normal;
}
p{
	margin:3px 0;
	padding:0;
}
input{
	margin-top:15px;
	margin-bottom:15px;
	width:280px;
	background-color:#151515;
	border: thin solid #151515;
	color:#FFF;
}
input:focus{
	border: thin solid #000;
	background-color:#222;
}
textarea{
	margin-top:15px;
	margin-bottom:15px;
	width:280px;
	background-color:#151515;
	border: thin solid #151515;
	color:#FFF;
	height:200px;
}
textarea:focus{
	border: thin solid #000;
	background-color:#222;
}
/*Divs*/
#contender{
	width:960px;
	height:auto;	
	margin:0 auto;
	padding:0;	
}
#reset{
	margin:0;
	padding:0;
	clear:both;
}
#top{
	height:333px;
	background-image:url(imgs/fond-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#contenedor-total{
	width:960px;
	height:auto;
	background-image:url(imgs/fond-contenido.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#izq-cont{
	width:721px;
	height:auto;
	background-color:#0E0C0C;
	float:left;
	margin:0 20px 0 0;
} * html #izq-cont { display:inline; }
#der-cont{
	width:219px;
	height:auto;
	float:left;
	margin:55px 0 0 0;
} * html #der-cont { display:inline; }
#box-text{
	width:474px;
	margin:0 20px;
	float:left;
}  * html #box-text { display:inline; }
.box-general{
	width:207px;
	float:left;
}
.box-der{
	width:189px;
	background-color:#0E0C0C;
	padding:15px;
	color:#999;
	margin:0 0 15px 0;
}
.font-v10pxb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
}
#cont-auto{
	width:721px;
}
#pie{
	width:681px;
	height:30px;
	background-color:#000;
	padding:0 20px;
}
.dp-span{
	margin:0 10px;
}
.input-but {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	width:70px;
	background-color: #151515;
	border: #000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
select { 
	background-color: #151515;
	border: #000099; border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
#contenido-fotos{
	width:681px;
	height:auto;
	background-color:#0E0C0C;
	padding:0 20px;
}
.fotos-box{
	margin: 0 10px 10px 0;
}
.cont-g{
	width:auto;
	height:auto;
	padding:0 20px;
	margin:20px 0 0 0;
}
.fechas{
	width:auto;
	height:215px;
	border:thin #090909 solid;
	background-color:#111;
	margin:30px 0;
	padding:2px;
	text-align:center;
	overflow:auto;
	scrollbar-face-color:#090909;
	scrollbar-highlight-color:#090909;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#090909;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#231F1F; 
}
.tit-b{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#EEE;
}
.remera{
	width:180px;
	height:auto;
	margin:0 25px 25px 0;
	float:left;
}
.comunid{
	margin:0 30px 0 0;
}
table, td, tr{
	text-align:left;
}
.txt-11px{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	font-weight:normal;
}
#pages{
	text-align:center;
	font-size:12px;
}
.links-pages{
	color:#CCC;
}
#reiners{
	text-align:center;
	font-size:11px;
	padding:10px;
	background-color:#000;
	border-top:#131313 solid 1px;
}
#reiners a{
	color:#333;
	text-decoration:none;
}
#reiners a:hover{
	color:#444;
}