/* ESTILOS GENERALES */
body {
	background:#EEEEEE;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:9pt;
	text-align:center;
	margin:0px;
}
a:link, a:active { text-decoration: none;  color:#EE751A;}
a:visited { text-decoration: none; color:#F39249}
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:950px;
	height:713px;
	text-align:left;
	margin:auto;
	background:url(../images/web.jpg) no-repeat top center;
}
#cabecera {
	width:675px;
	height:160px;
	position:relative;
	left:210px;
	top:60px;
}
#contenido {
	width:800px;
	height:450px;
	position:relative;
	top:60px;
	left:100px;

}

.textoCab {
	font-size:12px;
	font-weight:bold;
}
.titulos {
	font-size:16px;
	font-weight:bold;
}
.boton {
	width:90px;
	height:20px;
	background:url(../images/boton.jpg) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:2px;
}
.boton a {
	color:#FFFFFF;
	text-decoration:none;
}
.boton:hover {
	background:url(../images/boton-OFF.jpg) no-repeat;
}

.subtitulo {font-size: 18px; color: #EE751A;}

.naranjacursiva {
	color: #EE751A;
	font-style: italic;
}
.naranja {color: #EE751A}
ul {
	margin:0px;
}
li {
	list-style:square;
}
#scroll3 {
        width:600px;
        height:365px;
        background-color:#FFFFFF;
        overflow:auto;
   }
   #scroll {
        width:450px;
        height:365px;
        background-color:#FFFFFF;
        overflow:auto;
   }
    #scroll2 {
        width:100px;
        height:365px;
        background-color:#FFFFFF;
        overflow:auto;
   }
/* MENU DESPLEGABLE */
#dropmenudiv{
position:absolute;
font-size:11px;
color:#FF6600;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FF6600;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#000000;
}
/* FIN MENU */
