img{
	border:0;
}
div#header{
	float:left;
	clear:both;
	width:95%;
	height:95px;
	background-color:#000000;
}
div#global{
	float:left;
	clear:both;
	width:95%;
	background:url(../imagenes/barra-verde.jpg) no-repeat;
	height:30px;
	margin-bottom:8px;
}
.boton{
	float:left;
	width:auto;
	height:25px;
	background:#41342b url(../imagenes/flechita.gif) 5px 6px no-repeat;
	margin-bottom:3px;
}
.boton p{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-left:15px;
}
.boton_over{
	float:left;
	width:auto;
	height:25px;
	background:#64686c url(../imagenes/flechita.gif) 5px 6px no-repeat;
	margin-bottom:3px;
	cursor:pointer;
}
.boton_over p{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-left:15px;
}
.linea{
	float:left;
	clear:both;
	width:100%;
}

#capa_opaca { /* para IE */
	filter:Alpha(opacity=50);
	opacity:0.5;
	float:left;
	clear:both;
	background-color:#000000;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}

#fecha{
	clear:both;
	float:left;
	font-size:11px;
/*	margin-bottom:4px;*/
	color:#FFFFFF;
	width:95%;
	text-align:right;
	background-color:#000000;
}
#tabla_busqueda{
	border:#000000 1px solid;
	float:left;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:250px;
}
#tabla_busqueda .lin{
	float:left;
	clear:both;
	height:30px;
	width:100%;
	text-align:center;
/*	margin-top:6px;*/
}
#tabla_busqueda .bottom_busquedas{
	float:left;
	clear:both;
	width:250px;
	height:38px;
	background:url(../imagenes/bottom_busquedas.jpg) no-repeat;
	margin-top:20px;
}
#tabla_login{
	float:left;
	clear:both;
	border:#000000 1px solid;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:350px;
}
#tabla_login a{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#tabla_login a:hover{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
#tabla_login input{
	border:#666666 1px solid;
	height:14px;
}
#tabla_login .lin{
	float:left;
	clear:both;
	height:20px;
	width:95%;
	margin-left:10px;
	text-align:center;
/*	margin-top:6px;*/
}
#tabla_login .bottom_login{
	float:left;
	clear:both;
	width:350px;
	height:38px;
	background:url(../imagenes/bottom_login.jpg) no-repeat;
	margin-top:20px;
}
.boton_login{
	float:left;
	width:34px;
	height:25px;
	background:#41342b;
	border:#000000 0px solid;
	margin-top:6px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:8px;
	cursor:pointer;
}
.boton_login_over{
	float:left;
	width:34px;
	height:25px;
	background:#64686c;
	margin-top:6px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:8px;
	cursor:pointer;
}
.boton_login p{
	margin-top:6px;
	text-align:center;
	font-size:13px;
}
.boton_login_over p{
	margin-top:6px;
	text-align:center;
	font-size:13px;
}
#tabla_tarifas{
	float:left;
	clear:both;
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
}
#tabla_tarifas .columna_1{
	float:left;
	width:250px;
	text-align:left;
}
#tabla_tarifas .columna_2{
	float:left;
	width:200px;
	text-align:right;
}

#capa_detalles{
	float:left;
	clear:both;
	z-index:99999;
	background-color:#FFFFFF;
	width:950px;
	height:500px;
	position:fixed;
	top:30px;
	left:30px;
	display:none;
}
#capa_detalles .foto{
	float:left;
	clear:both;
	width:450px;
	height:500px;
	border-right:#CCCCCC 1px dotted;
	text-align:center;
	overflow:auto;
}
#capa_detalles .foto img{
	margin-top:40px;
}
#capa_detalles .datos{
        float:left;
        width:495px;
        height:500px;
}
#capa_detalles .cerrar{
	float:left;
	clear:both;
	height:20px;
	width:100%;
	text-align:right;
}
.datos_imagen{
	float:left;
	width:350px;
	margin-top:40px;
	margin-bottom:50px;
	color:#595959;
	font-family:Verdana,Arial,Geneva;
	font-size:14px;
}
.tabla_nombre{
	float:left;
	clear:both;
	height:22px;
	border-bottom:1px dotted;
	border-color:#CCCCCC;
}
.tabla_descripcion{
	float:left;
	clear:both;
	height:22px;
}
.datos_imagen .titulo{
	float:left;
	width:100px;
	border-right:#CCCCCC 1px dotted;
	height:22px;
	font-weight:bold;
}
.datos_imagen .contenido{
	float:left;
	width:249px;
	height:auto;
}
.tabla_tarifas{
	float:left;
	width:auto;
}
.tabla_tarifas .linea_tarifas{
	float:left;
	clear:both;
	width:360px;
	height:18px;
	border-bottom:1px dotted;
	border-color:#CCCCCC;
	color:#595959;
	font-family:Verdana,Arial,Geneva;
	font-size:14px;
}
.tabla_tarifas .linea_tarifas .nombre{
	float:left;
	width:140px;
}
.tabla_tarifas .linea_tarifas .resolucion{
	float:left;
	width:120px;
	text-align:center;
}
.tabla_tarifas .linea_tarifas .precio{
	float:left;
	width:100px;
	text-align:right;
}
.tabla_categorias{
	float:left;
	width:435px;
	border-bottom:#CCCCCC 1px dotted;
	color:#595959;
	font-family:Verdana,Arial,Geneva;
	font-size:11px;
}
.tabla_categorias .titulo{
	float:left;
	font-weight:bold;
	width:130px;
	text-align:right;
	font-size:13px;
}
.tabla_categorias .categorias{
	float:left;
	border-left:#CCCCCC 1px dotted;
	padding-left:5px;
	width:290px;
}
.tabla_categorias a{
	color:#595959;
	text-decoration:none;
}
.tabla_categorias a:hover{
	color:#595959;
	text-decoration:underline;
}
