/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-color:#2f2f2f;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}


div#principal{
	width:895px;	
	padding-bottom:24px;

}

div#cabecera {
	position:relative;
}

div#tarifa-806 {
	position:absolute;
	top:270px;
	left:62px;
	font-size:9px;
	width:400px;
	z-index:10px;
	color:#FFFFFF;
}

div#tarifa-visa {
	position:absolute;
	top:476px;
	left:62px;
	font-size:9px;
	width:400px;
	z-index:10px;
	color:#FFFFFF;
}


div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	padding-top:20px;
}

div.textos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E0E0E0;
	width:810px;
	text-align:justify;
	margin-bottom:20px;	
}

ul#listado-webcams {
	margin-top:20px;
	margin-bottom:20px;
	width:828px;
	overflow:hidden;	
	
}

ul#listado-webcams li{
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 323px;
	margin-left:8px;
	margin-right:8px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	display:inline;
}

ul#listado-webcams li img.marco{
	border: 1px solid #FFFFFF;
}


ul#listado-webcams li .ftchica {
	margin-top:16px;
}


ul#listado-webcams li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFF00;
	margin-top:7px;
	text-align:center;
	width:90%;
	height:15px;
	overflow:hidden;
}


ul#listado-webcams li p.servicios {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#fff;
	margin-top:6px;
	text-align:center;
	width:85%;
	height:100px;
	overflow:hidden;
}

/* WEBS AMIGAS */

div#webs_amigas {
	width:820px;
	margin-top:20px;

}

div#webs_amigas h2{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:8px;
	padding-left:10px;
}

div#webs_amigas ul{

	overflow:hidden;
	padding-left:25px;

	
}

div#webs_amigas ul li{
	width:184px;
	float:left;
	height:20px;
	overflow:hidden;
	display:inline;
	margin-right:10px;
	margin-bottom:2px;
}

div#webs_amigas ul li a{
	color:#000000;
	font-size:12px;
}

div#webs_amigas ul li a:hover{
	text-decoration:underline;
}

div#contenido-webs_amigas {
	background-image:url(../imagenes/webs-fondo.jpg);
	padding-top:10px;
	padding-bottom:10px;
}

a.websamigas {
	text-align:center;
	display:block;
	width:100%;
	margin-top:10px;
	font-size:12px;
	color:#FFFFFF;	
	text-decoration:underline;
}

a.websamigas:hover {
	text-decoration:none;
}


/* FIN WEBS AMIGAS */

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:30px;
	color:#fff;
	height:34px;
	background-image:url(../imagenes/fondo-pie.jpg);
}

div#pie a{
	color:#fff;
}


/* PAGO */

div#pago {
	width:700px;
	margin-bottom:30px;
	margin-top:30px;
}

div#chica-pago {

	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 191px;
	height: 323px;
	float:left;
	overflow:hidden;
	
}


div#chica-pago img.marco{
		border: 1px solid #FFFFFF;
}


div#chica-pago .ftchica {
	margin-top:16px;
}

div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFF00;
	margin-top:7px;
	text-align:center;
	width:90%;
	height:15px;
	overflow:hidden;
}


div#chica-pago p.servicios {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	color:#fff;
	margin-top:6px;
	text-align:center;
	width:85%;
	height:100px;
	overflow:hidden;
}


div#iframe-pago {
	margin-top:40px;
}
