* {
	padding : 0;
	border : none;
	margin: 0;
}
html {
font : 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul {
list-style : none;
list-style-type : none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
font-weight : normal;
margin : 0 0 12px 0;
}
cite, em, dfn {
font-style : italic;
}
sup {
position : relative;
bottom : 7px;
vertical-align : baseline;
}
sub {
position : relative;
bottom : -0.6px;
vertical-align : baseline;
}
li, dd, blockquote {
margin-left : 16px;
}
code, kbd, samp, pre, tt, var, input[type="text"], textarea {
font-size : 100%;
font-family : monaco, "Lucida Console", courier, mono-space;
}
del {
text-decoration : line-through;
}
ins, dfn {
border-bottom : 1px solid #ccc;
}
small, sup, sub {
font-size : 85%;
}
abbr, acronym {
text-transform : uppercase;
font-size : 85%;
letter-spacing : 0.4px;
border-bottom-style : dotted;
border-bottom-width : 1px;
}
a abbr, a acronym {
border : none;
}
sup {
vertical-align : super;
}
sub {
vertical-align : sub;
}
h1 {
font-size : 30px;
}
h2 {
font-size : 27px;
}
h3 {
font-size : 24px;
}
h4 {
font-size : 22px;
}
h5 {
font-size : 19px;
}
h6 {
font-size : 16px;
}
a, a:link, a:visited, a:hover, a:active {
text-decoration : none;
}
a img {
border : none;
text-decoration : none;
}
img {
border : none;
text-decoration : none;
}
label, button {
cursor : pointer;
}
input:focus, select:focus, textarea:focus {
background-color : #fff;
}
fieldset {
border : none;
}
.clear {
clear : both;
}
.float-left {
float : left;
}
.float-right {
float : right;
}
body {
text-align : center;
background : #285c5b;
font : 11px Verdana, Arial, Helvetica, sans-serif;
line-height : 150%;
}
p {
font-size : 12px;
color : #000;
line-height : 140%;
font-weight : bold;
}
br {
border-bottom : #d9c1aa;
}
hr {
width : 100%;
height : 0;
text-align : left;
border-top : 0;
border-bottom : 1px solid #d9c1aa;
margin : 5px 0;
_margin:-8px 0 0 0;
}
a {
color : #f00;
text-decoration : underline;
}
a:link {
color : #f00;
text-decoration : underline;
}
a:visited {
color : #f00;
text-decoration : underline;
}
a:hover {
color : #285c5b;
text-decoration : underline;
}
a:active {
color : #285c5b;
text-decoration : underline;
}

/*DIVISIONES*/
#wrapper {
margin : 0 auto;
text-align : left;
width : 1000px;
height : auto;
background : #eae2d4;
background-image : url(../images/wrapper.jpg);
background-repeat : repeat-y;
border-bottom : 2px solid #000;
border-left : 2px solid #000;
border-right : 2px solid #000;
overflow : hidden;
}
.encabezado {
border-top : 2px solid #000;
border-left : 2px solid #000;
border-right : 2px solid #000;
width : 1000px;
height : 232px;
background-color : #00cc00;
margin : 0 auto;
background-image:url(../images/encabezado.jpg);
background-repeat:no-repeat;
}
.izquierda {
width : 206px;
height : auto;
float : left;
margin : 0 0 0 17px;
padding : 15px 0 0 15px;
display : inline;
}

.izquierda_rubro {/*Para columna principal a la izquierda*/
	width : 206px;
	height : auto;
	float : left;
	padding : 6px 0 0 15px;
	_margin : -6px 0 0 0;
}

.derecha {
width : 203px;
height : auto;
float : right;
margin : 0 17px 0 0;
padding : 15px 0 0 15px;
display : inline;
}

.derecha_rubro {
	padding : 6px 0 0 20px;
	margin: 0 15px 0 10px;
	_margin : -6px 15px 0 10px;
	float:right;
	width : 203px;
	height:auto;
}

.principal {
width : 505px;
_width:500px;
height : auto;
margin : 0 5px 0 238px;
padding : 10px;
}

