﻿@charset "UTF-8";

/* PORTALMOCHIS v5 */
/* Versión 5, Marzo de 2011. Creada por Andrey Fuentes */
/* Galerias de bellezas */

@import url("reset.css");

/********************************************************************** HTML */
body {
	background: #F06 url('imagenes/pagina960b/fondo.png') repeat fixed center top;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
h3 {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
p {
	line-height: 1.2;
	margin: auto auto 1em auto;
}
a { color: #0066FF;}
a:hover { color: #0FF;}
/****************************************************************** FIN HTML */

#page {
	margin: auto;
}

#encabezado {
	background: url('imagenes/pagina960b/encabezado.jpg') no-repeat center top;
	margin: auto;
	width: 960px;
	height: 130px;
}

#contenedor {
	background: url('imagenes/pagina960b/page.png') repeat-y scroll center top;
	margin: auto;
	width: 960px;
}

#colbellizq {
	float: left;
	margin-left: 10px;
	text-align: center;
	width: 290px;
}

#colbellder {
	float: right;
	margin-right: 10px;
	text-align: center;
	width: 650px;
}

/********************************************************* LATERAL IZQUIERDO */
.latizq {}

#marcomen {
	background: url('imagenes/pagina960b/mensajitos.png') no-repeat left top;
	width: 290px;
	height: 280px;
}

#botones {
	font-size: 10px;
	width: 290px;
}

/*********************************************************** LATERAL DERECHO */
.latder {}
.latder p {
	margin: 0px;
	padding: 5px 2px 5px 2px;
}
.latder h2
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#marcofot {
	width: 650px;
}

#flashcontent {
	width: 650px;
	height: 700px;
}

#descmodelo
{
	background: url('imagenes/pagina960b/libreta.jpg') no-repeat left top;
	width: 650px;
	height: 440px;
}
#descmodelo h2
{
	color: #000;
	height: 40px;
	padding: 10px 0px 0px 30px;
}
#descmodelo p
{
	font-size: 11px;
	padding-left: 30px;
	padding-right: 40px;
	text-align: left;
}

/*********************************************************************** PIE */
#clear { clear: both;}
#pie {
	background: url('imagenes/pagina960b/pie.png') no-repeat center top;
	clear: both;
	color: #F09;
	font-size: 10px;
	font-weight: bold;
	margin: auto;
	width: 960px;
	height: 90px;
}

.piesec
{
	line-height: 30px;
	margin: 0 0 0 20px;
}

.piecopy
{
	margin: 2px 20px;
}

#pie a:hover
{
	color: #F9C;
}
#pie a
{
	color: #F09;
}

/********************************************************************* TEXTO */
.advertencia {
	color:#F00;
}

/*************************************************************** FORMULARIOS */
.cjmsg {
	background: #FFDFEF;
	border: 1px #FF3399 solid;
	border-color: #FF55AA #FFF0F8 #FFF0F8 #FF55AA;
	color: #000;
	padding: 2px;
}

.tagrest {
	background: #F09;
	border: 1px #F6C solid;
	border-color: #660033 #FFA4DB #FFA4DB #660033;
	color: #FFF;
	font-family: "Courier New", Courier, "espacio sencillo";
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 30px;
	height: 18px;
}
.tag {
	background: #F6F url('imagenes/form/botones.png') repeat-x scroll left -90px;
	border: 0;
	border-width: 1px;
	border-color: #FF0066 #660033 #660033 #FF0066;
	border-style: solid;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	width: 60px;
	height: 20px;
}

.xtra {
	background: #F6F url('imagenes/form/botones.png') repeat-x scroll left -110px;
	border: 0;
	border-width: 1px;
	border-color: #FF99FF #CC0066 #CC0066 #FF99FF;
	border-style: solid;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	width: 60px;
	height: 20px;
}
a.xtra {
	color: #FFF;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
}


