/*-Reset-*/
*{
	margin:0;padding:0;/*vertical-align:baseline;*/
	font-family:'Tahoma'; font-size:10pt;	
}

html, body {	 
	color: #333333;
	background-color:#FFF;
	text-align:center;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	top:0px;
	padding-top:0px;	
	height:100%;
}
a { color:#003366;}
a:hover { text-decoration:none;}
/* --- opacidad fotos --- */
a.opacidad img {
filter:alpha(opacity=65);
-moz-opacity: 0.65;
opacity: 0.65;
-khtml-opacity: 0.65;
}

a.opacidad:hover img  {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}
/* -- fin opacidad ---- */

a{outline:0;}

a img, fieldset, .login_form input, .inp_btn, #form_serch input, .buscar_top .inp_txt{
	border:0;
}

ul {margin-left: 3em;}

li {
	list-style-image:url(../images/icon-li.png);
	padding-bottom:0px; margin-bottom:0px;padding-left:0px; padding-bottom:25px; text-align:left;
}
 

.limpiar { clear:both;}

#head{
	background:url(../images/menu/bg_botonera.png) no-repeat 0px 0px; height:82px; vertical-align:top
}
#tablaGral{
	background:url(../images/tabla_general/fondo.png) repeat-y;
	width:902px; max-width:902px;
	height:650px;
}
#piedePagina {
	background:url(../images/tabla_general/pie_pagina.png) no-repeat #FFFFFF;
}
/* tabla gris*/
.tablaInterna_head {
	background:url(../images/tabla_interna/head.png) no-repeat;
	width:803px; height:7px;
}
.tablaInterna_body {
	background:url(../images/tabla_interna/background.png)  repeat-y;
	width:783px; height:auto; font-family:Tahoma; font-size:10pt; text-align:justify; padding:10px;
	color:#333;
	/*text-shadow: 0.11em 0.1em #666;*/
}
.tablaInterna_footer {
	background:url(../images/tabla_interna/footer.png) no-repeat;
	width:803px; height:7px;
}
.inp_form { border:#333333 1px solid; width:250px;}
.textarea_form { border:#333333 1px solid; width:350px;}
.btn_form { border:#0A2B3B 2px solid; color:#0A2B3B; background-color:#FFFFFF;}
.btn_form:hover { border:#000 2px solid; color:#0A2B3B; background-color:#e1e1e1;}
/* menu de abajo de pei de pagina */
#menu_abajo { background-color:#fff;}
#menu_abajo a{ color:#000000; font-size:11px; }

