body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../imagenes/patron.gif);
}

#cabecera{
	background-color: #000000;
	background-image: url(../imagenes/fondo-cabecera.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}
#cabecera h1, h1 a:link, h1 a:visited, h1 a:active {
	color:#FFFFCC;
	font-size:11px;
	float:right;
	clear:left;
	margin-right:10px;
}

#subcabecera{
	background-color: #bebed1;
	background-image: url(../imagenes/fondo-sub-cabecera.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8fad;
	float:left;
	width:100%;
	font-size:12px;
}
#subcabecera h2{
	font-size:12px;
}
.contenedor-centrado{
margin:0px auto;
width:820px;
}
.contenedor-frosti{
	background-image: url(../imagenes/fondo-frosti.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	float:left;
}
.publi{
	width:190px;
	height:232px;
	float:left;
	margin-left:10px;
	border:solid 1px #bba6cb;
	padding:5px;
	background-color:#FFFFFF;
}
.publi h1{
	font-size:16px;
}
.publi h2{
	font-size:12px;
	font-weight:normal;
}
.publi a{
	color:#CC0033;
}
.formulario{
	width:365px;
	height:232px;
	float:left;
	margin-left:10px;
	border:solid 1px #bba6cb;
	padding:5px;
	background-color:#FFFFFF;
}
.opiniones{
	margin:10px 0px 10px 0px;
	float:left;
}
.opiniones h1{
	padding:20px 0px 0px 25px;
	height:45px;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../imagenes/fondo-barra.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.opiniones h2{
	font-size:14px;
}
.opiniones h3{
	font-size:12px;
	font-weight:normal;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.linea-separadora {
	background-image: url(../imagenes/linea-separadora.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
}
