@charset "utf-8";
/* CSS Document */
html, body{	
	font: 				12px Arial, Helvetica, sans-serif;
	color: 				#333333;
	height:				100%;
	margin:				0px;
	padding:			0px;
}	
.wrapper {
	min-height: 		100%;
	height: 			auto !important;
	height: 			100%;
	margin: 			0 auto -160px;
}


/*  --------------------------------------------- 	*/
/*  UTILES GENERALES								*/
/*  ---------------------------------------------	*/
/* FUENTES  TAMAÑO */
.microFont{	font-size:	0.7em; line-height: 0.8em;}
.miniFont {	font-size:	0.9em; line-height: 1.3em;}
.maxiFont {	font-size:	1.2em; line-height: 1.4em; letter-spacing: -1px;}
.megaFont {	font-size:	1.5em; line-height: 1.1em;}

/* FUENTES COLOR */
.fontBlack{	color: #000}
.fontGrey {	color: #888}
.fontRed {	color: #C5013b}
.fontBold {	font-weight:bold;}

/* MÁRGENES */
.margBot20 {	margin-bottom:	20px;}
.margBot40 {	margin-bottom:	40px;}

.margRight20 {	margin-right:	20px;}
.margRight40 {	margin-right:	40px;}
.margRight40 {	margin-right:	40px;}

.text-right { 	text-align:		right;}
.text-justify { text-align:		justify;}

.floatleft { float: left; margin: 0px 10px 5px 0px }
.floatright {float: right; margin: 0px 0px 5px 10px }

.aligncenter {float: none; display:block; margin: 0px auto 5px; text-align:center; }

/* CONTENEDOR */
.medio {		width: 45%; margin-right: 5%; float: left;}

/* MAILS AL REVES */
.rtl {
	direction:			rtl;
	unicode-bidi:		bidi-override;
}
/*	--------------------------------------------------	*/
/* GENERAL  POR ELEMENTOS								*/
/*	--------------------------------------------------	*/
a {
	color:				#C5013b;
	text-decoration:	none;
}
a:hover {
	color:				#000;
}
a:hover  img {
	opacity:			0.8;
	filter:				alpha(opacity=80);
}
a.red{
	color:				#C5013b !important;
}
a.red:hover {
	color:				#000 !important;
}
ul.black li a{
	color:				#000;
}
ul.black li  a:hover {
	color:				#C5013b;
}
sup {
	font-size: 			8px;
}
small {
	font-size: 			0.9em; 
	color: 				#888;
}
hr {
	display: 			block;
	height:				1px;
	border:				1px solid;
	line-height:		1px;
	margin:				10px auto 35px;
	color:				#eee;
	background-color:	#fff;
}
hr.roja {
	border:				5px solid;
	margin:				30px auto 35px;
	color:				#C5013B;
}
/*	--------------------------------------------------	*/
/* GENERALES											*/
/*	--------------------------------------------------	*/
.lineaDerecha {
	border-right:		1px solid #ddd;
	margin-right:		-1px;
}
.noBorde {
	border: 			0px !important;
}

/* ----------------------------------------	*/	
/* ----------------------------------------	*/	
/* TOP		 								*/	
/* ----------------------------------------	*/	
div.encabezado{
	padding-top:		10px;
}

/* Logo */
a.logo{
	background:			transparent url('../img/sprite-top.png') top left no-repeat;
	width:				195px;
	height:				80px;	
	float:				left;
}
a:hover.logo {
	opacity:			0.7;
	filter:				alpha(opacity=70);
}
a.logo span {
	display: 			none;
}
/* Información */
div.infoContacto{
	float:				right;
	text-align:			right;
	color:				#C5013b;
	font-weight:		bold;
	font-size:			13px;
	line-height:		13px;
}
div.infoContacto span.top-phone, div.infoContacto span.top-phone-link{	
	font:	 			normal 26px/1em Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing:		-3px;
}
div.infoContacto span.top-phone-link{
	display:			none;
}
.touch div.infoContacto span.top-phone-link{
	display:			block;
}
.touch div.infoContacto span.top-phone{
	display:			none;
}


a.english  {
	float:				right;
	display:			block;
	color:				#000;
	margin:				9px 0px -4px 0px;	
    font-size: 			13px;
    font-weight: 		bold;
	line-height:		18px;
	padding:			1px 8px 0 8px;
	border-right:		5px solid #c5013b;
	background:			url("../img/lang-link.jpg") no-repeat scroll -4px top #dedede;
}
a.english  span{
	background:			transparent url('../img/sprite-top.png') -208px 0px no-repeat;
	width:				24px;
	height:				18px;
	float: 				left;
	margin:				0px 5px 0px 0px;
}
.footer a.english  { background:none;}

/* ----------------------------------------	*/
/* ----------------------------------------	*/
/* ----------------------------------------	*/
/* MENU SECUNDARIO 							*/	
/* ----------------------------------------	*/
.containerMenuSecundario{
	float:				right;
	padding:			15px 0 0 0px;
}
.encabezado #menuSecundario{
	background-color: 	#C5C5C5;
	height:				25px;
	float:				right;
	margin-right: 		30px;
}
/* Imagenes de fondo Menu */
.encabezado #menuSecundario span.ms-image-left,
.encabezado #menuSecundario span.ms-image-right{
	background-image:	url('../img/sprite-top.png');
	background-repeat: 	no-repeat;
	width:				9px;
	height:				25px;
}
.encabezado #menuSecundario span.ms-image-left{
	background-position:-208px -49px;
	float:				left;
	margin-right:		5px;
}
.encabezado #menuSecundario span.ms-image-right{
	background-position:-220px -49px;
	float:				right;	
	margin-left:		5px;
}
/* Menu Secundario lista */
.encabezado #menuSecundario ul{
	list-style-type:	none;
	margin:				0;
	padding:			0px;
	float:				left;
}
.encabezado #menuSecundario li, .encabezado #menuSecundario li a{	
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	text-align:			left;
	color:				#FFF;
	text-decoration:	none;
	padding:			0;
}
.encabezado #menuSecundario li{
	display:			inline-block;
	display:			inline\9;
	margin:				0px 2px;
}
.encabezado #menuSecundario li a{
	display:			block;
	float:				left;
	padding:			5px;
	cursor:				pointer;
}
.encabezado #menuSecundario li a:hover{
	color:				#333;
}

