﻿/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(Img/bg_fondo.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.normal{
	text-align:left;
	font-weight:normal;
}
.normal a{
	text-align:left;
	font-weight:normal;
	color:#014a7f;
}
.normal a:hover{
	text-align:left;
	font-weight:normal;
	color:#cf1226;
}

h3{
	font-size:1.2em;
	color:#cf1226;
}
h2{
	font-size:1.3em;
	color:#3366FF;
}
h1{
	font-size:1.4em;
	font-weight:bold;
	color:#cf1226;
}
#base {
	background-image:url(Img/bg_base.gif);
	width:965px;
	height:auto;
	font-size:0.7em;
	float:left;
	position:absolute;
	left: 50%; margin-left:-482px;
}
 
#contenedor_izq{
 
}

#sombra_izq {
	background-image:url(Img/bg_sombra_izq.jpg);
	float:left;
	width:19px;
	height:640px;
}
 
#sombra_der{
	background-image:url(Img/bg_sombra_der.jpg);
	float:left;
	width:19px;
	height:640px;
}
#contenido {
	float:left;
	width:927px;
	height:auto;
	background-color:#FFFFFF;
}
#cabecera {
    background-image:url(Img/top1.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:193px;
	background-color:#FFFFFF;
}
#top_menu {
    background-image:url(Img/top_menu.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:24px;
	background-color:#FFFFFF;
}

#datos {
	padding-top:5px;
	width:927px;
	height:auto;
	min-height:400px;
	background-color:#FFFFFF;
}
.columna{
	float:left;
	width:280px;
	height:auto;
	margin:10px;
	text-align:left;
}
.columnaAncha{
	float:left;
	width:560px;
	height:auto;
	margin:10px;
	text-align:left;
}
#pie {
	clear:both;
	background-image:url(Img/bottom.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:114px;
}
.blanco {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	margin-right:80px;
	margin-top:0px;
	padding-top:7px;
   
}
.blanco a {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
   
}
.blanco a:hover {
	color:#8ae8fe;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}
.menu {
	color:#014a7f;
	font-weight:bold;
	text-decoration:none;
   
}
.menu a{
	color:#014a7f;
	font-weight:bold;
	text-decoration:none;
   
}
.menu a:hover{
	color:#cf1226;
	font-weight:bold;
	text-decoration:underline;
   
}
.direccion {
	color:#014a7f;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	margin-left:20px;
	margin-top:20px;
   
}
#links{clear:both;}
.fotosPicasa{float:left; margin:10px;}
.comentariosActividad{float:left; width:400px;}