@charset "UTF-8";
/* CSS Document */
img { border : 0px;}
body{
	background-color:#1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:	normal;
	letter-spacing:	normal;
}

.contenedor{
	width:1028px;
	margin:30px auto;
	background-color:#CCC;
}
.cabecera{
	position:relative;
	width:1028px;
	height:171px;
	clear:both;
	background-image:url(../imagenes/cabecera.png);
	background-repeat:no-repeat;
	text-align : right;
}
.menu{
	position:relative;
	width:1028px;
	font-size:13px;
	background-image:url(../imagenes/nav.png);
	background-repeat:no-repeat;
	height:37px;
	clear:both;
}
.menu_usuario{
	position:relative;
	width:1028px;
	font-size:11px;	
	background-repeat:no-repeat;
	height:25px;
	clear:both;
}
.cuerpo{
	position:relative;
	overflow: hidden;
	width:988px;
	padding:20px;
	clear:both;
	}
.pie{
	position:relative;
	width:1028px;
	background-image:url(../imagenes/nav_inf.png);
	background-repeat:no-repeat;
	font-size:14px;
	padding-top:13px;
	text-align:center;
	height:37px;
	clear:both;
	}
/* Estilos para el formulario de contacto */
#formulario {
	height : 500px;
	margin-left: auto;
	margin-right : auto;
	margin-top : 50px;
}
#formulario label , #formulario{
	width : 600px;
	display : block;
}
#formulario input , #formulario select {
	width : 500px;
	float : right;
}
#formulario textarea {
	width : 500px;
	height : 300px;
	float :right;
	margin-bottom: 10px;
}
/* fin */
/* Mensajes */
.msg_error {
	color : #FF0000;
	margin-left  : auto;
	margin-right : auto;
}

.msg_informativo {
	color : 	#00FFFF;
	margin-left  : auto;
	margin-right : auto;
}

.input_error {
	border : 1px solid #FF0000;
}
/* estilos especificos ficha negocio */
#ficha_negocio_datos_izq {
	margin-top : 23px;
}
#mapa_ficha {
	width : 210px;
	height: 177px;
	padding : 5px;
}
#mapa_street_view {
background : url(../imagenes/no_streetview.jpg) no-repeat ;
}
/* CONTACTO */
#tabla_contacto {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
    margin: 30px auto 10px;
    padding: 10px;
    text-align: left;
}
#tabla_contacto th {
text-decoration : underline;
white-space : pre;
padding-bottom : 15px;
}
#tabla_contacto td {
padding-bottom : 15px;
}
#tabla_contacto a, #tabla_contacto span {
background :#ffffff;
display : block;
padding : 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
/* textos estaticos */
.texto_estatico {
   background: none repeat scroll 0 0 #FFFFFF;
   border: 1px solid #000000;
   padding: 20px;
   text-align : justify;
   margin: 22px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
	border-radius: 10px;
}
.texto_estatico h2 {
text-align : center;
margin-bottom : 0px;
}
.texto_estatico h1 {
text-align : center;
}
.texto_estatico p {
margin-top : 0px;
line-height: 25px;
}
.texto_estatico li {
margin-bottom : 5px;
line-height: 30px;
}

/* MINIFICHA NEGOCIO */
.titulo_minificha {
    background: none repeat scroll 0 0 #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
    color: #FFFFFF;
    display: block;
}
/* info_prinipal */
#publi_mini {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 8px 8px 8px 8px;
font-size: 15px;
font-style: italic;
height: 32px;
line-height: 31px;
margin-bottom: 5px;
overflow: hidden;
}
#publi_mini strong {
color : green;	
}
#publi_mini img {
	margin : 2px 0px 0px 3px;
}
#ventana_recuperar_clave  {
    background: none repeat scroll 0 0 #ffffff;
    border-color: black;
    border-radius: 7px 7px 7px 7px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
	padding: 10px;
}
/* Pie */
.submenu_pie {
	float : left;
	list-style : none;
	margin-top : 0px;
	height : 162px;
	width : 145px;
	padding-left: 25px;
}

.submenu_pie h2 {
	margin-bottom : 0px;
	color : #000000;
}
.submenu_pie a {
	color : #ffffff !important;
}

/* Formularios basados en en labels */
.formulario_labels label {
margin-bottom : 10px;
margin-right : 5px;
float : left;
}
.formulario_labels label input , select {
	width : 250px;
	padding : 3px;
}
.table_row {
	cursor: pointer;
}
.table_row:hover {
	background : #CCFFCC;
}
.formulario_comerciales h2 {
margin : 0px;
padding: 10px;
width : 98%;
color : white;
background : green;
}
.tabla_formulario th{
text-align : right;
}
.tabla_formulario {
float : left;	
}
/*Slider*/
.elemento_slide{
    background: url("../imagenes/fondo_slide_show.png") no-repeat scroll left center #FFFFFF;
	width:185px; 
	height:220px;
	padding-top : 5px;
	margin:5px;
	position:absolute;
}
.slide_abajo{
	margin-top:235px;
}
.slide_derecha{
	margin-left:200px; 
	margin-right:0px;
}
.slide_opaco{
	background-color: #ff0000;
	opacity: 1;
	-moz-opacity: 1;
}
.slide_transparente{
	background-color: #ff0000;
	opacity: 0;
	-moz-opacity: 0;
}

.opcion_selec_prov:hover {
	background : #ccc;
	cursor : pointer;
	font-size : 24px;
}
/* Nuevos afiliados */
#nuevos_afiliados {
	width  : 988px;
	border : none; 
}

.imagen_recomendados {
	border : none;
	height : 90px;
}
/*Tamaños basicos de entradas*/
.input_s3 {
	width : 25px;
}
.select_s3 {
	width : 45px;
}
#sel_idioma{
	float:right;
	background-color:#000;
	position:relative;
	padding:5px;
	clear:both;
	margin-top:47px;
	border-top-left-radius: 7px;
	z-index:100;
}

#sel_idioma form{
	float:left;	
}
#sel_idioma button{
	border:0px;
	background-color:#000;	
}