.btnBuscador{
	background: 		#fff url('../img/sprite-top.png') -237px 0px no-repeat;
	width:				80px;
	height:				16px;
	font-size:			12px;
	color:				#999999;
	margin:				5px 0;
	padding:			0 0 0 15px;
	border:				0;
	vertical-align:		text-middle;
	float:				left;
}
/* ----------------------------------------	*/	
/* MENU PRINCIPAL  							*/
/* ----------------------------------------	*/
#menuPrincipal {
	z-index:			100;
	left: 				0px;
	padding: 			20px 0px 12px 0px;
	line-height:		12px;
	font-size: 			12px;
	font-weight: 		bold;
	float:				right;
	position:			relative;
}
#menuPrincipal > ul{min-width:767px;}
#menuPrincipal ul {
	background-color:	#C5013B;
	float: 				left;
	list-style-type: 	none;
	padding: 			0px 87px 0px 10px;
	margin:				0px;
}
#menuPrincipal ul li {
	position: 			relative;
	text-align: 		center;
	float: 				left;
	display: block;
	margin: 			0;
	padding: 			0;
}
#menuPrincipal ul li a {
	color: 				#FFFFFF;
	float: 				left;
	padding: 			5px 9px;
	text-transform:		uppercase;
	clear:				both;
}
#menuPrincipal ul li a:hover {
	color: 				#E8CCD4;
}
#menuPrincipal ul li ul{
	background-color:	transparent;
	margin:				0px;
	padding:			0px;
	position: 			absolute;
	left:				0px;
	top: 				21px;
	border:				1px solid #C5013B;	
	float: 				left;
	width:				165px;
	display:			none;
}
#menuPrincipal ul li ul li{						
	margin:				0px;
	padding:			0px;	
	width:				100%;
	clear:				both;
}
#menuPrincipal ul li ul li a{
	float: 				left;
	background-color: 	#F1F1F1;
	border-bottom:		1px solid #fff;
	padding:			6px 5%;
	width:				90%;
	text-align:			left; 
	font-size: 			11px;
	font-weight:		normal;
	text-transform:		none;
	color: 				#666666;	
}
#menuPrincipal ul li ul li a:hover{
	background-color: 	#ddd;
	color: 				#000;
}
/* Imagenes del Menu Principal */
#menuPrincipal span.mp-image-left,
#menuPrincipal span.mp-image-right{
	background-image:	url('../img/sprite-top.png');
	background-repeat: 	no-repeat;
	width:				11px;
	height:				22px;
}
#menuPrincipal span.mp-image-left{
	background-position:-207px -24px;
	float:				left;
}
#menuPrincipal span.mp-image-right{
	background-position:-220px -24px;
	float:				left;	
}
/* ----------------------------------------	*/	
/* BREADCRUMB  								*/
/* ----------------------------------------	*/	
#breadcrumbs  {
	color:				#846E74;
	font-size: 			10px;
	line-height:		10px;
	padding-left: 		5px;
	margin-bottom:		5px;
}
#breadcrumbs a {
	color:				#C5013B;
    margin-left: 		3px;
    margin-right: 		2px;
}
#breadcrumbs a:hover {
	text-decoration:	underline;
}
#breadcrumbs a.first {
    margin-left: 		0px;
}
/*	--------------------------------------------------	*/
/*	CABECERA 											*/
/*	--------------------------------------------------	*/
div.cabecera{
	background-color:	#c5c5c5;
	width:				100%;
	float:				left;
	height:				225px;
	margin-bottom:		20px;
	text-align: 		center;
	position:			relative; 
	z-index:			1;}


#cabecera div.container_22{
	position:			relative; 
	width: 				1000px; 
}
/* ----------------------------------------	*/	
/* SLIDE HOME  								*/
/* ----------------------------------------	*/	
#banners {
	margin:				0; 
	width: 				730px; 
	position:		 	absolute; 
	height: 			220px;
	left:				0px;
}
#banners .banner {
	display: 			block;
	top: 				0px;
	left: 				0px; 
	position: 			absolute; 
}
#banners .banner a:hover img {
	opacity:			1;
	filter:				alpha(opacity=100);
} 
#banners  .banner.current {
	z-index: 			2;
}
#banners a img {
	border-style: 		none;
}
/* Controles */
#banners ul#controls {
	list-style-type: 	none;
	margin:				0;
	padding:			0;
	z-index: 			10; 
	right: 				10px; 
	bottom: 			0px; 
	position: 			absolute;
}
#banners ul#controls li {
	padding-right: 		0px; 
	float: 				left; 
	padding-left:	 	0px; 
	background-image: 	url(../img/iconos/btn.gif); 
	background-repeat: 	no-repeat;
}	
#banners ul#controls li.active {
	background: 		url(../img/iconos/btn-over.gif) no-repeat;
}
#banners ul#controls li a {
	width:				13px; 
	height:				12px; 
	overflow: 			hidden; 
	margin-right: 		3px;  
	text-align: 		center; 
	display:			block;  
}
#banners ul#controls li a :hover {
	background: 		url(/btn-over.gif) no-repeat;
}
#banners ul#controls li a:focus{
	outline:			none;
}

