/* CSS Document */

* {	border:0;	margin:0;	padding:0;}

body
{
	margin-top:10px;
	background-color:#669ACC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(imagenes/bkg_page2.jpg);
	background-repeat:repeat-x;
}

#madre {
	width:750px; 
	/* min-height para que crezca a lo vertical  */
	min-height:320px; 
	/* centramos */
	margin-left:auto;  
	margin-right:auto; 
	z-index:0;
	background-color:transparent;}
	
#cabecera
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	background-color:transparent;
	z-index:1;
	/*float:left;*/
	padding-top:5px;
}

#contenido
{
	margin-left:auto;
	margin-right:auto;
	width:711px;
	min-height:375px; 
	z-index:2;
	background-color:transparent;
	background-image:url(imagenes/bkg_cont.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-size:80%;
	padding-bottom:30px;

}

#menu
{
	background-color:#2C2C76;
	z-index:6;
	text-align:center;
	margin-left:8px;
	margin-right:9px;;
	padding-left:10px;
	height:34px;
}

#menu ul{	margin:0px;	padding:0px;}

#menu li{
	float:left;
	height:20px;
	list-style:none;
	/*list-style-image:url(imagenes/vigneta.gif);*/
	margin-right:10px;
	margin-left:12px;
	padding-left:8px;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	vertical-align:middle;
	border-left: 4px solid #40B240
}

#menu a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover{color:#66CC33;}
#pie
{
	background-image:url(imagenes/bkg_pie.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-right:13px;
	margin-left:12px;
}

#pie p
{
	color:#666666;
	font-size:70%;
	text-align:center;
	height:100px;
}

#texto_emp, #texto_cal
{
	margin-top:30px;
	margin-left:40px;	
}

#texto_emp {width:350px; float:left;}
#texto_cal {width:80%;}

#texto_emp p, #texto_cal p, #texto_cal ol
{
color:#666666;
margin-bottom:13px;
}

#texto_cal ol {margin-left:35px;}

#animacion_top
{
	
	padding:0px;
	margin-left:17px;
	margin-top:20px;
	right:15px;
	z-index:20;
}


#animacion img{padding:0; margin:0px;}

#intro
{
	/*background-image:url(imagenes/bkg_intro.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:430px;
	margin-top:30px;
}

#entrar
{
	text-align:center;
	margin-top:130px;
}

#entrar h2
{
	color:#666666;
	font-size:90%;
	text-align:center;
}

#entrar h3, #entrar h4
{
	color:#666666;
	font-size:70%;
	text-align:center;
}

#entrar h4{margin-top:80px; font-weight:normal;}

#plano
{
	width:560px;
	height:280px;
}

#plano img
{
	border:1px solid #000000;
}

/*---  ETIQUETAS  ---*/
h1 {display:none;}
h3 {color:#666666; font-size:100%;}

input
{
	border: 1px solid #669ACC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:2px;
	margin-bottom:2px;
}

textarea
{
	border: 1px solid #669ACC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#666666;
	padding:2px;
}

form
{
text-align:right;
width:450px;
}

label{color:#666666; width: 400px;}
#pre_img
{
display:inline;
background-image:url(imagenes/cabeceraBlanco1.jpg);
background-image:url(imagenes/cabeceraBlanco2.jpg);
background-image:url(imagenes/cabeceraBlanco3.jpg);
background-image:url(imagenes/cabeceraBlanco4.jpg);
background-image:url(imagenes/cabeceraBlanco5.jpg);
}