* {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: #FFFFFF;
	background-color: #39394a;
	margin: 15px 0 0 0;
}
#contenedor {
	margin: 0 auto;
	width: 906px;
}
/* //////////////////////////////////// CABECERA */
#cabecera {
	height: 35px;
	background-image: url(../imagenes/linea-fondo.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: #e20101;
	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: #39394a;
}
#idiomas {
	float: right;
	padding: 10px 10px 0 10px;
	background-color: #39394a;
}
#idiomas a:hover {
	color: #9495a0;
}
/* //////////////////////////////////// IZQUIERDA */
#izquierda {
	width: 198px;
	clear: both;
	float: left;
}
#menu {
	height: 275px;
	background-image: url(../imagenes/menu-fondo.gif);
}
#menu ul {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 8px 0 0 15px;
}
#menu ul li {
	height: 23px;
	width: 173px;
	padding: 8px 0 0 0;
	background-image: url(../imagenes/menu-linea-fondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #9495a0;
	background-image: url(../imagenes/menu-a-fondo.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu ul li a:hover {
	color: #e20101;
	background-image: url(../imagenes/menu-a-fondo-hover.gif);
}
/* //////////////////////////////////// CONTENIDOS */
#central {
	margin: 30px 0 0 0;
}
#contenidos {
	width: 464px;
	margin: 0 0 0 40px;
	float: left;
}
#contenidos h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #9495a0;
	background-image: url(../imagenes/linea-fondo.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;
	height: 195px;
	overflow: auto;
}
#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: 18px;
	font-weight: bold;
	/*color: #9495a0;*/
	color: #fff;
}
#formaciones {
	width: 464px;
	/*height: 106px; ALTURA ORIGINAL DE LA CAPA*/
	/*height: 178px;
	background-image: url(../imagenes/formaciones-fondo1.gif);*/
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding: 3px 5px 2px 6px;
	border-top: 2px solid #fff;
}
#formaciones-interior {
	width: 450px;
	/*height: 78px;* ALTURA ORIGINAL DE LA CAPA*/
	/*height: 150px;
	overflow: auto;*/
}
#formaciones-interior p {
	line-height: 14px;
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.separacionformacion { border-bottom: 1px dotted #CCC;}
#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,#directorioprofesionales {
	background-image: url(../imagenes/directorio-fondo.gif);
	width: 189px;
	height: 106px;
}

#directorio p,#directorioprofesionales p {
	padding: 15px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9495a0;
}
#directorioprofesionales p {padding: 5px;}
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;}