/*	--------------------------------------------------	*/
/*	MENÚ LATERAL IZQUIERDO	GENERAL						*/
/*	--------------------------------------------------	*/
.menuLeft{
	background-color: 	#F1F1F1;
	color:				#000;
	position:			relative;
}
.menuLeft a{				
	color:				#fff;}
.menuLeft ul {
	list-style-type:	none;
	margin:				10px 0px 10px 0px;
	padding-bottom:		10px;
}
.menuLeft ul li{
	margin:				0px;
	padding:			0px;
}
.menuLeft ul li a{
	text-decoration:	none;
	display:			block;
	padding:			4px 10px;
	color:				#333;
	line-height:		12px;
	font-size:			11px;
}
.menuLeft ul li a:hover {
	background-color:	#e2e2e2;
}
.menuLeft span.menuTitle{
	font-weight:		bold;
	padding:			5px 10px;
	background-color:	#C5013B;
	color:				#FFF;
	display:			block;
	margin-bottom:		5px;
}
.menuLeft span.menuTitle a {
	color: 				#FFF;
	border-bottom:		1px dotted;	
}
.menuLeft span.menuTitle a:hover {
	color: 				#000;
}
.menuLeft ul span a:hover{
	text-decoration: 	underline;
}
.menuLeft strong {
	display: 			block;
	padding: 			10px 0px 0px 10px;
}

/*	--------------------------------------------------	*/
/*  CONTENIDO PRINCIPAL	GENERAL							*/
/*	--------------------------------------------------	*/
.contenidoPrincipal{
	line-height:		1.5em;
}
.container_22 > h1 {	
	margin-left:		10px;
}
.contenidoPrincipal h1,
.contenidoPrincipal h2 {	
	letter-spacing: 	-1px;
	line-height:		1em;
}

.contenidoPrincipal h1 {	
	font-size: 			26px;
	color: 				#C5013B;
	margin-bottom:		20px;
}
.contenidoPrincipal h1 span{	
	display:			block;
	font-size:			16px;
	color:				#888;	
}
.contenidoPrincipal h2	{
	margin:				30px 0px 15px;
	font-size: 			18px;
	color: 				#C5013B;
}
.contenidoPrincipal h2 span {
	display:			block;
	font-size:			12px;
	font-weight: 		normal;
	color:				#666;
	text-transform:		none;
}
.contenidoPrincipal  h2.apartados {	
	color: 				#FFF;
	background-color:	#C5013B;
	font-size:			1.2em;
	padding: 			6px 0px 5px 13px;
	text-transform:		uppercase;
	letter-spacing: 	0px;	
}
.contenidoPrincipal  h2.apartados.grey {	
	background-color:	#bbb;
}

.contenidoPrincipal h3 {	
	color:				#000;
	font-size: 			15px;
	letter-spacing: 	-1px;
	margin:				20px 0px 10px;
}
.contenidoPrincipal h3.apartados {	
	color:				#FFF;
	background-color:	#aaa;
	font-size: 			1em;
	letter-spacing: 	0px;
	padding: 			2px 0px 2px 5px;
	text-transform:		uppercase;	
}
.contenidoPrincipal h3 span{	
	display:			block;
	font-size:			12px;
	color:				#888;	
	letter-spacing: 	0px;
	font-weight:		normal;
}
.contenidoPrincipal h4 {	
	color:				#C5013B;
	font-size: 			13px;
	letter-spacing: 	-1px;
}
h4{
	font-size:			12px;
	margin:				0px 0px 10px 0px;
}
h5{
	font-size:			12px;
	font-weight:		bold;
	margin:				0px 0px 5px 0px;
}
.contenidoPrincipal p {	
	margin-bottom:		20px;
}
.contenidoPrincipal a {	
	color:				#C5013B;
	border-bottom:		1px dotted;
}
.contenidoPrincipal a:hover {
	color:				#000;
}
.contenidoPrincipal ul {
	margin-bottom:		20px;
}	
.contenidoPrincipal ul li{
	background:			url(../img/iconos/cuad-rojo.gif) no-repeat 13px 5px;
	padding-left:		25px;
	margin-top:			4px;
	margin-bottom:		4px;
}
.contenidoPrincipal ul.listaNeutra li {
	background-image:	url(../img/iconos/cuad-gris.gif);
}
.contenidoPrincipal ul li ul{
	margin:				10px 20px 15px;
}	
.contenidoPrincipal ul li ul li {
	background:			url(../img/iconos/dot-rojo.gif) no-repeat 5px 5px;
	padding-left:		15px;
	margin-bottom:		5px;
}
.contenidoPrincipal ul li ul li ul{
	margin:				5px 10px 15px;
}	
.contenidoPrincipal ul li ul li ul li {
	background:			url(../img/iconos/dot-gris.gif) no-repeat 0px 3px;
	padding-left:		10px;
	margin-bottom:		5px;
}

.contenidoPrincipal span.title {
	display: 			block;
	letter-spacing:		-1px;
	font-size:			1.2em;
	font-weight:		bold;
	background-color:	#ddd;
	margin:				0px 0px 10px 0px;
	padding:			4px 10px;
	text-transform:		uppercase;
}
/* ----------------------------------------	*/
/* ----------------------------------------	*/
/* ----------------------------------------	*/	
/* FOOTER	 								*/
/* ----------------------------------------	*/	
.push{
	height:				160px;
}
.footer{
	height:				145px;
}
.footer{
	background-color:	#c5013b;
	margin:				0px;
	margin-top:			40px;
	padding-top:		15px;
	float: 				left;
	width:				100%;
	color:				#fff;
	line-height:		18px;
}
.footer a{
	color:				#fff;
	border-bottom:		1px dotted #fff;
}
.footer a:hover{
	color:				#000;
	border-color:		#000;
}
.footer .container_22 strong{
	text-transform:		uppercase;
	color:				#fff;
}
.footer a.english {
	border: 			none;
}
/* Menú del FOOTER */
#menuFooter {
	float: 				left;
}
#menuFooter ul{
	float: 				left;
	margin:				0px 0px 20px;
}
#menuFooter ul li{
	float: 				left;
}
#menuFooter ul li a{
	float: 				left;
	margin: 			5px 10px;
	font-size: 			11px;
	font-weight:		bold;
	text-transform:		uppercase;
}
#menuFooter ul li:first-child a{
	margin-left: 		0px;
}
/* Links Sociales */
#sociaLinks ul {
	float: 				left;	
	line-height:		12px;
}
#sociaLinks ul li {
	float: 				left;
}
#sociaLinks ul li a{
	background-color: 	#C5013B;
    border: 			1px solid #D76083;
    border-radius: 		11px 5px 11px 5px;
	box-shadow: 		0 0 2px #640C18;
    color: 				#f0ced8;
    float: 				left;
    font-size: 			10px;
    font-weight: 		bold;
    margin: 			3px 2px 0 0;
    padding: 			4px 7px;
}
#sociaLinks ul li a:hover{
	color:				#fff;
	background-color: 	#ae0335;
	box-shadow: 		0 0 5px #640C18;
}
/* UNIVERSIA */
a.universia {
	background:			transparent url('../img/sprite-top.png') -238px -17px no-repeat;
	padding:			3px 0px;
	margin:				7px 0px 0px 0px;
	width:				96px;
	height:				13px;
	float: 				left;
	border:				none;
}
a.universia span{
	display:			none;
}

