/*FORMATO*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font:.93em Georgia,Verdana,sans-serif;
	color:#343434;
	background-color: #F3F3F3;
	background-image: url(/i/fondo_body.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-attachment:fixed;
}

/*----------------------------------TODO---------------------------------*/
#todo{
	padding: 0px;
	width: 961px;
	margin:0px auto;
	text-align:left;
}

/*-------------------------------------Cuerpo----------------------------------*/
#cuerpo{
	float: left;
	width: 961px;
	
	background-image: url(/i/fondo_todo.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

/*----------------------------------TOP---------------------------------*/
#top{
	float: left;
	width:921px;
	padding:5px 0 0 0;
	margin: 0 0 0 15px;
	text-align: right;
}
/*TEMPORAL*/
#top{
	color:#fff;
}
#top a{
	color:#fff;
}
/*----------------------------------HEADER---------------------------------*/
#header{
	float: left;
	width:878px;
	margin: 0 0 1px 58px;
	height: 113px;
	padding:5px 0 10px 0;
	border-bottom: 1px dotted #414141;
}

/*---------------------------------LOGO--------------------------------*/
#logo{
	float: left;
	position: relative;
	top: 0px;
	margin: -30px 0 0 -80px;
	width: 202px;
}

/*----------------------------------MENU---------------------------------*/
#menu{
	float:left;
	font-size:13px;
	overflow:hidden;
	margin: 38px 0 0 30px;
}

#menu ul{
	float: left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu li{
	float: left;
	padding: 8px 14px 8px 14px;
	margin:0;
	text-align: center;	
}
#menu li a{
	font-size: 20px;
	color: #565656;
	font-weight: normal;
}

/*----------------------------------CONTENIDOS---------------------------------*/
#contenidos{
	float:left;
	width:858px;
	margin: 20px 0 1px 58px;
	padding: 0 0 1px 20px;
	color: #343434;
	font-size: 1.1em;
	
	border-bottom: 1px dotted #414141;
}

.texto_destacado_portada{
	font-size: 24px;
	color: #4E1C1A;
	font-style: italic;
}	

.imagen_destacado_portada{
	margin-top: -40px;
}	


/*----------------------------------LATERAL---------------------------------*/
#lateral{
	float:left;
	width:900px;
	margin: 35px 0 0 48px;
}


/*------------------------------------Banners------------------------------*/
.banner{
	float: left;
	width: 280px;
	padding: 0px 10px 0 10px;
}

.titulo_banner{
	margin: 0 0 7px 0;
	border-bottom: 3px solid #4E1C1A;
}
.titulo_banner a{
	display:block;
	font-size: 30px;
	margin: 0 0 4px 6px; 
	color:#4E1C1A;
	font-weight:normal;
}
.titulo_banner a:hover{
	text-decoration: none;
}	

.imagen_banner{
	margin: 0 0 15px 0;
}

.textobanner{
	float: left;
	padding: 0 12px 0 12px;
}

.informacion{
	float: left;
	padding: 12px;
}


/*----------------------------------PIE---------------------------------*/
#bottom{
	float: left;
	width:935px;
	margin: 0 0 20px 33px;
	padding: 0 0 50px 0;
	font-size: 0.8em;
	background-image: url(/i/fondo_pie.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#bottom_dentro{
	float: left;
	width: 879px;
	margin: 0 0 0 25px;
	padding: 20px 0 0 0;
	border-top: 1px dotted #414141;
}

/*----------------------------------Logo Direct--------------------------------------*/
.logo_direct{
	float: left;
	margin: 0 15px 0 0;
}

/*-----------------------------------Academia---------------------------------------*/
.academia{
	float: left;
	background-image: url(/i/marca_puntos.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 10px 0 0 20px;
	padding: 0 0 0 10px;
}
/*----------------------------------Enlaces Bottom------------------------------------*/
.enlaces_bottom{
	float: right;
	background-image: url(/i/marca_puntos.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 10px 20px 0 0;
	padding: 0 0 0 10px;
}

/* REDEFINICIONES */
img{
	border:0;
}
a{
	color:#112761;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	display:none;
}

h2{
	color:#4E1C1A;
	font-size:30px;
	font-weight:normal;
}
h2 span{
	display:block;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



#redes_sociales {
        float: right;
        margin-top: -20px;
}

#linkedin {
        margin: 0 20px;
}


