/*CSSs generales
//---------------------------------------------------------------------------------------------------*/

body 
{
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	/*SCROLLBAR-BASE-COLOR: #EDFBEA;*/
	font-family:Arial;
    font-size: 12px;
    color: #000000;
	background-color: #000000;
}


a 
{
   font-family:Arial;
   font-size: 14px;
   text-decoration: none;
   border-style: none;
   color: #000000;
   text-align: left;
}
a:hover
{
	color: #c96502;
}
font 
{
   font-family:Arial;
   font-size: 12px;
   text-decoration: none;
   border-style: none;
   color: #000000;
   text-align: left;
}

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

/*CSSs Estructura: Todo
//---------------------------------------------------------------------------------------------------*/

#todo 
{
	width:100%;
	position:relative;
	padding:0px;
	text-align: center;
	padding-top:10px;
	margin-bottom:50px;
}

#todo2
{
	margin:auto;
	width:750px;
	/*border:  solid 2px #47B249;*/
}

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



/*CSSs Estructura: cuerpo
//---------------------------------------------------------------------------------------------------*/

#cuerpo
{
	position:relative;
	
	width:100%;
		
	/*background: #EDFBEA url(../Imagenes/fondo.gif) repeat 0px 0px;*/
	
}

#cuerpo2
{
	width:100%;
	text-align:left;
	background-color: #FFFFFF;
	/*background: transparent url(../Imagenes/2/fondo_lado_izquierdo.jpg) repeat-y 0px 0px;*/
}

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



/*CSSs Estructura: encabezado
//---------------------------------------------------------------------------------------------------*/

#encabezado
{
	position:relative;
	width:750px;
	height:135px;
	background: transparent url(../Imagenes/fondo_encabezado.gif) repeat-x 0px 0px;
	border-bottom:solid 1px #000000;
	z-index:4;
}
#encabeza_1
{
	position:relative;
	width:100%;
	height:125px;
	background: transparent url(../Imagenes/logo.gif) no-repeat -1px 0px;
}
#encabeza_2
{
	position:absolute;
	width:100%;
	top:110px;
}
#encabeza_3 a
{
position:relative;
left:20px;
top:-5px;
font-size:11px;
}
#encabeza_3 img
{
position:absolute;
top:-5px;
left:-25px;
}

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





/*CSSs Estructura: contenido
//---------------------------------------------------------------------------------------------------*/

#contenido
{
	position:relative;
	width:750px;
	min-height:455px; 
	float:right;
	background-color: #FFFFFF;
	z-index:3;
}

/*IE interpreta que height = min-heigth. * HTML solo lo reconoce IE */
* HTML #contenido
{
	height:455px;
	
}
#foto_lateral
{
	width:320px;
	height:455px;
	float:left;
	background: transparent url(../Imagenes/foto1.jpg) no-repeat 0px 0px;
}

#contenido2
{
	text-align:justify;
	margin-top:0px;
	padding-right:20px;
	width:400px;
	float:left;
}

/*Botones dentro del Contenido*/
#boto 
{
	font-family: Arial;
	font-size: 12px;
	border: solid 2px #964d22;
	color:#1C9C00;
	font-weight:bold;
	width: 150px;
	background:#673301;
	margin:5px;

}
#boto2 
{
	font-family: Arial;
	font-size: 12px;
	border: solid 2px #964d22;
	color:#1C9C00;
	font-weight:bold;
	width: 100px;
	background: #673301 url(../Imagenes/carrodentro.gif) no-repeat 4px 0px;
	margin-top:5px;
}
#boto3
{
	height:22px;
	width:100px;
	background: #93c8ca;
	border:solid 1px #222222;
	clear:both;
	color:#673301;
}

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






/*CSSs Estructura: pie
//---------------------------------------------------------------------------------------------------*/

#pie
{
	position:relative;
	clear:both;
	margin-top:15px;
	width:750px;
	height:20px;
	text-align:center;
	font-weight:bold;
}

#pie_texto1 
{
	margin-top:2px;
	width:750px;
}

#pie_texto1 font
{
	text-align:center;
	font-weight:normal;
	font-size: 10px;
}

