/* CSS Document */
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
/*	background-color:#CCCCCC;*/
	background-image:url(../img/fondo2.gif);

}

h1 {
	font-size: 150%;
	color:#ccc;
}

h2 {
	font-size: 120%;
	color: #D9BD4B;
}

a{
	color: #084065;
	text-decoration: none; /*el subrayado del link*/
}
a:hover{
	color: #084065;
	text-decoration: underline;
}

img{
	border: 0px;
}


#contenedora {
	width: 750px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-color: #08436D;
	border: 4px solid #08436D;
}

#columnaizq {
	float: left;
	width: 250px;
	height: 550px;
	color: #ebc06e;
	background-color: #08436D;
	border-right: 4px solid #08436D;
}

#columnaizq a, a:hover{
	color: #D9BD4B;
}
#columnaizq ul{
	text-align: left;
}

#columnaizq ul a{
	text-decoration: none;
	color: #D9BD4B;
	border-bottom: 0px dashed #D9BD4B;

}
#columnaizq ul a:hover{
	text-decoration: none;
	color: #D9BD4B;
	border-bottom: 1px dashed #D9BD4B;

}

#logo {
	width: auto;
	height: 120px;
	border-bottom: 4px solid #08436D;
}


#logo img{
	margin-top: 7px;
	border-bottom: 0px solid #08436D;
}

#contenido{
	width: 450px;
}

html>body #contenido {
	margin-left: 255px;
}
.imagen{ /* Para que funcione el javascript */
	filter: blendTrans;
   /*filter: blendTrans(duration=[B]3[/B]);  para que valide css */ 
}

.pie{
	color: #08436D;
	margin-top: 0px;
}

.pie a:hover{
	color: #084065;
}

.ayuda{
	cursor:help;
}