* {
	margin: 0;
	padding: 0;
	outline: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

a {
	color: #bf0202;
	text-decoration: none;
}

ul,ol,li {
	list-style: none;
}

body {
	background: url(../images/bg.png) no-repeat left top;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color:#FFF;
	color: #00;
}

.centrar {
	width: 940px;
	margin: 0 auto;
}

.general,.container,.footer,.general>div,.proms,.tweets {
	width: 100%;
	float: left;
}

.general{
	max-height: 708px;
}
/*
.general>div {
	background: url(../images/bg.png) no-repeat left top;
	padding-bottom: 20px;
}
*/
.pagina_inicial .general>div {
	padding-bottom: 20px;
}.menu_superior {
	background: url(../images/barra_superior.png) repeat-x;
	width:100%;
	text-align: left;
	padding: 15px 0 15px;
	font-size: 12px;
	margin-bottom:10px;
	-moz-box-shadow: 0 1px 5px #000;
	-webkit-box-shadow: 0 3px 5px #000;
	box-shadow: 0 1px 5px #000;
}

.menu_superior li {
	padding-left: 20px;
	margin-left: 20px;
	display: inline;
}
.menu_superior_activo{
	background: url(../images/1295755805_arrow_state_grey_right.png) no-repeat;
	
}

.menu_superior a:hover {
	color:#FFF;
	text-decoration: none;
}
#texto_sub{
	float: left;
	padding-bottom: 10px;
}

.tabla{
	margin-left:2%;
	margin-right:2%;
}
.gente{
	background: url(../images/bg-gente.png);
	border: solid 1px #d5dbde;
	margin-top: 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 #c4cacc;
	-webkit-box-shadow: 0 1px 0 #c4cacc;
	box-shadow: 0 1px 0 #c7cdcf;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 20px;
	position: relative;
}

.gente>div {
	padding: 8px 20px;
	border: solid 1px #f2f2fb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gente strong {
	margin-right: 10px;
}

.mensajes {
	float: right;
	margin-top: -3px;
}

.mensajes li {
	display: inline;
	margin-left: 10px;
}

.mensajes li ,.mensajes li span {
	margin-top:2px;
	display: inline-block;
	background-image: url(../images/ultimo_mensaje_fondo.png);
	background-repeat: repeat-x;
	height: auto;
	line-height: 30px;
	color: #828282	;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mensajes li  {
	padding-left: 15px;
	border: solid #828282 1px;
	background-position: left top;
}

.mensajes li span {
	padding-right: 15px;
	background-position: right top;
}

.area_texto{
	padding: 4px;
	width: 300px;
	font-size:18px;
	height:35px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: 2px 2px 0 #a6a6a6;
	box-shadow: 2px 2px 0 #a6a6a6;
}
#boton_registro{
	background: url(../images/bg_boton_registro.png) repeat-x;
	cursor: pointer;
	font-size:18px;
	color:#FFFFFF;
	width:310px;
	height:40px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


#boton_registro:hover{
	background: url(../images/bg_boton_registro_hover.png) repeat-x;
}
#boton_registro_n{
	background: url(../images/bg_boton_registro2.png) repeat-x;
	cursor: pointer;
	font-size:18px;
	color:#FFFFFF;
	width:310px;
	height:40px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

#boton_registro_n:hover{
	background: url(../images/bg_boton_registro_hover2.png) repeat-x;
}
.inicia{
	color:#ff0000;
}
.inicia:hover{
	color:#FFF;
}
.footer{
	background: url(../images/bg-gente.png);
	margin-top: 50px;
	margin-bottom: 0px;
	text-shadow: 0 1px 0 #fff;
	position: relative;
}

.footer>div {
	padding: 8px 30px;
	border: solid 1px #000;
}
#contenedor_gente{
-moz-box-shadow: 6px 6px 0 #a6a6a6;
-webkit-box-shadow: 6px 6px 0 #a6a6a6;
box-shadow: 6px 6px 0 #a6a6a6;
border:solid 10px #FFF;
background-color:#000;
}
#mascara {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#popup .ventana {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#popup #form_sesion {
  width:350px; 
  height:250px;
  padding:10px;
  background-color:#FFF;
	border: 1px solid #c3c3c3;
  -moz-box-shadow: 6px 6px 0 #a6a6a6;
  -webkit-box-shadow: 6px 6px 0 #a6a6a6;
  box-shadow: 6px 6px 0 #a6a6a6;
 	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
	
.area_texto_popup{
	padding: 4px;
	width: 150px;
	font-size:18px;
	height:20px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: 2px 2px 0 #a6a6a6;
	box-shadow: 2px 2px 0 #a6a6a6;
}
#boton_sesion{
	background: url(../images/bg_boton_registro.png) repeat-x;
	cursor: pointer;
	font-size:18px;
	color:#FFFFFF;
	width:160px;
	height:30px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


#boton_sesion:hover{
	background: url(../images/bg_boton_registro_hover.png) repeat-x;
}
.area_texto_d{
	padding: 4px;
	font-size:18px;
	height:80px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: 2px 2px 0 #a6a6a6;
	box-shadow: 2px 2px 0 #a6a6a6;
}
.nombre_descripcion {
	width: 100%;
	float: left;
}

.nombre_descripcion>div {
	margin-left:20px;
	padding: 3px 20px;
	border: solid 1px #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 600px;
	float: left;
	background-color:#FFF;
	-moz-box-shadow: 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: 2px 2px 0 #a6a6a6;
	box-shadow: 2px 2px 0 #a6a6a6;
	text-shadow: 0 1px 0 #cdcdcd;
}
.descripcion{
	width:600px;
}


.nombre_descripcion h3 {
	font-size: 24px;
	margin-bottom: 20px;
}


.extras p {
	font-size: 14px;
	background-color:#FFF;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #cdcdcd;
}

.extras ul.clear {
	padding: 20px 0;
	
}

.extras h5 {
	margin-left:10px;
	background-color:#FFF;
	font-size: 16px;
	text-shadow: 0 1px 0 #cdcdcd;
}

.extras ul.clear p {
	margin-left:10px;
	font-size: 12px;
	background-color:#FFF;
}

.extras ul.clear li {
	width: 250px;
	float: left;
	background-color:#FFF;
	text-shadow: 0 1px 0 #cdcdcd;
	border: solid 1px #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: 2px 2px 0 #a6a6a6;
	box-shadow: 2px 2px 0 #a6a6a6;
}

.extras ul.clear li+li {
	margin-left: 25px;
	background-color:#FFF;
	text-shadow: 0 1px 0 #cdcdcd;
}

.estado{
background-color:#FFF; 
width:100px;
padding-top:5px;
padding-bottom:5px;
border-top: solid 1px #919191;
border-left: solid 1px #919191;
border-right: solid 1px #919191;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-box-shadow: 2px 2px 0 #a6a6a6;
-webkit-box-shadow: 2px 2px 0 #a6a6a6;
box-shadow: 2px 2px 0 #a6a6a6;
text-shadow: 0 1px 0 #cdcdcd;
 }

#bottomMoreButton{text-align:left; background:#FFF; width:500px; height:18px; padding:10px 10px 10px 20px; color:#3B5998;
    border-left: #999999 solid 1px;
    border-right: #999999 solid 1px;
    border-bottom: #999999 solid 1px;
}

#bottomMoreButton a{ color:#3B5998}
