/** Hoja de Estilos **/


/** Cuerpo **/

body {
	margin: 0px;
	background: url(data/main-bg.gif) #f6dcdc;
}

a {
	color:#000000;
}

#container {
	position: relative;
    width: 779px;
    margin: 0 auto 0px auto;
	padding: 0 5px;
}
/** Cabecera **/

#cabecera {
	width:779px;
	border-left: #CC6666 solid 2px;
	border-right: #CC6666 solid 2px;
	height:104px;
}

/** Barra de botones **/

#botones {
	width: 779px;
	border-left: #CC6666 solid 2px;
	border-right: #CC6666 solid 2px;
	margin-top: 0px;
	height:25px;
}

#botones ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#botones li {
	float: left;
	list-style-type: none;
	margin: 0 0 0em 0;
	padding: 0;
	white-space: nowrap;
}

/* Cada uno de los botones */
/* Usamos esto para ahorrarnos JavaScript */

#homepage, #fotos, #juegos, #videos, #relatos, #contactos, #webcams {
	width: 100px;
	height: 25px;
	display: block;
	background-repeat: no-repeat;
}

#homepage:hover, #videos:hover, #juegos:hover, #fotos:hover, #relatos:hover, #contactos:hover, #webcams:hover {
	background-position: bottom left;
}

#homepage {
	background-image: url(/data/homebut.gif);
}

#fotos {
	background-image: url(/data/fotos.gif);
}

#juegos {
	background-image: url(/data/juegos.gif);
}

#videos {
	background-image: url(/data/videos.gif);
}

#relatos {
	background-image: url(/data/relatos.gif);
}

#contactos {
	background-image: url(/data/contactos.gif);
}

#webcams {
	background-image: url(/data/webcams.gif);
}

/** Cuerpo principal de la web **/

#main {
	width:779px;
	border-left: #CC6666 solid 2px;
	border-right: #CC6666 solid 2px;
	padding-top: 10px;
}

/** Cabecera de fotos **/

#fotoscab1, #fotoscab2 {
	width: 760px;
	position: relative;
	margin: 0 auto 0px auto;
	padding: 0 0px;
	background-color:#B54141;
	border: 2px solid #000;
	height: 145px;
}

#fotoscab1 a {
	text-decoration: none;
}

#fotoscab2 a {
	text-decoration: none;
}

/** Cabecera de fotos => Lista de fotos **/

#fotoscab1 ul, #fotoscab2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fotoscab1 li, #fotoscab2 li {
	list-style: none;
	float:left;
	list-style-type: none;
	white-space: nowrap;
	margin: 8.5px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color:#000000;
	font-weight:bold;
}

#fotoscab1 img, #fotoscab2 img { 
	border: 2px solid #FFF;
	height: 110px;
}

#contactosb, #fpg, #fpg2, #cats, #cats2, #fpgu2, #fpg-2, #fpg2-2, #fpgu2-2, #fpgc2, #fpg2c2, #catsc2, #cats2c2, #fpgu2c2, #fpg-2c2, #fpg2-2c2, #fpgu2-2c2 {
	margin-top: 5px;
	margin-left: 8px;
	width: 210px;
	height: 24px;
	font-size: 18px; 
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
	border: 3px solid #000000;
	background-color: #B54141;
	text-align:center;
	padding-top: 4px;
	position:absolute;
}

#quieresb {
	margin-top: 5px;
	margin-left: 217px;
	width: 549px;
	height: 24px;
	font-size: 18px; 
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
	border: 3px solid #000000;
	background-color: #B54141;
	text-align:center;
	padding-top: 4px;
	position:absolute;
}

#contactosb2 {
	margin-top: 34px;
	margin-left: 8px;
	width: 210px;
	height: 211px;
	font-size: 16px; 
	font-family: Arial;
	color: #000;
	border: 3px solid #000000;
	background-color: #B54141;
	text-align:center;
	padding-top: 4px;
	position:absolute;
}

#contactosb2 form {
	margin: 0px;
}

#quieresb2 {
	margin-top: 34px;
	margin-left: 217px;
	width: 549px;
	height: 211px;
	font-size: 14px; 
	font-family: Arial;
	color: #000;
	border: 3px solid #000000;
	background-color: #f0c7c7;
	text-align:center;
	padding-top: 4px;
	position:absolute;
}

#quieresb2 img {
	border: 2px #CC3366 solid;
}

#quieresb2 a:hover img {
	border:#000000 2px solid;
}


/** Webcams **/

#fotoswebcam {
	margin: 0px;
	margin-bottom: 15px;
}

#fotoswebcam ul {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#fotoswebcam span a {
	color: #CC6666;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#fotoswebcam li {
	list-style: none;
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 8.5px;
	margin-right: 8.5px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color:#000000;
	font-weight:bold;
}

#fotoswebcam a {
	color:#000000;
	text-decoration: none;
}

#fotoscab2 {
	position:absolute;
	top: 548px;
	left: 15px;
}




#bandaroja {
	background-color: #b54141;
	margin-top: 0px;
	width: 778px;
	height: 55px;
	position: absolute;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	left: 6px;
}


#enlacesiframe {
	background-color:#f0c7c7;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	font-size: 10px;
	color:#000000;
	text-align: center;
}

#encabezado {
	position: absolute;
	left: 183px;
	top: -395px;
}

