.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulo {
	font-family: arial;
	font-size: 16px;
	color: #1a2d31;
}
.texto {
	font-family: arial;
	font-size: 11px;
	color: #1a2d31;
}
.texto2 {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.texto3 {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
.textoinicio {
	font-family: arial;
	font-size: 12px;
	color: #1a2d31;
}
.textoinicio A:link {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.textoinicio A:visited {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.textoinicio A:hover {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
}

.textoinicio A:active {
	text-decoration: none;
}


.form {
	font-family: arial;
	font-size: 11px;
	border: 1px solid #1a2d31;
}

.menuppal {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	
}

.menuppal A:link {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.menuppal A:visited {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.menuppal A:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
}

.menuppal A:active {
	text-decoration: none;
}

.menuppal ul li
{
 display :inline ;
}

.menuppal ul li a{
	color: #FFFFFF;
	padding: 10px 13px; /*SEPARACION horizontal ENTRE OPCIONES DE MENU*/
	margin: 0;
	text-decoration: none;
	font-family:  Arial;
	font-size: 12px; /*TAMA;O DE FUENTE ARRIBA*/
	border-right: 0px solid #A11017; /*COLOR DE LINEA ENTRE MENUS DE ARRIBA*/
	font-weight:bold ;
}
/*Submenus*/
.dropmenudivNew{
	position:absolute;
	top: 0;
	border: 0px solid #C1C5C7; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px; /* ALTURA distacias entre cada opcion del menu*/
	z-index:100;
	background-color: #1a2d31;
	width: 200px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudivNew A{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #C1C5C7; /*LINEA ENTRE DROPDOWN*/
	padding: 5px 0;/*ANCHO DE MENU DROPDOWN*/
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF ;
}

.dropmenudivNew A:link
{
	color: #ffffff;
	font-family :Arial ;
	font-size : 11px;
	text-decoration :none;
	}
	
.dropmenudivNew A:hover{ /*THEME CHANGE HERE*/
	background-color: #8e7e40; /*COLOR MENU OAVER   #8e7e40*/
	color: #ffffff ;
	text-decoration: none;
	font-weight: normal;
}

	.dropmenudivNew A:visited
	{
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	}
.dropmenudivNew A:active
{
	text-decoration: none;
	}

/**/
	
.menuder {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:link {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:visited {
	color: #000;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.menuder A:hover {
	color: #000;
	font-family: arial;
	font-size: 11px;
    text-decoration: underline;
}

.menuder A:active {
	text-decoration: none;
}

.link1 {
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;

}
.link1 A:link
{
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight :bold ;
	}
.link1 A:hover
{	color: #b29a5c;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
    font-weight :bold ;
	}
.link1 A:visited
	{
	color: #1a2d31;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight :bold ;
	}
.link1 A:visited:hover
{
	color: #b29a5c;
	font-family: arial;
	font-size: 12px;
    text-decoration: underline;
    font-weight :bold ;
	}
.link1 A:active
{
	text-decoration: none;
	}
	
A:visited {
	color: #1a2d31;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
.hover1 {
	color: #ffffff ;
	font-family: arial;
	font-size: 11px;
    text-decoration: underline;
}

A:active {
	text-decoration: none;
}

.input {	font-family: arial;
	font-size: 11px;
	border: 1px solid #1a2d31;
}

.boton {
	background-color: #1a2d31;
	border-color: #1a2d31;
	border: 1px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.footer {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
}

.footer A:link{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:none;
}

.footer A:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:underline;
}
A.footer :active {
	text-decoration: none;
}
.footer A:visited{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #adb7b8;
	text-decoration:none;
}

table.tabla1 {
border:1px solid #b6b6b6;
background-color: #ffffff;
}
table.tabla2 {
border:1px solid #b6b6b6;
background-color: #d1d8d9;
}
td.td1 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
border-right-style:solid;
border-right-color: #b0b0b0;
border-right-width:1px;
}
td.td2 {
border-bottom-style:solid;
border-bottom-color: #ffffff;
border-bottom-width:1px;
}
td.td3 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
}
td.td4 {
border-right-style:solid;
border-right-color: #b0b0b0;
border-right-width:1px;
}
tr.tr1 {
border-bottom-style:solid;
border-bottom-color: #b0b0b0;
border-bottom-width:1px;
}