/* BODY */

html,body {
		background:url(../images/background.jpg) repeat ;
	margin: 0;
	padding: 15px 5px 5px 5px;
	border: 0;
	font-family: Helvetica;
	font-size: 12px;
	color: #333;
}

/* ESTRUCTURA */

.structure{
	width:795px;
}

.header{
	width:795px;
	background:url(../images/line_top.jpg) repeat-x ;
	height:49px;

}

.logo{
	position: relative;
	left: 8px;
	top: -20px;
	height: 119px;
	background: url(../images/logo.gif) left no-repeat;
}

.otros_logos{
	position: relative;
	top: -119px;
	background: url(../images/logos.jpg) top right no-repeat;
	height:49px;
}

.menu{
	background: #989898;
	height: 29px;
}

.center{
	background:#FFF;
}

.center_bottom{
	background:#FFF;
}

.bottom{
	background:url(../images/line_bottom.gif) no-repeat ;
	height:24px;
}

.container{
	vertical-align: top;	
}

#content{
	padding: 0px 0px 0px 0px;
}

p{
	margin: 10px 5px 10px 10px;
}

/* LINK */

a
{
	text-decoration: none;
	color:#4291CA;
}

a:hover
{
	text-decoration: underline;
}


/* SITEMAPPATH */

#siteMapPath {
	padding: 6px 5px 3px 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #333;
	background: #eee;
}

#siteMapPath #siteMapPathFinal {
	font-size: 16px;
	font-weight: bold;
}

#siteMapPath a {
	text-decoration: none;
	color: #4291CA;
}

#siteMapPath a:hover {
	text-decoration: underline;
}

/* SECCIONES */

#seccion_top {
	vertical-align: top;
	text-align: left;
}

#seccion_left {
	vertical-align: top;
	text-align: left;
	width: 170px;
	background: #eee;
}

#seccion_center {
	vertical-align: top;
	text-align: left;
}

#seccion_center_letf {
	vertical-align: top;
	text-align: left;
}

#seccion_center_middle {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

#seccion_center_right {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

#seccion_right {
	vertical-align: top;
	text-align: left;
	width: 170px;
	background: #eee;
}

#seccion_bottom {
	vertical-align: top;
	text-align: left;
}

#seccion_icon {
	vertical-align: top;
	text-align: left;
	background: #ccc;
	padding: 5px;
}

/* SITEMAP */

.sitemap {
	padding: 10px 10px;
	text-align: left;
}

.sitemap a{
	
}

.sitemap h3{
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0px;
	margin: 0px;
}

.sitemap ul li{
	font-size: 12px;
	padding: 3px 0px;
}


/* SUBMENU */

.submenu{
	border-bottom:1px solid #ddd;
	border-top:5px solid #4291CA;
	margin-bottom: 10px;
}

.submenu a{
	color:#727272;
	text-decoration: none;
}

.submenu a:hover{
	text-decoration: underline;
}

.submenu_n0{
	background:#727272;
	color: #fff;
	font-weight: bold;
	padding: 3px 1px;

}
.submenu_n0 a{
	color: #fff;
}

.submenu_n1{
	background: #ccc;
	font-weight: bold;
	padding: 3px 4px;
}

.submenu_n2{	
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	padding: 2px 0px 1px 15px;
	background: #ddd url("../images/vineta.jpg") no-repeat 6px;
}

.submenu_n2 a{
	color: #4291CA;	
}

/* OTROS ESTILOS */

.degradado_gris{
	background:url(../images/line_fondo.jpg) repeat-x ;
	padding: 10px 15px;
	text-align: justify;
}

.separacion_gris{
	border-top:5px solid #333;
}

.separacion {
	width: 100%;
	height: 6px;
	font-size: 0%;
}

.banner_texto{
	color: #000;
	height: 42px;
	text-align:center;
	vertical-align: middle;
	background: url(../images/banner_texto.jpg) repeat-x;
}

.fondo_texto{
	background: #EFEFEF;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}
.fondo_texto td{
	padding: 0px;
	border-left: 1px solid #787878;
}

/* COPYRIGHT */

.copyrigth {
	text-align: left;
	font-size: 10px;
	color: #333;
	padding: 6px 5px 2px 5px;
	border-bottom: 1px solid #787878;
	border-top: 1px solid #787878;
	background: #fff;
	
	filter:alpha(opacity=60);
	opacity:0.80; 
	
}


.copyrigth a {
	text-decoration: none;
	color: #333;
}

.copyrigth a:hover {
	text-decoration: underline;
}

/* POWERED */

.powered
{
	padding-top:30px;	
	font-size:9px;
	text-align:left;
	height:23px;
	padding-right:75px;
	background: url(../images/powered.jpg)  200px 1px  no-repeat;
}

.powered a
{
	text-decoration: none;
	color:#2A65DB;
}

.powered a:hover
{
	text-decoration: underline;
}

/* FORMULARIO */

.formulario{
	width:100%;
}

.formulario tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.formulario_label{
	width:80px;	
	text-align:left;
}