/*	--------------------------------------------------	*/
/*	COLUMNA DERECHA										*/
/*	--------------------------------------------------	*/
.columnaDerecha{
	color:				#333;
	line-height:		18px;
	font-size:			11px;
	line-height:		1.2em;
	padding-top:		60px;
}
.columnaDerecha  a{
	color:				#333;
	padding-left: 		2px;
	padding-right: 		2px;
}
.columnaDerecha  a:hover {
	background-color:	#EDEDED;
}
.columnaDerecha  p, 
.columnaDerecha  ul,
.columnaDerecha  > span{
	margin-bottom:		10px;
}
.columnaDerecha  .video {
	padding:			4px;
	border:				1px solid #ccc;
	margin-bottom:		20px;
}
.columnaDerecha h2 {
	font-size:			1.4em;
	margin-top:			20px;
	margin-bottom:		10px;
	line-height:		1em;
	letter-spacing:		-1px;
}
.columnaDerecha h3 {	
	color:				#C5013B;
	font-size: 			16px;
	letter-spacing: 	-1px;
	margin-bottom:		10px;
}
/* Columna derecha - bloque */
.columnaDerecha .bloque{
	margin-bottom:		15px;
	background:			#F1F1F1 url(../img/sprite-horizontal.png) no-repeat 0px 0px;
	padding-top:		20px;
}
.columnaDerecha  .bloque a{
	border-bottom:		1px dotted;
}
.columnaDerecha  .bloque a.icono{
	border-bottom:		none;
}
.columnaDerecha .bloque p, 
.columnaDerecha .bloque ul,
.columnaDerecha .bloque h2, 
.columnaDerecha .bloque h3,
.columnaDerecha .bloque h4,
.columnaDerecha .bloque img,
.columnaDerecha .bloque > span{
	padding:			0px 13px;
	letter-spacing:		0px;
}
.columnaDerecha .bloque h2{
	font-size: 			1.6em;
}
.columnaDerecha .bloque h3{
	font-size: 			15px;
	color: 				#333;
}
.columnaDerecha .bloque h4{
	color: 				#333;
}
.columnaDerecha .bloque > span{
	padding:			0px 13px;
	margin-bottom:		10px;
	display:			block;
	font-weight:		bold;
	text-transform:		uppercase;
}
.columnaDerecha .bloque ul li{
	background:			url(../img/sprite-icono-20.png) no-repeat 0px -444px;
	/* border-bottom: 		1px solid #fff; */
	padding-bottom:		7px;
	padding-left:		0px;
	margin-bottom:		5px;
}
.columnaDerecha .bloque ul li a{
	display: 			block;
}
.columnaDerecha .bloque ul li a:hover{
	background-color: 	#ddd;;
}
.columnaDerecha .bloque ul > span{
	padding-top:		10px;
}
.columnaDerecha .bloque ul li ul{
	padding:			0px;
	margin-top:			12px;
}
.columnaDerecha .bloque ul li ul li{
	background-image:	none;
	padding:			0px;
	border:				none;
}
.columnaDerecha .bloque ul li ul > span{
	margin-top:			20px;
}
.columnaDerecha .bloque ul.listaIconos{
	padding:			0px;
}
.columnaDerecha .bloque ul.listaIconos li{
	background-image:	none;
	padding:			0px;
}

.imagenInferiorMenuDerecha {
	background:			url(../img/sprite-horizontal.png) no-repeat -260px 0px;
	height:				19px;
}
/* WIDGET TWITTER */
.twitterWidget {
	margin:				30px 0px;
}
.twitterWidget a{ 
	padding:			0px;
}

