@charset "utf-8";
/* CSS Document */

body {
	background:#000;
}

#bg{
	background:#000;
	width:990px;
	height:auto;
}
#contenido{
	margin-top:10px;
	height:700px;
}

#slider{

	height:100px;
}
.textos{
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	
	text-align:left;
}
.textos2{
	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	padding:3px;
	text-align:right;
}
.textos_naranjas{
	color:#FFC30E;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-bottom:20px;
}

.img_secciones{
	padding:5px;
}


/* Menu*/
.urbangreymenu{
width: 277px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: 13px Verdana;
color: white;
background: #333333; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.headerbar2{
font: bold 13px Verdana;
color: #fff;
background: #333333; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.contenedor{width:630px; border:1px solid #00CC00}
.foto{width:180px; height:136px; float:left; margin:6px}
.titulo{font-size:12px; font-family: Arial, Helvetica, sans-serif; width:300px; text-align:center; color:#7b2222}
.etiqueta{font-size:11px; font-family:Arial, Helvetica, sans-serif}
.cont_foto{float:left; width:300px; margin:5px}
.fotografia{vertical-align:middle}