/* HTML estilos */

body{
	font-family: Arial, sans-serif;
	color: #333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}


/* Normal link */
a {
	color: #996699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: underline;
}


#superior {
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
}
.entrar {
	margin-left: 270px;
}
.separador {
	padding-top: 120px;
}
#encabezado {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #FFF2FF;
}
#contenido {
	width: 210px;
	background-image: url(imagenes/clic-sexshop.jpg);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	height: 435px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	clear: right;
	float: right;
	position: relative;
	right: 20px;
}
#contenido a {
	color: #996699;
	text-decoration: none;
	font-weight: bold;
}
#categorias {
	color: #cccccc;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#categorias a {

	font-size: 14px;
	padding: 0px 4px 0px 0px;
}
.central {
	font-size: 13px;
	color: #333333;
	float: left;
	width: 623px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	position: relative;
	left: 20px;
	top: 0px;
	height: 435px;
}
#contenedor {
	position: relative;
	width: 880px;
	border: 1px dashed #CCC;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.central img {
	float: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#pie {
	clear: both;
	font-size: 12px;
	color: #cccccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFE6FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#extra {
	clear: both;
	font-size: 11px;
	color: #999999;
	background-color: #242424;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#extra a {
	color: #996699;
	text-decoration: none;
	font-weight: bold;
}
#extra a:hover {
	color: #FFFFFF;
}




#extra p {
  padding: 0px 0px 10px 0px;
}
#extra strong {
	padding: 0px 0px 10px 0px;
	color: #996699;
}
#superior H1 {

	font-size: 12px;
	color: #000000;
}

