/* ESTILOS GENERALES */
body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
	margin:0px;
}
a:link, a:active { text-decoration: none;  color:#A52C32;}
a:visited { 
	text-decoration: none;
  	color:#A52C32;
}
a:hover, a:focus { text-decoration: underline;}

select, textarea, input { font-family:  Arial, Verdana, sans-serif;}
caption { display: none; }
table, tr, td {font-size:100%;	}
table td { text-align: left;}

img, a img { border: none;}

form { margin:0px; padding:0px; }

hr { display: none;  }

p { padding: 0; margin: 0 0 1em 0;}


/* RESOLUCIÓN PARA LA WEB Y ADECUACIÓN PARA VARIOS NAVEGADORES */
#contenedor {
	width:600px;
	text-align:left;
	margin:auto;
}
#contenedor2 {
	width:800px;
	text-align:left;
	margin:auto;
}
.tdtop {
	background:url(../images/bg-top.gif)  repeat-x;
	vertical-align:top;
}
.divtop {
	padding-top:4px;
}
.tdTopCentral {
	width:535px;
	background:url(../images/bg-top.gif) repeat-x;
}

.menutitulo_default {
	color:#A52C32;
	font-size:16px;
	font-weight:bold;
}
.menutitulo_default a {
	color:#A52C32;
	font-size:16px;
	font-weight:bold;
}
.menutitulo_default a:hover {
	color:#A52C32;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.menutitulo {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.menutitulo a {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.menutitulo a:hover {
	color:#A52C32;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#tablaMenu {	 
	width:800px;
	border:0px;
	margin-bottom:70px;
}
#tablaMenu td {

}
.titulo {
	font-size:15px;
	font-weight:bold;
}
.titulo2 {
	font-size:16px;
	font-weight:bold;
	color:#A52C32;
}
.tituloSeccion {
	font-size:16px;
	font-weight:bold;
	color:#970000;
}
.subtituloSeccion {
	font-size:14px;
	color:#B09400;
}
a.ln {
	color:#000000;
}
.text10 {
	font-size:10px;
}
.text9 {
	font-size:9px;
}

/* MENU DESPLEGABLE */
#dropmenudiv{
position:absolute;
font-size:12px;
color:#000000;
line-height:18px;
z-index:100;
text-align:left;
border:1px #eeeeee solid;
background:url(../images/bd.png);
}

#dropmenudiv a{
width: 100%;
display: block;

padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;

}

#dropmenudiv a:hover{ /*hover background color*/
color:#CCCCCC;
}
.bleu {
	padding:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* FIN MENU */
