
/* Cuerpo */
body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;	
}

/* Celdas de Tabla */

table.table1 {
border-color:#999999;
padding:0px 0px 0px 0px;
margin-top:6px;
}

table.table_menu {
border-color:#999999;
border-left: 0px;
border-bottom: 0px;
}

td.td_form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

td.td_menu{
background-color:#C0C0C0; /*#D18F55*/;
}

/* Listas */
ul {
	line-height: 2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*Imagenes */
img.img_menu{
	border: 1px;
	border-color:#999999;
}

img.img_menu_separador{
	margin-left:3px;
	margin-right:3px;
}

img.img_bandera{
	margin-top:5px;
	margin-right:5px;
}

h1.h1_titulo{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-left: 1.0em;	
	font-size: 1.4em;
	font-weight: bold;
	margin:2px 2px 2px 2px;	
}

h1.h1_subtitulo{
	font-family: Tahoma;
	color: #CCCCCC;
	font-size: 1.0em;
	font-weight: bold;
	margin:2px 2px 2px 2px;
}

h2.h2_cabecera{
	font-family: Tahoma;
	font-size: 0.6em;
	font-weight: bold;
	margin:2px 2px 2px 2px;
}

h2.h2_secciones{
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	margin:2px 2px 2px 2px;
}

h2.h2_secciones2{
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	margin:2px 2px 2px 2px;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin:5px 5px 5px 18px;
	text-align:justify;
}

#div_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:white; /*#F0CFB0;*/
	font-weight:bold;
	margin-left:8px;
	margin-top:7px;
	margin-bottom:7px;	 	
}

/* Enlaces */
a:link , a:active, a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color:#D18F55;
}
a:hover {
	text-decoration : underline;
}

a.amenu:link , a.amenu:active, a.amenu:visited {
text-decoration:none;
}

a.amenu:hover {
	text-decoration: underline;
	color:#F0CFB0;
}

/* INPUT */

input{
	border: 1 px;
	border-color: #333333;  
	border-style: solid;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	cursor: hand;
}

/* TEXTAREA */
textarea{
	border: 1 px;
	border-color: #333333;  
	border-style: solid;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	width:300px;
}

/*-----------------------------------*/
