body {
	margin:0; padding:0;
	background: #35080B;
}

div {
	margin:0; padding:0;
}

#cam-body {
/*FONDO GENERAL DE LA PAGINA*/
	background: #35080B; color:#FFF;
}
/* CONTENEDOR DE LA WEB (CABEZAL,LISTADO Y PIE)*/
.cam-contenedorWeb{
	width:760px; overflow:hidden; margin:0 auto;
	margin-top:20px;
}
/*CABEZAL DE LA PAGINA*/
.cam-cabezalWeb {
	height:280px; width:760px; overflow:hidden;
	background:#35080B url(http://www.sexoadictos.org/img/header.jpg) top center no-repeat;
}

/*//////////////  comienzo listado  ////////////////*/
.cam-contGeneral {
	padding:10px;
	background:url(http://www.sexoadictos.org/img/back-center.jpg) top repeat-y;
}
.cam-contGeneral .titulo{
	text-align:left; font:14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(http://www.sexoadictos.org/img/star.gif) left center no-repeat;
	padding:0 0 0 30px;
}
/*CADA UNO DE LOS MODULOS DONDE VAN LAS FOTOS*/
.cam-contModulo {
	display:block;
	background:url(http://www.sexoadictos.org/img/back-modulo.jpg) top center no-repeat;
	width:236px; height:228px; overflow:hidden;
	padding:10px 0 10px 0;
	padding-bottom:8px;
	float:left;
	margin:5px;
}
/*HUECO DONDE SE COLOCA LA FOTO */
.cam-contFoto {
	margin-bottom:5px;
}
.cam-contNombre {
	text-align:left; padding:0 0 0 10px;
}
.cam-foto {
	display:block;
	height:165px; width:213px; overflow:hidden;
	background-position:center;
}
/*AL PONER EL MOUSE SOBRE UNA FOTO*/
.cam-foto:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
/*TEXTO DONDE MUSTRA EL NOMBRE DE LA MODELO*/
.cam-nombre {
	font:10pt Arial, Helvetica, sans-serif;	text-decoration:none;	text-align:left; color:#FFF;
}
/*AL PONER EL MOUSE SOBRE EL NOMBRE*/
.cam-nombre:hover {
	color:#CCC;
}
/*Boton Ver*/
.cam-botonVer{
	position:relative; top:-35px; right:1px;
	float:right;
}
/*//////////////  fin listado  ////////////////*/
/*PIE DE LA PAGINA*/
.cam-pieWeb {
	height:120px; width:760px; overflow:hidden;
	background:url(http://www.sexoadictos.org/img/footer.jpg) bottom center no-repeat;
	text-align:left; font:9pt Verdana, Geneva, Arial, Helvetica, sans-serif;

}
.cam-pieWeb p{
	padding:55px 0 0 20px;
}

#enlaces li {
float:left;
padding:5px;
}
#enlaces ul {
list-style-type: none;
}
#enlaces a, #enlaces a:visited {
color:#FFF;
text-decoration:none;
font-size:10pt;
}
#enlaces a:hover, #enlaces a:active {
text-decoration:underline;
}

.legal a, .legal a:visited {
color: #FFF;
text-decoration: none;
font-size: 10pt;
}

.legal a:hover. .legal a:active {
text-decoration: underline;
}

