/* HOJA DE ESTILOS */

body {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-top: 20px;
	background-color: #ffffff;
}

table {
	margin-left: 20px;
	font-size: 80%;
}

h2 {
	font-size: 1.2em;
	margin-left: 10px;
	color: #666666;	
}

h3 {
	font-size: 1em;
	margin-left: 10px;
}

a {
	color: #000000;
	font-size: 1em;
	}
	
a:hover {
	color: #cccccc;
	font-size: 1em;
	}

a img {
	margin: 0px auto;
	border: none;
}

p{
	margin-left: 20px;
	margin-right: 10px;
}
input, textarea {
	background-color: #cccccc;
	border-color: #999999;
}

/* CAPAS */

#pagina {
	font-size: 1.2em;
	width: 760px;
	margin: 0px auto;
	position:relative;
	margin-top: 0px;	
	}
	
#cabecera {
	text-align: left;
	width: 760px;
	height: 120px;
	margin-top: 0px;
	background-image: url(images/head.jpg);
	background-repeat:no-repeat;
}

#navega {
	width: 760px;
	clear: both;
	text-align: left;
	float: left;
}

#navega a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;	
	}

#navega a:hover {
	text-decoration: none;
	font-weight: bold;	
	}

#contenido {
	width: 760px;
	text-align: justify;
	padding-top: 10px;
	}

#pie {
	width: 760px;
	font-size: 0.8em;
	background-color:#eeeeee;
	margin-top:40px;	
}
	
/* CLASES */
.izda {
	width: 520px;	
	float:left;
	padding-right: 20px;
}


.dcha {
	width: 200px;
	float:right;
	padding-right: 10px;
	text-align: left;
}

img.centrado {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.titulo {
	color: #666666;
	font-size: 24px;
	font-weight: lighter;
}

.subtitulo {
	color: #666666;
	font-weight: bold;
}

.link {
	padding-left: 10px;
}
.rojo {
color:#FF0000;
}