/* 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;
}

: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; width:100% }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-color:#860000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
}



div#principal{
	width:980px;
}


div#cabecera{
} 


div.cabecera h1 {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}



/* Columna Izq */

div#col-izq {
	width:211px;
}

div#col-izq div#menu {
	margin-bottom:20px;
}

div#col-izq div#menu a{
	display:block;
	margin-bottom:2px;
	background-image:url(../imagenes/bt-menu.jpg);
	width:201px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

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




div.banner {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

div.textos-col {
	color:#fff;
	padding-bottom:20px;
	
}

div.textos-col h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}

div.textos-col p {
	font-size:11px;
	text-align:justify;
}

div.textos-col a {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

div.textos-col a:hover {
	text-decoration:none;

}



/* Fin Columna Izq */

/* Columna Der */
div#col-der {
	width:761px;
	display:inline;
}

div#contenido-col-der {
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
}

div.textos {
	color:#000;
	padding-bottom:20px;
	width:700px;
	
}

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

div.textos p {
	font-size:12px;
	text-align:justify;
}

div.textos a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

div.textos a:hover {
	text-decoration:none;

}

p.conectadas {
	width:700px;
	color:#000;
	margin-bottom:10px;
	font-size:12px;
	text-transform:uppercase;
	padding-top:10px;
}

ul#listado {
	margin-bottom:30px;
	width:627px;
	
}

ul#listado li{

	width: 193px;
	height: 230px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	display:inline;
	margin-left:8px;
	margin-right:8px;	
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
}




ul#listado li img.marco{
	border: 1px solid #f8eeee;
}


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


ul#listado li p.nombre {
	
	font-weight:bold;
	font-size:11px;
	color:#fff;
	margin-top:7px;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
}


ul#listado li div.idiomas {
	margin-top:6px;
		
}

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

div.descripcion {
	background-color:#a141b6;
	padding:10px;
	font-size:12px;
	color:#FFFFFF;
	overflow:hidden;
	margin-bottom:5px;
}

div.descripcion-foto {
	width:170px;
}

div.descripcion-foto img{
	border:1px solid #FFFFFF;	
}

div.descripcion-texto {
	width:500px;	
}

p.descripcion-nombre {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;		
}

/* Webs Amigas */
div#websamigas {
	margin-top:10px;
	margin-bottom:10px;
	width:700px;
}

div#websamigas h2{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px dotted #860000;
	margin-bottom:10px;
	padding-bottom:5px;
	text-transform:uppercase;
}

div#websamigas ul{
	margin-top:6px;
	overflow:hidden;

}

div#websamigas ul li{
	float:left;

	display:inline;
	width:156px;
	height:22px;
	padding-left:2px;
	padding-right:2px;
	overflow:hidden;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:5px;
	background-color:#DBDBDB;
	
}

div#websamigas ul a{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

/* Fin Webs Amigas */


div#pie {
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:11px;

}

div#pie a{
	color:#fff;
}

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


/* PAGO */

div#pago {
	width:690px;
}

div#webcam {
	width: 193px;
	height: 230px;
	overflow:hidden;
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	margin-bottom:20px;
	margin-top:4px;
	
}

div#webcam img.marco{
	border: 1px solid #f8eeee;
}


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


div#webcam p.nombre {
	font-weight:bold;
	font-size:11px;
	color:#fff;
	margin-top:8px;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
}

div#webcam div.idiomas {
	margin-top:10px;
		
}


div#iframe-pago {
	width:470px;

}


