/* CSS Document */

/* ESTILOS DE LAS CAPAS */

.capa_menu{
position:relative;
background-color:#668AB7;
height:16px;
padding-top:0px;
width:100%;
}

.capas_centrales{
background: url(img/linea.gif) repeat-y 0% 0%;
background-position:right;
}


/* ESTILOS DE LAS ETIQUETAS */

h1{
font-family: Arial;
font-size:18px;
color: #339900;
font-weight: normal;
text-indent:none;
text-transform:none;
display:inline;
}

h2{
font-family: Arial;
font-size:13px;
color: #CB682E;
font-weight: bold;
text-indent:none;
text-transform:none;
display:inline;
}

.tabla_menu{
border-right:1px solid white;
background-color:#7BA0C5;
cursor:pointer;
cursor:hand;
color: white;
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration:none;
}

.tabla_menu_sub{
border-right:1px solid white;
background-color:white;
height:7px;
background: url(img/triangulito.gif) no-repeat 0% 0%;
background-position:top center;
}

.titulo_parrafo{
font-weight:bold;
padding-top:10px;
padding-bottom:5px;
display:inline;
width:100%;
}

A.menu {
    color: white;
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

A.menu:HOVER {
	color : #99CC33;
}

A.menu_lat {
    color: #339900;
    font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

A.menu_lat:HOVER {
	color : #99CC33;
}

A.links {
    color: #339900;
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

A.links:HOVER {
	color : #99CC33;
}

A.submenu {
	color:#339900;
    font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

A.submenu:HOVER {
	color : #99CC33;
}

A.pie {
    color: #666667;
    font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

A.pie:HOVER {
	color : #99CC33;
}

A.menu_descarga {
    color: #CB682E;
    font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

A.menu_descarga:HOVER {
	color : #CB682E;
}

.tabla
{
 border:none;
 cell-spacing:none;
 cell-padding:none;
 font-family: Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666667;
}

.cajas
{
 border:1px solid #cccccc;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:black;
}
