/* 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-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-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:#5faeff;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-image:url(../imagenes/fondo.jpg);
}



div#principal{
	width:957px;
	padding-bottom:24px;

}

div#cabecera{
}



div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	overflow:hidden;
	padding-bottom:30px;
}

div#cuerpo2{
	background-image:url(../imagenes/cuerpo-pago.jpg);
	/*padding-bottom:-20px;*/
}



/* Columna izq */

div#col-izq {
	display:inline;
	width:150px;
	overflow:hidden;
}

/* Videos col */

ul#videos-col {
 margin-top: 10px;
 margin-bottom: 30px;
 width:150px;
}

ul#videos-col li{
	margin-bottom: 20px;
}

ul#videos-col li h2{
	font-size:12px;
	color:#010024;
	margin-bottom:4px;
}

ul#videos-col li img.marco{
	border: 1px solid #FFFFFF;
	margin-bottom:2px;
}


/* fin videos col */

/* Categorias */

ul#videos-categorias {
	margin-top:5px;
	margin-bottom:30px;

}

ul#videos-categorias li {
	margin-bottom:8px;
}

ul#videos-categorias li a{
	color:#000;
	font-size:12px;
	background-image:url(../imagenes/flecha.jpg);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding-left:10px;
	line-height:12px;
	display:block;

}

ul#videos-categorias li a:hover{
	text-decoration:underline;
}


/* fin categorias */

/* Paginacion */

div.paginacion {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
}

div.paginacion a{
	color:#020052;
	margin-left:5px;
	margin-right:5px;
}

div.paginacion a:hover{
	text-decoration:underline;
}

div.paginacion span{
	margin-left:5px;
	margin-right:5px;
	color:#ff0079;
}

/* fin paginacion */

/* Banners*/

div.banner{
	margin-top:10px;
	margin-bottom:20px;
}

/* texto */

div.texto-columna{
	width:192px;
	margin-bottom:20px;
	color:#E9E9E9;
	font-size:12px;
	text-align:justify;
}

/* Fin Columna izq */

/* Columna der */

div#col-der {
	width:782px;
	display:inline;
}

div.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:748px;
	color:#000;
	text-align:justify;
	padding:12px;
}

div.texto2 {
	width:910px;
}

div#menu {
	margin-bottom:10px;
	font-size:14px;
	text-transform:uppercase;
}

div#menu a{
	text-decoration:none;
}

div#menu a:hover{
	text-decoration:underline;
}

div#menu span{
	margin-left:8px;
	margin-right:8px;
}

div.texto h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}


div.texto a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}


div.texto a:hover{
	text-decoration:none;
}

ul#listado-webcams {
	overflow:hidden;
	margin-top:10px;
	width:760px;
}

ul#listado-webcams li{
	background-image:url(../imagenes/fondo-marco.jpg);
	width: 190px;
	height: 213px;
	margin-bottom:10px;
	float:left;
	display:inline;
	overflow:hidden;
}


ul#listado-webcams li img.marco{
	border: 1px solid #fff;
}

ul#listado-webcams li .ftchica{
	margin-top:45px;
}

ul#listado-webcams li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}


ul#listado-webcams li div.idiomas {
}

ul#listado-webcams li div.idiomas img{
	margin-right:1px;
	margin-right:1px;

}



/* Fin Columna der */

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	background-image:url(../imagenes/pie.jpg);
	background-repeat:no-repeat;
	height:49px;
	padding-top:30px;

}



div.pie1col {
	background-image:url(../imagenes/pie-pago.jpg)!important;
}

div#pie p {
	width:782px;
	float:right;
	color:#000;
}

div#pie p.pago {
	text-align:center;
	width:100%;
	float:none;
}

div#pie a{
	color:#000;
}

div#pie a:hover {
	text-decoration:underline;
}



/* PAGO */
div#pago-video {
	border: 0px solid #000000;
	padding:5px;
	width:900px;
	margin: 0 auto;
}

div#pago {
	width:700px;
	margin-top:20px;
}

div#webcam-pago{
	background-color:#FFFFFF;
	width: 190px;
	/*height: 113px;*/
	margin-top:10px;
}


div#iframe-pago {
	width:470px;
	margin-bottom:10px;
}

div#webcam-pago{
	background-image:url(../imagenes/fondo-marco.jpg);
	width: 190px;
	height: 213px;
	margin-bottom:20px;

}


div#webcam-pago img.marco{
	border: 1px solid #fff;
}

div#webcam-pago .ftchica{
	padding-top:45px;
}

div#webcam-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}


div#webcam-pago div.idiomas {
}

div#webcam-pago div.idiomas img{
	margin-right:1px;
	margin-right:1px;

}


/* VIDEOS */

ul#listado-videos {
	margin-top:20px;
	margin-bottom:20px;
	width:95%;
}

ul#listado-videos li div.marco-video {
	margin-bottom:10px;
	border: 1px solid #ff499f;
 	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:  10px10px 0 0;
   behavior:url(border-radius.htc);
   margin-bottom:3px;
   padding-bottom:15px;
}

ul#listado-videos li h2{

	background-color: #ff499f;
	padding:11px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	background-image:url(../imagenes/claqueta.png);
	background-repeat:no-repeat;
	padding-left:39px;
	background-position:9px 3px;
	 -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius:  8px 8px 0 0;
   behavior:url(border-radius.htc);
}

div.thumbs_videos {
	margin-top:10px;
	margin-bottom:10px;
	width:96%;
}

div.thumb_gr {
	width:320px;
}

div.thumb_gr img {
	border: 1px solid #000000;
}

div.thumb_ch {
	width:311px;
	height:241px;
	overflow:hidden;
	text-align:center;


}


div.thumb_ch img{
	border: 1px solid #000000;
	margin:3px;
	margin-top:5px;

}

div.thumb_ch img.ultima_col{
	/*margin-right:0px;*/

}

div.text-videos {
	width:95%;
	font-size:11px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:20px;
}

ul#listado-videos li h3{
	background-color: #000000;
	padding:4px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}