.fondo {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(img/fondo.jpg);
}
.tabla {
	width: 100%;
	text-align: center;
}
.tablatop {
	background-image: url(img/texture3.png);
	height: 85px;
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
.contenido1 {
	height: 54px;
}
.contenido2 {
	background-image: url(img/fondocontenido_02.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}
.contenido3 {
}
.borde {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	background-image: url(img/texture.png);
	line-height: 30px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
.item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
}
.texto2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	display: block;
	line-height: 20px;
}
.margen {
	margin-right: 11px;
	margin-left: 11px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: left;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2C1A06;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.textonegrita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.textoresaltado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
	vertical-align: top;
	background-image: url(img/texture.png);
}
.recuadro {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	background-image: url(img/texture.png);
	margin: 10px;
	padding: 10px;
	line-height: 20px;
}
.textobis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
.contenidonovedades2 {
	background-image: url(img/fondonovedades_02.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	vertical-align: top;
}
.texto_novedades {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}
.texto_novedades_cursiva {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-style: italic;
}
.textoresaltado_novedades {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: left;
	vertical-align: top;
	background-image: url(img/texture.png);
}

/* CONTACT FORM
------------------------------------------------------------- */
#contactform {
	width:315px;
	text-align: left;
}
#contactform form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

#contactform fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#contactform fieldset legend span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
#contactform form label {
	width:150px;
	text-align:right;
}
#contactform input.inpt, #contactform textarea, #contactform select {
	width:314px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #3C3626;
	background-color: #EBEBEB;
}

#contactform input.required {
	background-image: url(img/obligatorio.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{
	background:#f0f0f0;
}
.success	{
	background:#ccfcd1;
}
.error		{
	background:#f9e3e3;
}
.notice		{
	background:#fcf0cc;
}

.notes,.notice,.success,.error
			{
				padding:10px;
				font-size:10px;
				color:#000;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {
	width:100%;
	margin-top: 5;
	margin-bottom: 5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.texto2link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	text-decoration: underline;
}
.bordelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}

