HTML{
	/*height:100%;*/
}
body
{
	margin : 5px;
	padding : 0%;/*Esto es para Opera*/
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	background-image : url(../recursos/fondoplano01.jpg);
	background-repeat : repeat;
	color : #1C1C1C;
	/*height:100%;*/
}
#cabecera
{
	background-color : White;
	background-image : url(../images/fondoLogoRojo.gif);
	background-repeat : no-repeat;
}
#contenido
{
	margin-top:3%;
	
}
#bottom
{
	background-color : #992600;
	width:100%;
	height:30px;
	text-indent : 1%;
	padding-top : 8px;
	margin-top:1%;
}
#bottomAbsolute{
	/*position:absolute;*/
	bottom:5px;
	height:30px;
	text-indent : 1%;
	padding-top : 8px;
	background-color : #992600;
	width:100%;
}
#columna1
{
	text-indent : 1%;
	width:400px;
	
}
#columna2
{
	margin-left:380px;
	margin-top:-310px;
	height:400px;
	/*min-heigth:400px;*/
}
#banner
{
	position : absolute;
	right : 0px;
	top:5px;
}

.menu
{
	font-size:12px;
	color:#992600;
	font-weight : bold;
}
.linea
{
	height:8px;
	background-color:#FFCC33;
}
.alto20
{
	height : 20px;
	top:0px;
	text-indent : 1%;
}
.centrado
{
	position : absolute;
	left:26%;
}
.a
{
	text-decoration : none;
	color : #992600;
}
.a:hover
{
	text-decoration : none;
	color : #BBBBBB;
}
/******************************ajustes de  texto************************************************/
.texto{
	font-size : 1.1em;
	text-align : justify;
	margin:30px;
	line-height : 1.5em;
}
.negrita
{
	font-size : 9px;
	color : White;
	font-weight : bold;
}
.vendida{
	color : #FFCC33;
}
.piedepagina{
	font-size : 0.85em;
	line-height : 1em;
	font-style : italic;
}
#columnaIndex{
	width:100%;
	margin-top:5%;
}
/************************************html***************************************************/
UL{
	line-height : 2em;
	list-style-type : none;
	padding-bottom:15px;
	margin-top:35px;
}
UL UL LI{
	font-style : italic;
	list-style-type : square;
}
CAPTION{
	text-transform : uppercase;
	font-size : 1.1em;
}

	/********Formularios********/
	
	INPUT,TEXTAREA,SELECT{
	border : 1px solid #992600;
	margin-left:15px;
	scrollbar-arrow-color : #992600;
	scrollbar-3dlight-color : #FFCC33;
	scrollbar-base-color : White;
	scrollbar-face-color : White;
	}

/*****************************Ajustes de fotos*******************************/
.flotaIzquierda{
	float : left;
	text-align:center;
}
