@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image: url(img/fondo.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenedor{

	width:856px;
text-align:center;
margin:0 auto;
	padding:0;
	position: relative;

}
#cabecera{
	margin:0px;
	width:856px;
	height:157px;
	background-image: url(img/cabecera.jpg);
	background-repeat: no-repeat;
}
#cabecera img{
	float: left;
	margin-top:72px;
}
#menu{
	width:240px;
	color: #660099;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	margin-left:230px;
}
#menu a, menu a:link{
font-size: 12px;
	color: #660099;
	text-decoration: none;
}

#menu a:hover{
font-size: 12px;
	color:#ba00ff;
	text-decoration: underline;
}
#menu ul a.current{
font-size: 12px;
	color:#ba00ff;
	text-decoration: underline;
}
#menu ul{
width:245px;
margin-top:38px;
}

#medio{
	text-align: left;
	margin:0px;
	width:856px;
	
	background-image: url(img/fondo_imagen.jpg);
	background-repeat: no-repeat;


}



#izquierda{
	margin:0px;
	width:319px;
	float: left;
	padding-bottom:10px;
		float: left;

}
#izquierda h2{
	font-size: 13px;
	color: #660099;
	background-image: url(img/fondo_encabezado.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 4px;
	font-weight: bold;
}

#izquierda h3{
	font-size: 16px;
	color: #660099;
	margin-bottom:20px;
}
#izquierda h4{
	font-size: 14px;
	color: #660099;

}
#izquierda p{
	font-size: 12px;
}

#izquierda p.sinmargen{
	margin-top:-10px;
	margin-bottom:6px;
}


#izquierda a, #izquierda a:link{
color: #660099;
}
#izquierda ul{
margin:0 auto;
	padding:0;
	display:block;
	padding-left:16px;
}

#izquierda li{
	font-size: 12px;
	list-style-type: square;
}

#izquierdascroll{
	width:319px;
	float: left;
	margin:0px;
	height: 460px;
	overflow: auto;
}
#izquierdascroll h2{
	font-size: 13px;
	color: #660099;
	background-image: url(img/fondo_encabezado.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-top: 4px;
	font-weight: bold;
}

#izquierdascroll h3{
	font-size: 16px;
	color: #660099;
	margin-bottom:30px;
}
#izquierdascroll p{
	font-size: 12px;
}

#izquierdascroll a, #izquierda a:link{
color: #660099;
}

#derecha{
	width:537px;
	height:479px;
	margin:0 auto;
	float: left;
	
}
#pie{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	clear:both;
		position: relative;
	background-image: url(img/fondo_pie.gif);
	background-repeat: repeat-x;
}
#creditos{
	width:856px;
	height:60px;
	margin:0 auto;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	padding-top:18px;
	text-align:left;
	
}
#creditos img{
width:66px;
	float: right;
}

#creditos a, #creditos a:link {
color:#666666;
}
#creditos p{
width:400px;
margin:0 auto;
float: left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
