* {margin:0; padding: 0;}
ul {list-style-type: none;}
img {border:none;}
a {color: #e20101; text-decoration:none;}
a:hover {color: #ccc;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color: #560000;
	margin: 15px 0 0 0;
}
#contenedor {
	margin: 0 auto;
	width: 906px;
}
/* //////////////////////////////////// CABECERA */
#cabecera {
	height: 35px;
	background-image: url(../imagenes/linea-clubcientifico.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#cabecera h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #9495A0;
	font-size: 22px;
	float: left;
}
#cabecera strong {
	color: #e20101;
	font-weight:normal;
	font-size: 19px;
}
#cabecera strong a {
	color: #A71B17;
	font-weight:normal;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#tituloseccion {
	float: left;
	padding: 10px 10px 0 10px;
	margin: 0 0 0 40px;
	background-color: #560000;
}
#idiomas {
	float: right;
	padding: 10px 10px 0 10px;
	background-color: #560000;
}
#idiomas a:hover {
	color: #9495a0;
}

/* //////////////////////////////////// CONTENIDOS */
#central {
	margin: 30px 0 0 0;
}
#contenidos {
	margin: 0 0 0 40px;
}
#contenidos h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #A71B17;
	background-image: url(../imagenes/linea-clubcientifico.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding: 0 0 10px 0;
}
.contenidos-texto {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
	float: left;
	width: 40%;
	margin: 15px;
}
.contenidos-texto p {
	margin: 2px 0 10px 0;
}
#contenidos p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
}
#formaciones h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9495a0;
}
#formaciones {
	width: 464px;
	height: 106px;
	background-image: url(../imagenes/formaciones-fondo.gif);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 3px 5px 2px 6px;
}
#formaciones-interior {
	width: 450px;
	height: 78px;
	overflow: auto;
}
#formaciones p {
	height: auto;
}
#formaciones strong {
	color: #e20101;
}
#formaciones a {color:#ccc;text-decoration:none;}
#formaciones a:hover {color:#fff;}
.cursos-portada {margin: 0 0 4px 0;}
/* //////////////////////////////////// DERECHA */
#derecha {
	float: right;
	width: 185px;
}
#directorio {
	background-image: url(../imagenes/directorio-fondo.gif);
	width: 189px;
	height: 106px;
}
#directorio p {
	padding: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9495a0;
}
p#entrar {text-align:right; padding: 0 15px 15px 0;}
#directorio a {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e20101;
	text-decoration: none;
}
#directorio a:hover {
	color: #9495a0;
}	
#contactoportada {
	width: 191px;
	height: 243px;
	background-image:url(../imagenes/contactoportada-fondo.gif);
	margin: 20px 0 0 0;
	
}
#contactoportada h4 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #e20101;
	text-align: center;
}
#contactoportada p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ccc;
		width: 161px;
	padding: 2px 10px 15px 10px;
}
	
#pie {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #e20101;
}
#pie a {color:#9495a0; text-decoration: none;}
#pie a:hover {color:#ccc;}