.principal_rubro {/*Para páginas secundarias*/
float:left;
margin:0 5px 0 15px;
width:500px;
padding : 5px 5px;
_margin:0 5px 0 10px;
_padding:0;
}

.principal_rubro img#izquierda{
	width:250px;
	height:188px;
	float:left;
	margin:5px 10px 5px 0;
}

.principal_rubro img#derecha{
	width:250px;
	height:188px;
	float:right;
	margin:5px 0 5px 10px;
}

.principal_rubro img#vertical{
	width:188px;
	height:250px;
	float:left;
	margin:5px 10px 5px 0;
}

/*Para una columna a todo lo ancho de la página*/
.principal_rubro#pag_completa{
width:960px;
}

.tres_columnas {/*Para páginas sin banners*/
float:left;
margin:0 -5px 0 15px;
width:310px;
padding : 0 0 0 5px;
_margin:0 5px 0 10px;
_padding:0;
}

.pie {
width : 1000px;
height : 120px;
margin : 15px 0 0 0;
background-image : url(../images/pie.jpg);
background-repeat : no-repeat;
background-position : bottom;
clear:both;
/*border-top : 1px solid #d9c1aa;*/
}

.pie p{
margin:10px 100px;
font-size:12px;
font-weight:normal;
}

.pie hr {
width : 965px;
height : 0;
text-align : left;
border-top : 0;
border-bottom : 1px solid #d9c1aa;
margin : 0px auto;
_margin:0 0 0 17px;
}

.ubicacion {/*linea donde se muestra la ruta absoluta de la página*/
width:945px;
height:auto;
background:#d5d1bb;
clear:both;
margin:5px 20px;
padding:7px;
border: 1px solid rgb(199, 193, 165);
}

.ubicacion#subtitulo{
	background-color:#c5cba9;
}

.texto_corrido{/*div para contenidos fuera de listado o de banners*/
	width:800px;
	margin:0 auto;
	overflow:hidden;
}


/*ELEMENTOS*/
.banner {
margin : 0 0 15px 0;
/*border:1px solid #aea693;
background-image:url(../images/espacio-disponible.gif);
background-repeat:no-repeat;*/
width:187px;
height:89px;
}

.banner#ocupado{
	background-image:none;
	border:1px solid #aea693;
}

.encabezado_general, .encabezado_2 {
font-family : "Times New Roman", Times, serif;
color : #334900;
font-weight : bold;
text-align : center;
margin-top:9px;
_margin-top:18px;
}
.titulo {
color : #f00;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
margin : 0 0 3px 0;
_margin : -5px 0 3px 0;
text-decoration : underline;
}
.imagen_izquierda {
float : left;
margin : 0 15px 0 0;
}

.imagen_derecha{
float:right;
margin: 0 0 0 15px;
}

.principal ul{
margin-left:-5px;
}

.listado li{
background:#d5d1bb;
padding:8px 5px 8px 10px;
border: 1px solid rgb(199, 193, 165);
margin:0 0 3px 0;
font-size : 12px;
color : #000;
line-height : 140%;
font-weight:bold;
overflow:hidden;
}

.listado li#subtitulo{
	background-color:#c5cba9;
}

#subtitulo h1, .listado li h2, .listado li h3{
	color:#800000;
	font-size:16px;
	font-weight:bold;
	margin:5px;
}

.listado li h2, .listado li h3{
	font-size:15px;
}

.listado li h3{
color:#408080;
	font-size:13px;
}

.listado li a{
font-weight:bold;
}

h2.encabezado_2 {
font-size:20px;
}

h3.titulo{
font-size:17px;
}

.texto_corrido p{/*párrafos para contenidos fuera de listado o de banners*/
	font-weight:normal;
	text-align:justify;
	margin:15px 0;
}

.tt {
position:absolute;
border:2px solid gray;
width:150px;
margin:1em;
padding:3px;
background:#fff;
font-size:14px;
} 

.listado li#links_secundarios a  {
color:#660000;
text-decoration : underline;
}

.resaltado{
	color:#800000;
	text-decoration:underline;
}

img.figuracion_basica{
	float:left;
	padding:5px 10px 0 5px;
}

h2.promociones{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	line-height:90%;
	text-align:center;
	padding-top:10px;
}