@charset "utf-8";
/* CSS Document */
* {
	font-size:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style: normal;
	font-variant:normal;
	margin:0;
	padding:0;
	

}

body{

	overflow-y:auto;
	overflow-x:auto;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/fondo.png);
	
	
	
}

img{
border:0;
}

/*** Texto ***/



h1{
	font-size: 300%;
}
h2{
	font-size: 200%;	
}
h3{
	font-size: 150%;	
}
h4{
 	font-size: 115%;
}

p{
	color:#fff;	
}
.verde{
	color:#99CC33;	
}
.negrita{
	font-weight:700;
}
/*** Enlaces ***/
a{
	text-decoration:none;
	color:#ebe4ff;
	font-weight:bold;
		
}

/*** Disposicion y controles***/

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.centerImage{
	display: block;
	margin-left: 3.5em;
}
/****** Encabezado ******/
#header{
	overflow:hidden;
	margin:0 0 0 1em;
	
	/*background-image:url(../images/fondoencabezado.png);*/
	
}
#header h1{
	padding:0 0 0 4em;
	
	
}
#header h1 a{
	font-style:italic;
	font-weight:bolder;
	color:#40618A;
	
}
/****** Menu lateral ******/
#leftMenu{
	 width:12%;
	 min-width:120px;
	 float:left;
	 margin:2em 0 0 5em;	 
}

#leftMenu ul{
	list-style-type:none;
	padding:0 0 0.1em 0.5em;
}
#leftMenu a{
	font-size:small;
		
}
#leftMenu ul li img:hover{
	text-decoration:underline;
	border-bottom:thin #CCCC00;
}

/****** Cuerpo ******/
#central{
	width:70%;
	float:left;
	
}

#central p{
	font-size:small;
	margin:1em 1em 1em 2em;
}
#central p.first{
	margin-top:2.2em;
}

#central a{
	color:#99cc33;
}
#central h1{
   font-size:150%;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:900;
   font-style:italic;
   color:#CCFF00;
   margin:1em 1em 0 1em;
}
#central h2{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	margin:1em 1em 0.5em 1.25em;
}

#central ul{
	list-style:inside;
	list-style-type: disc;
	font-size:small;
	margin:1em 1em 1em 2em;
	color:#FFF;
  
}
#central ul li{

}
#central ul.icoList{
	list-style:none;
	font-size:small;
	margin:1em 1em 1em 2em;
	color:#FFF;
  
}
#central div{
	display: block;
	margin:1em 2em;
}
#central div img{
	padding:1em;
}

	
}
/**** Formulario ****/
form{
	
}

form fieldset{
	border:0;
	font-size:small;
	padding-left:2em;

}
form fieldset label{
  

}
form fieldset label span{
	text-align:left;
	width:9em;
	float:left;
	color:#FFFF66;
	
}

form fieldset select{

}

form fieldset input{
	margin-bottom:1em;
	color:#000;

}

form input[type="submit"]{
	margin-left:12em;
}

/****** Pie ******/

#footer{
    clear:both;
	bottom:0;
	position:relative;
	width:99%;
}

#footer p{
	padding:0.5em;
	text-align:center;
	vertical-align:bottom;
	font-size:small;
}
#footer a{
	color:#99cc33;
}