#pie_texto2
{	
margin-top:5px;
}
#pie_texto2 font
{
	height:9px;
	font-size: 8px;
	font-weight:normal;
}
#pie_texto2 a
{
	height:9px;
	font-size: 8px;
	font-weight:normal;
}

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


#menu
{
	position:relative;
	width:410px;
	float:right;
	top:-11px;
}
#menu ul
{

}
#menu li
{
	display:inline;
}

#menu a
{
	position:relative;
	margin-left:2px;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	letter-spacing:0px;
}



.subitems
{
	position:absolute;
	top:20px;
	width:460px;
	left:-50px;
	text-align:center;
	border-top:solid 1px #000000;
}

#menu li.item
{
	height:15px;
}


#menu li.itemActivo
{
		height:15px;
}
#menu li.itemActivo a
{
	color: #c96502;
}
#menu li.subitemActivo a
{
	color: #FFFFFF;
}
#menu li.subitem a
{
	color: #000000;
}
#menu li.subitemActivo
{
	border-left:solid 1px #000000;
	background:#c96502;
}
#menu li.subitem 
{
	border-left:solid 1px #000000;
}

#menu ul, #menu li,#menu dd ,#menu dt ,#menu dl {
	margin:0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}



#menu2
{
	position:absolute;
	width:410px;
	text-align:right;
	right:0px;
	top:20px;
}
#menu2 ul
{

}
#menu2 li
{
	display:inline;
}

#menu2 a
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:2px;
	margin-right:10px;
}
#menu2 a:HOVER
{
	color: #c96502;
}




h1 {
	height:18px;
	font-size: 16px;
	text-align:left;
	margin-bottom:-4px;
	margin-top:12px;
	}

h2 {
	height:14px;
	font-size: 12px;
	text-align:left;
	margin-bottom:-8px;
	margin-top:8px;
	}

h3 {
	font-size: 10px;
	}

h4 {
	font-size: 8px;
	}

h5 {
	font-size: 8px;
	}
hr
{
	display:none;
}

/*CSSs Estructura: Formularios
//---------------------------------------------------------------------------------------------------*/
.boton
{
	height:22px;
	width:120px;
	background: #673301;
	border:solid 1px #000000;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
}
#formulario
{
	margin-top:30px;
	width:400px;
	text-align:center;
}
#formulario .campo
{
	height:22px;
	width:100%;
	z-index:1;
}
#formulario .input
{
	float:left;
	background: #FFFFFF;
	border:solid 1px #964d22; 
}

#formulario .boton
{
	margin-top:30px;
}

#formulario span
{
	text-align:right;
	float:left;
	margin-right:15px;
	width:150px;
}



#enlacespatrocinados
{
	display:none;
}

#acceso
{
position:absolute;
top:120px;
left:5px;
}
#acceso a
{
font-weight:bold;
}





/*CSSs Estructura: Textos
//---------------------------------------------------------------------------------------------------*/
#form2 .input
{
	background: #FFFFFF;
	border:solid 1px #964d22; 
	width:150px;
}

.texto
{
	text-align:justify;
}

.texto .imagen
{
	margin-top:20px;
	margin-left:15px;
	margin-bottom:15px;
	float:right;
	clear:right;
}
.visible
{
	display:block;
}
.invisible
{
	display:none;
}



.linkweb
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-html.gif) no-repeat 0px 0px ;

}
.linktext
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-text.gif) no-repeat 0px 0px ;

}
.linkdoc
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-word.gif) no-repeat 0px 0px ;
}
.linkzip
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-zip.gif) no-repeat 0px 0px ;
}
.linkaudio
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-audio.gif) no-repeat 0px 0px ;
}
.linkvideo
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-video.gif) no-repeat 0px 0px ;
}
.linkimg
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-image.gif) no-repeat 0px 0px ;
}
.linkswf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-flash.gif) no-repeat 0px 0px ;
}
.linkpdf
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-pdf-doc.gif) no-repeat 0px 0px ;
}
.linkxls
{
	padding-left:20px;
	background: transparent url(../Imagenes/icon-excel.gif) no-repeat 0px 0px ;
}

.uldocumentos
{
margin:0px;
margin-top:15px;
}
.uldocumentos h1
{
margin-bottom:10px;
}