/* IMAGEN LINK DERECHA*/
.columnaDerecha  a.imagenLink   {
	display: 			block;
	text-align: 		center;
	border: 			none;
	padding:			5px 0px;
}
.columnaDerecha  a.imagenLink img{
	display: 			block;
	margin:				0 auto 5px;
}
/* IMAGEN LINK DERECHA BORDER*/
.columnaDerecha a.borderLink {
	display: 			block;
	text-align: 		center;
	border-bottom:		5px solid #fff;
	padding-bottom:		5px;
}
.columnaDerecha  a.borderLink img{
	display: 			block;
	margin:				0 auto 5px;
}
.columnaDerecha  a.borderLink:hover{
	background-color:	transparent;
	border-bottom-color:#C5013B;
}
/*  LISTAS CON FLECHA GRIS  */
.columnaDerecha  a.flecha {
	background: 		url("/themes/2011/img/iconos/flecha-gris.gif") no-repeat scroll 10px 7px #F7F7F7;
    border-bottom: 		1px solid #E8E8E8;
    border-radius: 		30px 5px 30px 31px;
    border-top: 		1px solid #FCFCFC;
    box-shadow: 		0 0 10px #CCCCCC;
    color: 				#555555;
    display: 			block;
    font-weight: 		normal;
    line-height: 		17px;
    margin: 			0 5px;
    padding: 			6px 0 6px 30px;
}
.columnaDerecha a.flecha:hover {background: url(/themes/2011/img/iconos/flecha-roja.gif) 10px 6px no-repeat #fdfdfd; color:#111;  box-shadow: 0 0 5px #acacac;}


/* ------------------------------------------ */
/* ------------------------------------------ */
/* LINKS GRISES PARA LISTAS LARGAS*/
ul.greyLink li{
	margin-bottom:		5px;
	background-position:0px 4px;
	padding-left:		10px;
}
ul.greyLink a{
	color: 				#333;
	font-weight: 		normal;	
	display: 			block;
	border-color:		#aaa;
}
ul.greyLink > a,
ul.greyLink > strong{
	border:				none;
	margin-bottom:		0.5em;
	display: 			block;
}
ul.greyLink a:hover{
	background-color: 	#ddd;
	color: 				#000;
}
/* LISTAS SIN TABULACION */
ul.noMargin {
	padding-left:		0px;
	margin-left:		0px;
}
ul.noMargin li{
	background-position:0px 7px;
	padding-left:		15px;
	margin-bottom:		5px;
}
ul.noMargin.greyLink li{
	background-position:0px 4px;
}
/* LISTAS SIN CUADRADITOS */
ul.noImage li{
	background-image:	none !important;
	padding-left:		0px;
	margin-bottom:		5px;
}
ul.noImage li a:first-child{
	margin-left:		0px;
}
ul.noImage li a{
	margin-left:		15px;
}
ul.noImage li img{
	margin-right:		8px;
	margin-top:			7px;
	float: 				left;
}
ul.noImage.miniFont  li img{
	margin-top:			4px;
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* LINKS CON ICONOS GRANDES DE PDF, FORMULARIOS, ETC... */
/* ---------------------------------------------------- */
/* LINK PDF */
a.icono {	
	color:				#555;
	font-weight: 		normal;
	display:			block;
	margin:				5px 0px;
	border:				none;
	padding:			10px 5px 0px 45px;
	min-height:			35px;	
	max-height:			55px;	
	overflow:			hidden;
	line-height:		18px;
	background:			#f5f5f5 url(../img/sprite-icono.png) no-repeat 5px 5px;
}
a.icono.pdf	{		background-image:  	url(../img/iconos/icon-pdf.gif);}
a.icono.formulario{	background-image:  	url(../img/iconos/icon-form.gif);}
a.icono.doc	{		background-image:  	url(../img/iconos/icon-doc.gif);}
a.icono.mail{		background-image:  	url(../img/iconos/icon-mail.gif);}
a.icono.download{	background-image:  	url(../img/iconos/icon-download.gif);}
a.icono.foto{		background-image:  	url(../img/iconos/icon-foto.gif);}
a.icono.mov{		background-image:  	url(../img/iconos/icon-mov.gif);}
a.icono.mp3{		background-image:  	url(../img/iconos/icon-mp3.gif);}
a.icono.blog{		background-image:  	url(../img/iconos/icon-blog.gif);}
a.icono.plus{		background-image:  	url(../img/iconos/icon-plus.gif);}
a.icono.ppt{		background-image:  	url(../img/iconos/icon-ppt.gif);}
a.icono.book{		background-image:  	url(../img/iconos/icon-book.gif);}
a.icono:hover {	

	background-color:	#e2e2e2; 
	color:				#000;
}
.columnaDerecha  a.icono {	
	background-position:10px 5px;
}
.columnaDerecha  .bloque a.icono {	
	background-color:	transparent;		
}
.columnaDerecha  .bloque a.icono:hover {	
	background-color:	#e2e2e2; 
}

.menuLeft  a.icono{
	background-position:6px 10px;
	padding:			7px 5px 10px 42px ;
	line-height:		13px; 
	border-top:			1px dotted #ddd;
	border-bottom:		1px solid #ddd;
	color:				#666;
	font-size: 			0.9em;
}

/* Link destacado */
.destacadoLetras, .destacadoLetrasAzul, .destacadoPolitecnica {	
	width: 				100%;
	padding: 			10px 0px; 
	text-align: 		center; 
	background-color: 	#ddd; 
	color:				#ccc; 
	font-size: 			1.3em;
	line-height:		1.3em;
	font-weight:		bold;
	display: 			block;
	margin:				5px 0px 15px;
}
.columnaDerecha .destacadoLetrasAzul{
	background-color:	#73b4df;
	color:				#fff !important;}
.columnaDerecha .destacadoLetrasAzul:hover{
	background-color:	#5096c4;
}
.columnaDerecha .destacadoPolitecnica{
	background-color:	#6b300d;
	color:				#f1f1f1 !important;
}
.columnaDerecha .destacadoPolitecnica:hover{
	background-color:	#5c2c0f;
	color:				#fff !important;
}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* BOTÓN PASAPORTE NEBRIJA	Y MUJER EMPRENDEDORA						    */
/* ---------------------------------------------------- */
a.mujerEmprendedora {
	background:			transparent url('/images/botones/boton_mujer_emprendedora.png') top left no-repeat;
	}
	
a.pasaporteNebrija {
	background:			transparent url('/images/botones/boton_pasaporte_nebrija.png') top left no-repeat;
	}	
	
a.mujerEmprendedora, a.pasaporteNebrija {
	width:				115px;
	height:				81px;
	display:			block;
	position:			absolute;
	margin-top:			-45px;
}
a.mujerEmprendedora:hover, a.pasaporteNebrija:hover {
	background-position:0px -80px;
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* LINKS CON ICONOS PLANOS 								*/
/* ---------------------------------------------------- */
h2.ico-carrera {		
	margin:				0px;
}
h2.ico-carrera a{
	display: 			block;		
	padding:			7px 0px;	
	border-bottom:		1px solid #dedede;	
	margin:				0px;
}
h2.ico-carrera span{
	display: 			inline-block;
	height:				25px;	
	width:				30px;
	background:			transparent url(../img/sprite-carreras.png) no-repeat 0px 0px;
	vertical-align:		middle;
}
.ico-carrera span.ico-video{ 	background-position: 0px 0px;}
.ico-carrera span.ico-blog{ 		background-position: 0px -30px;}
.ico-carrera span.ico-reclamo{ 	background-position: 0px -60px;}


/* LINK MINI ICONO PDF */
a.miniIconoPdf,
a.miniIconoMail,
a.miniIcono{
	display:			block;
	margin:				0px;	
	line-height:		14px;
	color:				#333;
	margin:				0px 0px 10px 0px;
	border: 			none;
}
.columnaDerecha .bloque a.miniIcono img,
.columnaDerecha .bloque a.miniIconoPdf img{
	padding: 			0px 2px 0px 10px;}
a.miniIconoMail{
	background:			url(../img/iconos/mail-mini.png) no-repeat 3px 3px;
	padding: 			6px 0px 6px 27px !important;}
a.miniIconoPdf{
	background:			url(../img/iconos/pdf-mini.gif) no-repeat 3px 3px;
	padding: 			4px 10px 5px 23px;}
a.miniIcono{
	padding:			3px 10px 7px 4px;
}
a.miniIcono img{ 
	vertical-align:middle;
}
a.miniIconoPdf:hover,
a.miniIcono:hover {	
	background-color:	#e2e2e2; 
	color:				#000;
}
a.iconoInline{display: inline-block; *display: inline; zoom: 1;
}
.columnaDerecha > a.miniIconoPdf,
.columnaDerecha > a.miniIcono{
	margin-left:		13px;
}
.columnaDerecha  a.miniIconoPdf,
.columnaDerecha  a.miniIcono{
	border:				none;
}
.menuLeft  a.miniIcono{
	margin: 0;
}

/* LINKS SOLO PDF sin texto. */
a.soloPdf {
	float:				left;
	margin:				0px 10px 0px 0px;
	height:				35px;
	width:				30px;
	text-decoration:	none;
	background:			url(../img/iconos/icon-pdf.gif) no-repeat 0px 0px;
	border:				none;
}
a.soloPdf span{
	display:			none;
}
table.tablaCentral tbody a.soloPdf {
	float:				none;
	display: 			block;
	border:				none;
	margin:				0px auto 5px;
}
/* RESALTADO ROJO */
.fondoRojo {
	font-size:			0.8em;
	letter-spacing:		1px;
	border:				none;
	background-color:	#C5013B;
	color:				#fff;
	text-align:			center;	
	line-height:		1em;
	padding:			0.2em 0.8em;
}

/* LINKS FONDO ROJO */
a.linkBig{
	border:				none;
	font-size:			16px;
	font-weight:		bold;
	line-height: 		22px;
	background-color:	#C5013B;
	color:				#fff;
	margin-bottom:		10px;
	display: 			block;
	text-align:			center;	
}
a.linkBig.icono:hover,
a.linkBig:hover{
	background-color:	#E00D49;
	color:				#F7C3D2;
}
a.linkBig.icono{
	background-position:5px 5px 
}
/* Link Fondo rojo */ 
a.fondoRojo,
a.fondoAzul {
	background-color:	#C5013B;
	display:			block;
	color:				#FFF !important;	
	padding:			5px 10px;
	margin-bottom: 		15px;
	line-height:		1.2em;
	text-align:			center;
}
a.fondoAzul {
	background-color: 	#73B5E0;
}
a:hover.fondoRojo {
	background-color:	#E00846;	
}
a:hover.fondoAzul {
	background-color:	#8AC5EA;	
}
a.fondoRojo strong,
a.fondoAzul strong{
	font-size:			1.2em;
	line-height:		1.3em;
	display:			block;
}
a.fondoRojo img{
	vertical-align:		middle;
}
a.fondoRojo small,
a.fondoAzul small{
	color:				white;
}
/* LINK BANNERS CENTRADO CON IMAGEN */ 
a.linkBanner {
	display: 			block;
	margin:				0px auto 6px;
	padding:			4px 0px;
	clear:				both;
	text-align:			center;
	background-color:	transparent;
}
a.linkBanner:hover {
	background-color:	transparent;
}
a.linkBanner img{
	display: 			block;
	margin:				0px auto;
	clear:				both;
}


/* -------------------------------------------- */
/*  ------------------------------------------- */
/*  CAJAS CONTENEDORAS							*/
/*  -------------------------------------------	*/
/* MENU ESPECIAL */
.menuEspecial{
	color:				#000;
	margin:				0px 0px 20px;
}
.menuEspecial ul{
	border:				1px solid #ddd;
	list-style-type:	none;
}
.menuEspecial span.flecha{
	background: 		#efefef url(../img/iconos/arrow-right.png) no-repeat center -2px;
	display:			block;
	color:				#333;
	height:				30px;
	padding: 			0px 10px;
	text-transform:		uppercase;
	font-size:			14px;
	line-height:		28px;
	font-weight:		bold;
	margin:				0px;
}
.menuEspecial ul li a {
	text-decoration:	none;
	display:			block;
	padding:			4px 10px;
	color:				#333;
	line-height:		12px;
	font-size:			11px;
	border:				none;
}
.menuEspecial ul li a:hover{
	background-color:	#d3d3d3;
}

/* CUADRO RESUMEN */
div.cuadroResumen { 	
	background-color: 	#efefef; 
	padding-bottom: 	10px;
	margin:				0px 0px 20px;
	line-height:		1.2; 
	text-align: 		justify;
}

div.cuadroResumen h2 { 	
	font-size: 			1.4em; 
	background-color: 	#C5013B; 
	color: 				#fff !important; 
	padding: 			5px 13px; 
	margin: 			0px 0px 10px;
}
div.cuadroResumen p{ 	
	padding: 			0px 13px; 
}
div.cuadroResumen strong{ 	
	color: 				#000; 
	display: 			block; 
	font-size: 			1.1em;
}
div.contenidoPrincipal div.cuadroResumen p,
div.contenidoPrincipal div.cuadroResumen ul li{ 	
	font-size: 			0.9em; 
}
div.contenidoPrincipal div.cuadroResumen ul li{ 	
	background-position:13px 4px;
	line-height:		1em;
}
div.columnaDerecha .cuadroResumen  ul {
	padding:			0px 13px;
}

/*  CAJA GRIS CONTENEDOR */
div.cajaGrey {
	background-color:	#eee;	
	padding:			20px 25px 10px 25px;
	min-height:			150px;
	margin-bottom:		20px;
}
div.cajaGrey a {
	color:				#000;	
}
div.cajaGrey h2 {
	color:				#333;
	text-transform:		uppercase;
	margin:				0px 0px 20px 0px;
}
div.cajaGrey a:hover {
	background-color:	#ccc;	
}
/*  CAJA CARGOS */
.cajaCargos {
	font-size:			0.9em;  
	line-height:		1.4em;
	margin:				20px 0px 20px;
	border-top:			1px solid #ddd;
	padding-top:		10px;
}
.cajaCargos h2{
	font-size:			1.6em;  
	color:				#333;
	margin:				0px 0px 8px;
}
.cajaCargos p{
	margin-bottom: 		5px;
}
.cajaCargos strong{
	font-size:			1.2em;   
	color:				#333;
	font-weight: 		bold;
	display: 			block;
	margin-bottom: 		0px;
}
.cajaCargos span{
	color: 				#888;
	display: 			block;
	font-weight: 		normal;
	margin-bottom: 		8px;
}
.cajaCargos a{
	color: 				#666;
}

/* 	CAJAS BORDE */
.borde,
.bordeburdeos,
.borderojo{			
	border: 			1px solid;	
	padding: 			10px 15px 10px;
	margin: 			10px 0px 20px 0px;
}
.borde {			border-color: #CCCCCC;}
.bordeburdeos {	border-color: #BA122B;}
.borderojo {		border-color: #C5013B;}
.borde h2,
.bordeburdeos h2,
.borderojo  h2,
.bordeLeft h2 {	
	margin-top:			10px;
	margin-bottom:		10px;
	font-size:			1.5em;
}
.borde  h2,
.borde  h3{		color: 	#333;}
.borderojo  h2{	color: 	#C5013B;}

/* 	CAJAS MINI BORDE */
.miniBorde {
	padding: 			5px;
	border:				1px solid #999;
	background-color: 	#fff;
}


/* ------------------------------------------ */
/* COLUMNA DERECHA - CAJAS
/* ------------------------------------------ */
/* COLUMNA DERECHA  BORDE */ 
.columnaDerecha .borde{
	padding:			0px 0px 10px 0px;
}
.columnaDerecha .borde p{
	padding:			5px 13px;
}
.columnaDerecha .borde span {
	font-weight:		bold;
	padding:			6px 13px; 
	display: 			block;
	background-color:	#f3f3f3;
	text-transform:		uppercase;
	margin-top:			0px;
}
.columnaDerecha .borde h2{
	padding:			6px 13px; 
	background-color:	#999;
	color:				#fff;
	margin-top:			0px;
	letter-spacing:		0px;
}
.columnaDerecha .borde a{
	margin:				0px;
}
/*  COLUMNA DERECHA - CAJA CARGOS */
.columnaDerecha .cajaCargos {
	font-size:			1em; 
}

/*  COLUMNA DERECHA - CAJA GRIS CONTENEDOR */
.columnaDerecha div.cajaGrey {
	padding:			20px 13px 10px;
}
.columnaDerecha div.cajaGrey h2 {
	margin:				0px 0px 10px 0px;
}

/*  COLUMNA DERECHA - MENU PESTAÑAS */
.columnaDerecha .AccordionPanelTab {
	background-position:5px 3px;
	padding-left:		30px;
}

/* ------------------------------------------ */
/* OTROS ESTILOS GENERALES 					 */
/* ------------------------------------------ */

/* NOTA */
p.note {
	border-top:			1px solid #ddd;	
	font-size: 			11px;
	line-height:		14px;
	color:				#aaa;
	margin:				20px 25px 10px;
	padding-top:		10px;
	display:			block;
}
p.note  strong{
	font-size: 			12px;
	font-style:			normal;
	color:				#aaa;
}
p.note  a{
	color:				#aaa;
}

/* TEXTOS COLORES  */
.textoComunGris {
    color: 				#999999;
    font-family: 		Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 			11px;
    letter-spacing: 	-1px;
}
/* ---------------------------------------------------- */
/*  -------------------------------------------------- 	*/
/* PAGINAS DE FANCYBOX                             		*/
/*  -------------------------------------------------- 	*/
#contenedorFancy {
	min-width:			500px;
	width:				830px;
	margin:				0px;
	padding: 			0px;
}
#contenedorFancy div.contenidoFuncy{
	display:			block;
	margin: 			0px auto;
	width:				90%;
}

/*	--------------------------------------------------	*/
/*	MINI FORMULARIO (estilo a eliminar cuando se renueve todo) */
/*	--------------------------------------------------	*/
div.miniFormulario {
	float:				right;	
}
div.miniBloque {
	float:				left;
	width:				500px;	
}

/*	--------------------------------------------------	*/
/*	FORMULARIO FINAL IFRAME		    					*/
/*	--------------------------------------------------	*/
iframe.formularioFinal{
	margin-left:		-20px;}
	
/*	--------------------------------------------------	*/
/*	FORMULARIO SOLAPA IFRAME							*/
/*	--------------------------------------------------	*/
iframe#marco {
	height:				41px; 
	width:				192px; 
	position:			absolute; 
	z-index:			10000; 
	left: 				4px; 
	top: 				185px; 
}

/*	--------------------------------------------------	*/
/*	CARATULAS (imagenes con link)						*/
/*	--------------------------------------------------	*/
div.caratulas a{
	float: 				left;
	margin:				0px 25px 10px 0px;
	text-align: 		center;
	color:				#666;
	line-height:		1em;
	padding:			0px 0px 10px;
	border:				none;
	font-weight:		normal;
	text-transform:		uppercase;
	width:				170px;
}
div.caratulas a img{
	display: 			block;
	margin:				0px auto 0px;
}

/*	PORTADA REVISTA NUESTRA NUMEROS ANTERIORES			*/
.contenidoPrincipal div.portada a{
	margin-right:0px;
}

/*	MINICARATULAS						*/
div.minicaratulas a{
	float: 				left;
	margin:				0px 10px 10px 0px;
	width:				100px;	
	text-align: 		center;
	color:				#666;
	line-height:		1em;
	padding:			5px 0px 5px;
	border:				none;
	font-weight:		normal;
	font-size:			0.9em;
	text-transform:		uppercase;
}
div.minicaratulas a img{
	display: 			block;
	margin:				0px auto 0px;
	width:				90px;
	height:				90px;
}
/*	MEDIOCARATULAS						*/
.contenidoPrincipal div.mediocaratulas a{
	width:				140px;
	margin:				0px 10px 10px 0px;
}
.contenidoPrincipal div.mediocaratulas a img{
	width:				140px;
	height:				140px;
}

/* ----------------------------------------	*/	
/* ----------------------------------------	*/	
/* NOTICIAS Y PARRILLA NOTICIAS				*/	
/* ----------------------------------------	*/	
.parrillaNoticias {
	margin:				15px auto 10px;
}
.parrillaNoticias a{
	background:			url(../img/iconos/arrow-noticia.png) right 3px no-repeat;
	color:				#333;
	font-weight:		normal;
	display: 			block;
	padding:			5px 35px 5px 8px;
	border-bottom:		none;
	background-color:	#f4f4f4;
	margin:				5px 0px;
	position:			relative;
	height:				68px;
	overflow:			hidden;
}
.parrillaNoticias img{
	padding:			8px;
	background-color:	#fff;
	margin-right:		10px;
}
.parrillaNoticias a:hover{
	background-color:	#d5d5d5;
}
.parrillaNoticias a .noticiaTexto {
	vertical-align:		middle;
}
/* PÁGINA DE NOTICIA*/
.cuerpoNoticia  span.fechaNoticia {
	font-size:			0.9em;
	color:				#666;
}

/* ESPECIAL BANNER PLAZO INSCRIPCION */
#home #especial-banners {
	position:			absolute;
	right:				0px;
	top:				-15px;
	z-index:			3;
}
#especial-banners {
	background: 		transparent url(../img/home/fondo-cabecera.png) top left no-repeat; 
	width:				175px;
	height:				145px;
	padding:			100px 45px 20px 50px;
	color:				#fff;
	display: 			block;
}
#especial-banners ul,
#especial-banners ul li{
	margin:				0px;
	padding:			0px;
	line-height:		1em;
	text-align:			left;
}
#especial-banners ul li a{
	color:				#fff;
	font-size:			12px;
	line-height:		1em;
	padding:			3px 5px 3px;
	text-transform:		uppercase;
	background-color:	#000;
	display: 			block;
	margin-bottom:		6px;
	border: 			none;
}
#especial-banners ul li a:hover{
	background-color:	#222;
}

/* PAGINA DE RESULTADOS DE BUSQUEDA */
#resultadoBusqueda  a .l,
#resultadoBusqueda  a.f,
span.b a{
	color:				#C5013B;
	border-bottom:		1px dotted;
}
#resultadoBusqueda  a:hover .l,
#resultadoBusqueda  a:hover.f,
span.b a:hover {
	color:				#F4356B;	
	border-bottom:		none;
}
#resultadoBusqueda  center p{
	display: 			none;
}
#resultadoBusqueda  td.s font{
	color: 				#666;
}
#resultadoBusqueda table tr td font a{
	display: 			none;
}
#resultadoBusqueda > table > tbody > tr > td {
	display: 			none;
}


/* PAGINA DE CONVENIOS EMPRESAS */

.logos img{
		float:left;
		margin-left:20px;
		margin-bottom:15px;
}

.logosCenter img {
		margin-left:15px;
		margin-bottom:20px;
}
