@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffeb99;
/*	background-image:url(../images/fondo-web.gif); */
}
.fondo_izq {
	background-image: url(../images/fondo-izq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.fondo_dcha {
	background-image: url(../images/fondo-dcha.jpg);
	background-repeat: repeat-y;	
	background-position: left top;
}
.texto{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:25px;
}
.texto_small{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.h1{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #663333;
}
.tabla_central {
	background-image:url(../images/fondo-contenido.gif);
}
a:link {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.creditos:link {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.creditos:hover {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
}
a.creditos:visited {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}





/* FORMULARIO DE CONTACTO */
.form-input {
	background-color:#FFCC00;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #86704b;
}
.form-textarea {
	background-color:#ffeb99;
	border-width: 0px;
	border-color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86704b;
}
