/*CSS Document*/
BODY
{
	margin-left: 0px;
	margin-top: -50px;
	background-color: #FFFBEB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#contenedor{
	background-color: #FFFDF5;
	width: 700px;
	height: 420px;
	border: 1px solid #CCCCCC;
}

#contenedor A:active, A:focus, A:link, A:visited{
	text-decoration: none;
	color: #CCCCCC;
}

#contenedor A:hover{
	color: #000000;
	text-decoration: underline;
}
#contenedor2
{
	background-color: #FFFFFF;
/*font:Verdana, Arial, Helvetica, sans-serif;*/
	font: 1em "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
#contenedor2 .texto{
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	/* color:#3A659C;*/
	color:#17365D;
}

#contenedorF .fondoizq{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/sepia.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#contenedorF li{
	color:#17365D;	
}
#contenedor2 .fondoder{
	background-color: #F9F1DE;
	padding-left: 10px;
	padding-right: 10px;
}
#contenedor2 .titulo
{
	font-size: 14px;
	font-weight: bold;
	color: #17365D;
}
#contenedorF
{
	background-color: #F5EACC;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
}
#menu
{
	margin: 0;
	padding: 0;
}
#menu .opcion
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/fmenu.jpg);
	background-repeat: repeat-x;
	text-transform: uppercase;
	text-align: center;
	width: 105px;
	height: 20px;
}
#menu .opcion2
{
	background-image: url(../images/fmenu2.jpg);
	background-repeat: no-repeat;
	width: 6px;
}
#menu A
{
	text-decoration: none;
	/* color: #000000;*/
	color: #17365D;
}
#menu A:hover
{
	/* color: #666666; */
	color: #17365D;
	background-image: url(../images/fmenu.jpg);
	background-repeat: no-repeat;
}
#logo
{
	border: 1px solid #CCCCCC;
	position: relative;
	left: -80px;
	top: 50px;
	width: 238px;
	height: 66px;
	z-index: 1;
	background-color: #F5EACC;
	text-align: center;
	color: #D0A028;
}
.piecopy
{
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
/*Formateo del Formulario*/
#formulario
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#formulario .label{
	text-align: right;
	padding-right: 5px;
	color:#17365D;
}
#formulario INPUT
{
	background-color: #F9F1DE;
	border: #F5E8C8 1px 1px 1px 1px solid;
	font-family: "Times New Roman", Times, serif;
	padding-top: 5px;
}
#formulario SELECT
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #F9F1DE;
	border: 1px solid #F5E8C8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 5px;
}
#formulario .txterror
{
	color: #FF0000;
	font-weight: bold;
}
#novedades{
	/* background-color: #FCF8EE;*/
}
#novedades .texto
{
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
#novedades .titulo
{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	font-size: 15px;
}
.marco
{
	background: url(../images/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: 0;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

