/****************************************************************************************
*****************************************************************************************
RESET CSS
Basado en el reset.css de Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*****************************************************************************************
*****************************************************************************************/
html{
font:12px/16px Arial, Helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
outline: 0;
padding: 0;
margin: 0;
border: 0;
}
/*apartamos las tablas del vertical-align: baseline; se desmaquetan demasiados elementos que no lo tenían en cuenta*/
html, body, div, span, applet, object, iframe, caption,
del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
background: white;
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* Limpiamos los headings de estilo para usarlos según diga SEO sin alterar el diseño */
h1, h2, h3, h4, h5, h6{
font-weight: normal;
font-style: normal;
} .contpri, .contpriAmplio{
/*width:762px;*/
text-align:left;
background-color:white;
padding:8px 6px 0px 8px;
}
.contpri{width:990px; padding-top:20px;}
/*Typos de error404 */ 
.qbuscas,.ibsep {
font:bold 13px arial;
display:block;
color:#FFF;
margin:4px 7px;
}
.ibusqueda {
font-family:arial;
display:table-cell;
float:left;
font-size:12px;
}
.segmentos {
top:1px;
position:relative;
}
.activo {
background-color:#829ab5;
padding:2px 25px;
}
.imts {
border-right:1px solid #dbdbdb;
}
.activo a {
color:#FFF;
font:bold 15px arial;
text-decoration:none;
}
.na {
border:1px solid #dbdbdb;
background:#FFF url(/emag_users/commons/images/fondonoactivo.gif) repeat-x bottom;
border-width:1px 0 0;
padding:5px 7px;
}
.nap {
background:#FFF url(/emag_users/commons/images/fondonoactivo.gif) repeat-x bottom;
border:2px solid #039;
border-width:2px 2px 0;
padding:5px 7px;
}
.na a,.nap a {
font:bold 13px arial;
color:#ff8400;
text-decoration:none;
}
.nap a {
color:#039;
}
.tsearch {
font-size:9px;
color:#fff;
vertical-align:bottom;
padding:6px 0 0 10px;
}
.tsearch a {
font-size:9px;
color:#fff;
}
.bbuscar {
width:100px;
display:table-cell;
float:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:0 0 0 10px;
}
fieldset {
border:0;
display:table;
}
.sharebutton {
vertical-align:middle;
}
.segmentos td,.cjasbus {
white-space:nowrap;
}
/*ZIZ: bloque contenedor*/ 
.ziz{float:left;width:685px; display:inline; margin-left:10px;}
/*ZDE: bloque contenedor*/
.zde{float:right;width:215px; display:inline; margin-right:10px;}
/*
=====================================================
NUEVO CSS
=====================================================
*/
#header{
min-width:990px;
padding-top:5px;
}
#header #logo_container{
width:990px;
height:24px;
}
#header.home #logo_container{
height:50px;
}
#header #logo_container #logo{
float:left;
display:inline;
margin-left:40px;
}
#header.home #logo_container #logo{
/*width:267px;*/
float:left;
}
#header.home #logo_container #logo img{
display:block;
float:left;
}
#header #logo_container #logo a{
text-decoration:none;
}
#header #logo_container #logo img{
float:left;
}
#header #logo_container #logo #logo_moto{
color:#a1a1a1;
padding:5px 0 0 5px;
float:left;
}
#header.home #logo_container #logo #logo_moto{
color:#a1a1a1;
padding:5px 0 0 5px;
clear:both;
text-align:right;
display:block;
float:none;
}
#header.home #logo_container #logo #logo_moto{
line-height:12px;
}
#header #logo_container #acceso_centros{
float:right;
line-height:20px;
color:#003399;
}
#header #segments{
list-style:none;
overflow:auto;
margin:6px 0 0 0;
padding:0 0 0 40px;
width:950px;
}
#header #segments li{
overflow:hidden;
float:left;
background:url(/emag_users/commons/images/headertag.png) no-repeat left -25px;
height:25px;
padding:0 0 0 3px;
margin-right:2px;
}
#header #segments li a{
text-decoration:none;
background:#FFF url(/emag_users/commons/images/headertag.png) no-repeat right -25px;
color:#000;
display:block;
float:left;
padding:7px 13px 3px 11px;
height:15px;
}
#header #segments li.selected{
background-position:left top;
}
#header #segments li.selected a{
background-position:right top;
color:#FFF;
font-weight:bold;
}
#header #segments li.miemagister{
float:right;
margin-right:0;
}
#header #mainbar{
height:40px;
background:url(/emag_users/commons/images/cabecerabg.png) repeat-x;
}
#header.home #mainbar{
height:62px;
padding-top:15px;
background:url(/emag_users/commons/images/cabecerabg_home.png) repeat-x;
}
#header #mainbar #mainbar_in{
width:950px;
padding:8px 0 0 40px;
color:#FFF;
position:relative;
}
.home #buscador_button{cursor:pointer; width:auto; overflow:visible; border:0; padding:0 20px 0 0; text-align:center; background:url(/emag_users/commons/images/horanbut_right.gif) right no-repeat; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.home #buscador_button span{width:auto; height:22px; line-height:22px; position:relative; display:block; white-space: nowrap; padding:0 0 0 20px; background:url(/emag_users/commons/images/horanbut_left.gif) left no-repeat; color:#fff; marggin-left:-3px;}
* html .home #buscador_button span {width:5px;}/*IE6 Hack*/
* html .home #buscador_button span {margin-left:0;}/*IE6 Hack*/
*+html .home #buscador_button span {margin-left:0;}/*IE7 Hack*/
#header #mainbar #mainbar_in a{
color:#FFF;
}
#header #mainbar #mainbar_in a.masbusc{
font-size:10px;
}
#header #mainbar #mainbar_in #frmStrBusqueda{
width:320px;
margin:0 5px;
vertical-align:middle;
}
#buscador_button{vertical-align:middle;}
#header #mainbar #mainbar_in #comparador_lista{
position:absolute;
right:15px;
padding-left:15px;
background:url(/emag_users/commons/images/flecha_comparador.gif) no-repeat left 2px;
}
#header #mainbar #mainbar_in #frmcateg{
display:block;
pargin:0;
}
.contpriheader .compcook, .contpriheader .acomp{
margin-top:-9px;
}
/*
=====================================================
VIEJO CSS (CLASIFICAR Y ELIMINAR)
=====================================================
*/
/*contpriheader*/
.contpriheader{width:990px;#width:986px;text-align:left;padding:8px 6px 0px 8px}
.grisheader {
background-color:#ececec;
border:1px solid #ececec;
min-width:1022px;
}
#frmcateg {
clear:both;
display:table;
margin:auto auto auto 0;
}
#frmcateg select{
vertical-align:middle;
}
#busemag {
margin-left:0;
background:url(/emag_users/commons/images/fondobuscador.gif) repeat-x;
height:73px;
}
#busemag td {
vertical-align:top;
white-space:nowrap;
color:#FFF;
}
#busemag form {
width:983px;
margin:0;
padding:25px 20px 15px;
}
.sbra {
background:url(/emag_users/commons/images/sombefect.gif) repeat-y;
width:6px;
border-bottom:1px solid #acbbcb;
}
/*logo emagister*/
.logoemag{margin:2px 0px 0px 22px;width:20%}
.logoemag ,.logoemag a#lnklist{color:#7b7b7b;text-decoration:none;font-size:12px}
/* accesos: zona de login centros y alumnos */
.accesos{float:right;width:70%}
.accesos a{color:#003399}
.accesos a.blo{display:block;margin-top:2px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.accesos span{float:right;height:32px;padding:6px}
.accesos .u,.accesos .c{margin-bottom:0px; float:right;}
.accesos .u{margin-bottom:0px;padding-left:12px}
.accesos i{font-style:normal}
.accesos .opciones{float:right;;border-left:2px dotted #adadad;margin:-8px 15px 0px 11px;padding:11px 0px 11px 14px}
.accesos .nombre{float:right;margin-top:-8px;padding:11px 0px}
.accesos .c{background:#FF8400 url(/emag_users/commons/images/promociona_left.gif) no-repeat bottom left; position:relative; margin:0 17px 0 11px;top:-10px; color:#FFF;}
* html .accesos .c{margin-right:6px;}
.accesos .c a{color:#FFF; font-size:15px;}
.accesos .u a{padding-top:2px;}
.accesos .c_right{margin-left: 11px; background:#FF8400 url(/emag_users/commons/images/promociona_right.gif) no-repeat bottom right; position:relative; padding:10px 9px 10px 0px; color:#FFF;}
.opciones a,.opciones b{margin-left:5px}
.tfnocentros{margin-top:10px; text-align:right; font-size:12px;}
.tfnocentros strong{color:#ff8400; font-weight:normal;}
.secscent,.secst{float:left}
.secst{padding-top:5px}
.secscent{margin-left:10px;width:72px}
.secscent a{color:#75AFFF;text-decoration:none}
.secscent a:hover{color:#FF8400;text-decoration:underline}
#logincab{float:right;color:#003465}
#laguia{display:block;text-align:right;width:216px;margin:-2px 0px 15px 0px}
#laguia b{color:#265282;font-style:normal}
#laguia i{color:#f89e09;font-style:normal}
#fcen{margin:0px 20px 0px 0px !important;#margin:0px 20px -34px 0px;clear:both;display:none;#position:relative}
.proyectos{font-size:11px;color:#000000;margin-bottom:0px}
.enlacesfp{font-size:11px;color:blue}
.prmarcado{font-weight:bold;font-size:11px;color:#003465}
#fcen2{margin:20px 0px 0px 0px;clear:both;display:none}
/*Cuando el usuario entra por primera vez...*/
.pasosprev{float:right}
.pasosprev div{float:left;color:#255282;margin-left:45px}
.pasosprev div strong{font:43px arial;color:#cfcfcf;float:left;margin-right:5px}
.pasosprev big{font:17px arial;color:#255282;display:block;font-weight:500;margin:4px 0px 2px 0px}
.pasosprev div strong.n{color:#ff8400}
.casobus{position:absolute;margin:-30px 0px 0px 225px;color:#003399}
/*====================================
SUB-PESTA?AS
=====================================*/
#subsegmentos{
background-color:#829AB6;
margin-top:1px;
min-width:990px;
}
/*IE6 Hack*/ * html #subsegmentos{
height:1%;
}
#subsegmentos ul{
list-style:none;
overflow:hidden;
margin:0;
padding-left:40px;
}
#subsegmentos ul li{
float:left;
border-left:1px solid #FFF;
color:#FFF;
display:block;
padding:4px 10px;	
}
#subsegmentos ul li.pest_selected{	
background-color:#FF8500;
}
#subsegmentos ul li.pest_last{	
border-right:1px solid #FFF;
}
#subsegmentos ul li a{
display:block;
color:#FFF;
text-decoration:none;
font-weight:bold;
}
#subsegmentos ul li h1{
font-size:12px;
margin:0;
padding:0;
font-weight:bold;
color:#FFF;
}	
#emafooter{background-color:#ECECEC; border-top:4px solid #255282; padding:20px 0px; margin-top:30px;}
#emafooter hr{color:#FFF; background-color:#FFF; border:0; height:4px; margin:15px 0;}
* html #emafooter hr{margin:5px 0;}/*IE6 Hack*/
.enlacesgrupo{width:950px; color:#818181; font-size:10px; margin:20px !important;}
.enlacesgrupo a {color:#818181; font-size:10px; text-decoration:none; width: 235px;}
.enlacesgrupo ul{padding:0; margin:0; list-style-type:none;}
.enlacesgrupo li{float:left; position:relative;}
#otroscol{padding-top:5px; margin:0; clear:both;} 
#otroscol, #otroscol a{color:#818181; font-size:10px;}
#grupo_intercom{color:#818181; padding-bottom:5px;}
#grupo_intercom img{vertical-align:middle;}
#emalinks{padding-bottom:15px;}
#emainternacional, #emainternacional a{font-size:10px;}
#emainternacional span{color:#818181;}
#infolegal{color:#818181; font-size:10px; width:950px;}
#otroscol, #emainternacional, #emalinks, #infolegal, .enlacesgrupointer{padding-left:30px; padding-right:30px;}
.enlacesgrupo {
margin:20px auto 0px auto;
padding-bottom:40px;
min-height:40px;
_padding-bottom:0px;
font-size:10px;
color:#818181;
text-decoration:none;
padding-left:30px;
padding-right:30px;
}
.enlacesgrupo img{vertical-align:middle}
.enlacesgrupo div{font-size:11px;}
.enlacesgrupo a{color:#818181;
float:left;
font-size:10px;
position:relative;
text-decoration:none;
width:17.2%;
}
.enlacesgrupo a.tiendas{width:15%}
/*Banner en footer */
.bannerfooter{
margin-left:140px;
margin-top:-10px;
}
* +html .bannerfooter{
margin-left:140px;
margin-top:0;
}
* html .bannerfooter{
margin-left:140px;
margin-top:0;
}
/*---------------------
Layout classes
----------------------*/
/*General*/
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}
.left{float:left; position:relative;}
.right{float:right; position:relative;}
.floatleft{float:left !important; position:relative;}
.floatright{float:right !important; position:relative;}
.relative{position:relative;}
.margin0{margin:0;}
.margin_auto{margin:0 auto;}
.margin_top0{margin-top:0;}
.margin_bot0{margin-bottom:0;}
.margin_left0{margin-left:0;}
.margin_right0{margin-right:0;}
.nodisplay{display:none;}
.disp_inline{display:inline;}
.disp_block{display:block;}
/*Heredadas*/
.parrafo{margin:10px 0px}
/*RECOLOCAR ESTA CSS*/ 
.contpri_inner{padding:20px;}
.desta_alertasgratis{margin-top:20px;}
.desta_alertasgratis .rb_in{background:url(/emag_users/commons/images/home_alertas_gratis.gif) no-repeat center left; padding-top:15px; padding-bottom:15px; padding-left:65px;}
@charset "utf-8";
/* ---------------------------------------
TIPOGRAFÍAS Y COLORES PARA EMAGISTER.COM 
-----------------------------------------*/
/*----PRINCIPAL----*/
html, body{
font:12px/16px Arial, Helvetica, sans-serif;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
}
/*----HEREDADAS----*/
.lbold{font-weight:bold}
.azule{color:blue}
.txt11{font-size:11px}
.txtrojo{color:#FF0000}
.basecab{font-size:10px;color:#6F6F6F}
.lgeneral{color:blue;font-size:12px}
#titcurso{z-index:10;width:100%;font-size: 18px;font-weight:lighter;padding:0px;margin:0px;font-family:arial}
.txt10{font-size:10px}
.txt11{font-size:11px}
.txt13{font-size:13px}
.titulonaranja{font-size:16px;font-weight:bold;color:#F76208}
#just{padding-left:12px;padding-right:12px}
.txtbold{font-weight: bold}
.txt_tachado{text-decoration:line-through;font-size:11px}
.txtnaranjabold {font-weight: bold;color: #F76208}/*vcajacaducados.cfc*/
.titulonegro{font-size:16px;font-weight:bold}
.txt_tachado{text-decoration:line-through}
.botones{text-align:center;}
/*----TIPOGRAFÍAS----*/
.textobase{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}
.tit1{font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:normal;}
.tit1_azul{font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:normal; color:#018592;}
.tit1dest{font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal;}
.tit1par{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:normal;}
.tit2par{font-family:Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold;}
.textoayuda{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:normal; color:#6D6D6D;}
/*----COLORES:clases para tipografía----*/
/*generales*/
.blanco{color:#FFFFFF;}
.negro{color:#000000;}
/*basicos*/
.naranja1{color:#FFBA70;}
.naranja2{color:#FF8400;}
.azul1{color:#829AB5;}
.azul2{color:#255282;}
.azul3{color:#DCEEF0;}
.azul4{color:#5F5F5F;}
.azul5{color:#4AA7AF;}
.azul6{color:#018592;}
/*especiales*/
.rojo1{color:#BB1516;}
.rojo2{color:#AF4444;}
.amarillo1{color:#FFDD5A;}
.amarillo2{color:#FFCB00;}
.verde1{color:#6CA25D;}
.verde2{color:#339933;}
.beige{color:#D4D4A8;}
.marron{color:#77775E;}
/*links*/
.linkazul1{color:#5D7DBC;}
.linkazul2{color:#003399;}
/*----COLORES:clases para fondo----*/
/*generales*/
.blanco_bac{background-color:#FFFFFF;}
.negro_bac{background-color:#000000;}
/*basicos*/
.naranja1_bac{background-color:#FFBA70;}
.naranja2_bac{background-color:#FF8400;}
.azul1_bac{background-color:#829AB5;}
.azul2_bac{background-color:#255282;}
.azul3_bac{background-color:#DCEEF0;}
.azul4_bac{background-color:#5F5F5F;}
.azul5_bac{background-color:#4AA7AF;}
.azul6_bac{background-color:#018592;}
/*especiales*/
.rojo1_bac{background-color:#BB1516;}
.rojo2_bac{background-color:#AF4444;}
.amarillo1_bac{background-color:#FFDD5A;}
.amarillo2_bac{background-color:#FFCB00;}
.verde1_bac{background-color:#6CA25D;}
.verde2_bac{background-color:#339933;}
.claro_bac{background-color:#D4D4A8;}
.marron_bac{background-color:#77775E;}
/*fondos*/
.gris1_bac{background-color:#ECECEC;}
.gris2_bac{background-color:#CBCBCB;}
.gris3_bac{background-color:#5F5F5F;}
/*-------------------------------
ORANBUT*: BOTONES NARANJAS
--------------------------------*/
/*ORANBUT*: ORANGE BUTTON*/	
.oranbut {cursor:pointer; width:auto; overflow:visible; border:0; padding:0 20px 0 0; text-align:center; background:url(/emag_users/commons/images/oranbut/oranbut_right.gif) right no-repeat; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.oranbut span {width:auto; height:22px; line-height:22px; position:relative; display:block; white-space: nowrap; padding:0 0 0 20px; background:url(/emag_users/commons/images/oranbut/oranbut_left.gif) left no-repeat; color:#fff;}
a.oranbut { float:left;}
* html .oranbut span {width:5px;}/*IE6 Hack*/
/*ORANBUT*: ORANGE BUTTON*/
.boranbut {cursor:pointer; width:auto; overflow:visible; border:0; padding:0 18px 0 0; text-align:center; background:url(/emag_users/commons/images/oranbut/boranbut_right.gif) right no-repeat; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
.boranbut span {width:auto; height:32px; line-height:32px; position:relative; display:block; white-space: nowrap; padding:0 0 0 18px; background:url(/emag_users/commons/images/oranbut/boranbut_left.gif) left no-repeat; color:#fff;}
a.boranbut { float:left;}
* html .boranbut span {width:5px;}/*IE6 Hack*/
@charset "utf-8";
/*-------------------------------
R*BOX: CAJAS REDONDEADAS
--------------------------------*/
/*ej uso:
<div class="roundedbox">
<div class="rb_top"><div class="rb_tl"></div><div class="rb_tr"></div></div>
<div class="rb_in">
<p>R*Box: Rounded Box</p>
<p>content</p>
//si float: <div class="clear"></div>
</div><!--/rb_in-->
<div class="rb_bot"><div class="rb_bl"></div><div class="rb_br"></div></div>
</div><!--/roundedbox-->
*/
/*R*BOX: ROUNDED BOX*/
.roundedbox{}
.rb_top, .rb_tl, .rb_tr, .rb_bot, .rb_bl, .rb_br{margin:0; padding:0; width:10px; height:10px; overflow:hidden;}
.rb_top{width:auto; background:url(/emag_users/commons/images/rbox/rbox.gif) repeat-x 0 -20px;}
.rb_tl{background:url(/emag_users/commons/images/rbox/rbox.gif) no-repeat 0 0; float:left;}
.rb_tr{background:url(/emag_users/commons/images/rbox/rbox.gif) no-repeat 0 -10px; float:right;}
.rb_bot{width:auto; background:url(/emag_users/commons/images/rbox/rbox.gif) repeat-x 0 -50px;}	
.rb_bl{background:url(/emag_users/commons/images/rbox/rbox.gif) no-repeat 0 -30px; float:left;}
.rb_br{background:url(/emag_users/commons/images/rbox/rbox.gif) no-repeat 0 -40px; float:right;}
.rb_in{margin:0; padding:10px 20px; border-left:4px solid #ECECEC; border-right:4px solid #ECECEC;}	
* html .rb_in{height:1%;}/*IE6 Hack*/
/*R*BOX: ORANGE BOX*/
.orangebox{color:#FFF;}
.ob_top, .ob_tl, .ob_tr, .ob_bot, .ob_bl, .ob_br{margin:0; padding:0; width:10px; height:10px; overflow:hidden;}
.ob_top{width:auto; background:url(/emag_users/commons/images/rbox/obox.gif) repeat-x 0 -20px;}
.ob_tl{background:url(/emag_users/commons/images/rbox/obox.gif) no-repeat 0 0; float:left;}
.ob_tr{background:url(/emag_users/commons/images/rbox/obox.gif) no-repeat 0 -10px; float:right;}
.ob_bot{width:auto; background:url(/emag_users/commons/images/rbox/obox.gif) repeat-x 0 -50px;}	
.ob_bl{background:url(/emag_users/commons/images/rbox/obox.gif) no-repeat 0 -30px; float:left;}
.ob_br{background:url(/emag_users/commons/images/rbox/obox.gif) no-repeat 0 -40px; float:right;}
.ob_in{margin:0; padding:10px 20px; border-left:4px solid #FF8400; border-right:4px solid #FF8400; background-color:#FF8400;}	
* html .ob_in{height:1%;}/*IE6 Hack*/
/*R*BOX: BLUE BOX*/
.bluebox{color:#FFF;}
.bb_top, .bb_tl, .bb_tr, .bb_bot, .bb_bl, .bb_br{margin:0; padding:0; width:10px; height:10px; overflow:hidden;}
.bb_top{width:auto; background:url(/emag_users/commons/images/rbox/bbox.gif) repeat-x 0 -20px;}
.bb_tl{background:url(/emag_users/commons/images/rbox/bbox.gif) no-repeat 0 0; float:left;}
.bb_tr{background:url(/emag_users/commons/images/rbox/bbox.gif) no-repeat 0 -10px; float:right;}
.bb_bot{width:auto; background:url(/emag_users/commons/images/rbox/bbox.gif) repeat-x 0 -50px;}	
.bb_bl{background:url(/emag_users/commons/images/rbox/bbox.gif) no-repeat 0 -30px; float:left;}
.bb_br{background:url(/emag_users/commons/images/rbox/bbox.gif) no-repeat 0 -40px; float:right;}
.bb_in{margin:0; padding:10px 20px; border-left:4px solid #255282; border-right:4px solid #255282; background-color:#255282;}	
* html .bb_in{height:1%;}/*IE6 Hack*/
/*R*BOX: GREY BOX*/
.greybox{}
.gb_top, .gb_tl, .gb_tr, .gb_bot, .gb_bl, .gb_br{margin:0; padding:0; width:10px; height:10px; overflow:hidden;}
.gb_top{width:auto; background:url(/emag_users/commons/images/rbox/gbox.gif) repeat-x 0 -20px;}
.gb_tl{background:url(/emag_users/commons/images/rbox/gbox.gif) no-repeat 0 0; float:left;}
.gb_tr{background:url(/emag_users/commons/images/rbox/gbox.gif) no-repeat 0 -10px; float:right;}
.gb_bot{width:auto; background:url(/emag_users/commons/images/rbox/gbox.gif) repeat-x 0 -50px;}	
.gb_bl{background:url(/emag_users/commons/images/rbox/gbox.gif) no-repeat 0 -30px; float:left;}
.gb_br{background:url(/emag_users/commons/images/rbox/gbox.gif) no-repeat 0 -40px; float:right;}
.gb_in{margin:0; padding:10px 20px; border-left:4px solid #ECECEC; border-right:4px solid #ECECEC; background-color:#ECECEC;}	
* html .gb_in{height:1%;}/*IE6 Hack*/
/*R*BOX: MIX BOX*/
.mixbox_r{}
.mixbox_r .rb_in{background:url(/emag_users/commons/images/rbox/bgmixbox.gif) repeat-y right top;}	
.mixbox_r .gb_top, .mixbox_r .gb_bot{width:224px; float:right;}
*+html .mixbox_r .gb_top, *+html .mixbox_r .gb_bot{width:220px; float:right; margin-left:4px;}/*IE7 Hack*/	
.mixbox_l{}
.mixbox_l .rb_in{background:url(/emag_users/commons/images/rbox/bgmixbox.gif) repeat-y left top;}	
.mixbox_l .gb_top, .mixbox_l .gb_bot{width:224px; float:left;}
*+html .mixbox_l .gb_top, *+html .mixbox_l .gb_bot{width:220px; float:left; margin-right:4px;}/*IE7 Hack*/	
/*P?ginas 404 y Resultado de b?squeda=0 */
.noencontrada_container{min-height:300px; padding:10px 0 0 10px;}
.lstcursos .noencontrada_container{padding:0 0 0 10px;} /*quitamos padding si esta dentro de listado cursos*/
* html .noencontrada_container{height:300px;}/*IE6 Hack*/
.noencontrada_container .zlg { margin: 0px 0px 15px 11px; width: 674px; }
.noencontrada_container .zlg h1{margin: 0px; font-size:18px; font-weight:normal;}
.noencontrada_container .zlg .intit{border-style: solid; border-color: rgb(234, 234, 234); border-width: 0px 4px; padding: 5px 15px 5px 50px; background-repeat: no-repeat; background-position: 10px 0px; }
.noencontrada_container .zlg{margin-left:0;}
.noencontrada_container .tcs { background: transparent url('/emag_users/commons/images/tcursoisup.gif') bottom center no-repeat; height: 11px; }
.noencontrada_container .tcb { background: transparent url('/emag_users/commons/images/tcursoibaj.gif') top center no-repeat; height: 11px; }
.noencontrada_container #tcurso{background:url('/emag_users/commons/images/verysad.gif') no-repeat 6px 2px;}
* html .noencontrada_container #tcurso{background:url('/emag_users/commons/images/verysad.gif') no-repeat 10px 2px;}/*IE6 Hack*/
*+html .noencontrada_container #tcurso{background:url('/emag_users/commons/images/verysad.gif') no-repeat 10px 2px;}/*IE7 Hack*/
.noencontrada_container li{color:#FF8400;}
.noencontrada_container span{color:#000;}
.noencontrada_container p, .noencontrada_container ul{padding-left:10px;}
.noencontrada_container ul{list-style-position:inside; margin:5px 0 20px 0;}
* html .noencontrada_container p{margin:0px 0 10px 0;}/*IE6 Hack*/
*+html .noencontrada_container p{margin:0px 0 10px 0;}/*IE7 Hack*/
.noencontrada_container ul.nobullets{list-style-type:none; list-style-position:outside;} /*capa comparador*/
#mptxo{display:none}
/*listado de cursos*/
/*.lstcursos{width:635px;float:left;margin-left:15px;margin-top:-10px}*/
/*
.cjldest{width:134px;border:1px dashed #e5e5e5;float:right;margin:30px 0px 0px 10px;border-width:0px 0px 1px 1px;overflow:hidden;word-wrap:break-word}
.cjldest h4{font-size:12px;padding:4px;margin:0px;color:#888888}
.cjldest div{margin:4px;font-size:11px;border-bottom:1px dashed #e5e5e5;padding-bottom:10px}
.cjldest div.f{border-bottom-width:0px}
.cjldest p{margin:2px 0px 10px 0px;font-size:11px}
.cjldest a{font:11px arial;line-height:13px;color:#6768ff;}
.cjldest b{font-weight:lighter}
.cjldest .tofi{line-height:11px;text-transform:lowercase}
.cjldest i{color:black;font-style:normal}
.cjldest .ts{display:block;padding-top:5px;}
*/
/* Capa desactivada */
.compcook{float:right;font-size:11px;margin:-12px 15px 0px 0px;_margin:-12px 5px 0px 0px;background:url(/emag_users/comparador/img/cplistaoff.gif) no-repeat;width:174px;height:19px;padding:2px 0px 0px 46px;color:#666666;_position:relative}
.compcook b{color:#888888}
.compcook i{color:#888888;font-style:normal;font-size:9px;float:right;background:url(/emag_users/comparador/img/griscomp.gif) no-repeat left center;padding-left:7px;margin:1px 7px}
/* Capa activada */
.acomp{float:right;font-size:11px;margin:-12px 15px 0px 0px;_margin:-12px 5px 0px 0px;background:url(/emag_users/comparador/img/cplistaon.gif) no-repeat;width:174px;height:19px;padding:2px 0px 0px 46px;color:#666666;_position:relative}
.acomp b{color:#be6c13}
.acomp a{font-size:9px;color:#0000ff}
.acomp form{position:absolute;border:1px solid #cccccc;border-bottom-width:0px;width:338px;margin-top:-16px;#margin:-2px 0px 0px 1px;background:white url(/emag_users/comparador/img/icsuelt.gif) no-repeat 7px 2px;z-index:49}
.acomp form fieldset{font-size:11px;border-top:1px solid #e1e1e1;margin:5px;width:auto !important;padding:4px 10px}
.acomp form fieldset a{font-size:11px;color:blue}
.acomp form div{background:url(/emag_users/comparador/img/fbjcom.gif) no-repeat;width:340px;height:28px;margin:0px -1px -28px -1px;text-align:right;#position:relative}
.acomp form div input{margin:0px 7px;font-size:11px}
.acomp form input.i{float:left}
.acomp form label{float:left;width:85%;color:black}
.acomp form img{float:right;cursor:pointer}
.acomp form label span{color:#666666;display:block}
.acomp i{color:#888888;font-style:normal;font-size:9px;float:right;background:url(/emag_users/comparador/img/celcomp.gif) no-repeat left center;padding-left:7px;margin:1px 7px}
.acomp form #cabcomp{display:block;padding:4px 0px 0px 24px;font-size:12px}
form #cabcomp u{float:right;background:url(/emag_users/comparador/img/celbaj.gif) no-repeat right center;color:#0000ff;font-size:9px;margin:1px 7px;padding-right:9px;cursor:pointer}
form #cabcomp .ss{font-size:11px}
form #cabcomp .ss span{color:#75afff;text-decoration:underline;cursor:pointer}
form #cabcomp .ss cite{float:right;background:url(/emag_users/comparador/img/papvaciar.gif) no-repeat right center;color:#ff7875;font-style:normal;padding-right:10px;margin-right:7px;cursor:pointer;text-decoration:underline}
.acomp form #nocursos{display:block;margin:0px 15px;font:bold 13px arial;text-align:center;color:red}
.chkltc{position:relative;width:13px;height:16px;margin:3px 3px 25px 0px;cursor:pointer;float:left}
.ayud{background:url(/emag_users/comparador/img/fleroundtop.gif) no-repeat left bottom;width:100px;position:absolute;margin:-20px 0px 0px -17px;padding:10px 0px 15px 28px}
.ayud button{cursor:pointer}
/* BOXY: caja redondeada para el comparador */
.boxy-wrapper { position: absolute; width: 300px;}
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
.boxy-wrapper .top-left { background: url('/emag_users/commons/images/boxy-nw.png'); }
.boxy-wrapper .top-right { background: url('/emag_users/commons/images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background: url('/emag_users/commons/images/boxy-se.png'); }
.boxy-wrapper .bottom-left { background: url('/emag_users/commons/images/boxy-sw.png'); }
/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/emag_users/commons/images/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/emag_users/commons/images/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/emag_users/commons/images/boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/emag_users/commons/images/boxy-sw.png'); }
.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .left,
.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0; float:none; }
/* Title bar */
.boxy-wrapper .title-bar { background-color: #eee; padding: 6px 10px; margin:0; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 13px; color: #000; font-weight:bold; line-height: 12px; margin: 0; padding:0; }
.boxy-wrapper .title-bar .close { position: absolute; top: 6px; right: 10px; font-size: 90%; line-height: 12px; }
/* Content Region */
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 0; margin: 0 10px; }
/*ul.boxy-content { height: 200px; overflow: auto; }*/
.boxy-content li { float: left; width: 100%; position: relative; list-style: none; margin: 0; border-top: 2px solid #eee; padding: 3px 0; }
.boxy-content li:first-child, .boxy-content li.first { border-top: 0; }
.boxy-content li h3 { width: 190px; font-size: 1em; color: #000; font-weight: normal; padding:0; margin:0; border-left:0; background:none;}
.boxy-content li p { width: 190px; margin: 2px 0 0; color: #999; font-size: .9em; }
.boxy-content li a { position: absolute; right: 0; top: 3px; padding-left: 15px; background: url(/emag_users/commons/images/comparador-del.png) no-repeat 0 2px;}
.boxy-footer { float: left; width: 100%; background: #eee; margin: 0; }
.boxy-footer a.quitar-todos { float: left; margin: 7px 0 0 10px; }
.boxy-footer a.oranbut { float: right; margin: 5px 5px 5px 0; color: #fff; font-size: 1.2em; }
/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }
/* Enlace de favoritos */
#comparador_lista.empty { cursor: default; text-decoration: none; } 
/*ZLG: bloque contenedor*/
.zlg{width:674px;margin:0px 0px 15px 11px}
.zlg h1,.zlg h2{margin:0px}
.zlg h1{font:20px arial;display:inline}
.zlg h2{font:15px arial;color:#6c6c6c}
.zlg h2 a{font:15px arial}
.zlg span,.zlg a{font-size:10px}
.zlg span{margin-left:10px}
.zlg .intit{background-repeat:no-repeat;background-position:10px 0px;padding:5px 15px 5px 135px;border:4px solid #eaeaea;border-width:0px 4px;min-height:55px;_height:55px;_margin-top:-5px}
/*caja redondeada titulo pcentro*/
.tcs{background:url(/emag_users/pcurso/images/tcursoisup.gif) no-repeat;height:11px}
.tcb{background:url(/emag_users/pcurso/images/tcursoibaj.gif) no-repeat;height:11px}
/*Bot?n imprimir: se usa en titulaci?n universitaria y convocatoria oposiciones */
.impri{float:right;color:blue;text-decoration:underline;background:url(/emag_users/pcurso/images/imprimir.gif) no-repeat;padding-left:25px;font-size:11px;margin:-15px 0px 10px 0px;cursor:pointer;_position:relative;height:15px}
/* H3: t?tulos de secci?n en pcurso */
h3{font:18px arial;padding:3px 5px;border-left:10px solid #ff8400;background-color:#dcdcdc;clear:both;margin:0px}
h3 small{float:right;text-align:center;width:370px;background-color:#5f5f5f;color:white;padding:5px 5px 7px 5px;margin:-5px}
/*datos b?sicos (detalles del curso) en pcurso y oposiciones*/
.basicos{margin-left:10px}
.basicos b.bo{float:left;text-align:right;width:125px;margin-right:15px}
.basicos span{float:left;width:535px}
.basicos strong{margin:0px 5px 0px 45px}
.basicos .sep{clear:both}
.basicos .a,.basicos .b{padding:9px 0px 8px 0px;border-top:1px solid #e2e2e2; overflow:visible;}
* html .basicos .a,* html .basicos .b{height:1%;} /*IE6 Hack*/
.basicos .b,.basicos .g{background-color:#f6f6f6}
.basicos .pr{border-top-width:0px}
.basicos td{vertical-align:top; padding:6px;}
.basicos table{margin-top:12px}
.basicos cite{float:left;font-style:normal;width:178px;margin:20px 0px 0px 0px}
.basicos cite.f{width:100px}
.basicos cite i{float:left;background-repeat:no-repeat;margin:0px 5px 0px 0px}
.basicos .mquito, .basicos .mquito2{background:url(/emag_users/pcurso/images/munquito.gif) no-repeat;padding:5px 7px 0px 22px;;float:right;font-style:normal;height:18px;margin-top:-5px;position:relative}
.basicos .mquito2 {background-image:none; height:38px;}
.basicos .mquito2 b{color: #F76208;}
.basicos .h{height:12px;font-size:1px;padding:0px}
/*datos b?sicos (detalles del curso) en pcurso y oposiciones*/
.consfec{float:right;margin-right:7px;font-style:normal}
/*datos b?sicos (detalles del curso) en pcurso: "ofertas de infojobs" */
.ainfoj{color:#242682;font-style:oblique}
.ninfoj{color:#f09347;font-style:oblique}
/*datos b?sicos (detalles del curso) en pcurso y oposiciones*/
.fverde{color:white;font-weight:bold;background-color:#4aa7af}
.tope{vertical-align:top;text-align:right;width:123px}
.precio{font:bold 15px arial}
/*datos b?sicos (detalles del curso) en pcurso y oposiciones*/
.g .ai{float:left;width:150px;margin:0px 20px 0px 0px;font-style:normal;min-height:50px}
.g strong.ai{font-size:15px}
.g strong.ai a{color:blue;font-weight:lighter}
.g .aaa{float:left;line-height:16px}
.g .ad{float:right;margin:0px;font-style:normal;background:url(/emag_users/pcurso/images/finvert.gif) no-repeat right;color:blue;padding-right:15px}
.g b{margin:0px;float:none;width:auto;text-align:left}
/*datos b?sicos (detalles del curso) en pcurso y oposiciones*/
#masinff{width:300px;#width:330px}
.promcns{margin-right:10px;color:blue}
.enlacenegro{font-weight:bold;text-decoration:none;color:black}
.flpremio{border:0px;background:#f6f6f6 url(/emag_users/pcurso/images/flecha_precio.gif) no-repeat left center;padding-left:15px;color:blue;text-decoration:underline;cursor:pointer;margin-left:-15px;_position:relative;_margin-left:0px;_left:-15px}
.cjmatriculs{margin-left:135px}
.cjmatriculs .compra{width:322px;background:url(/emag_users/pcurso/images/imgco.gif) no-repeat bottom;float:left}
.compra .cesta{background:url(/emag_users/pcurso/images/newcarrito.gif) no-repeat;padding-left:20px;font:bold 12px arial;margin-left:12px}
.compra .mtinter{margin-top:25px;padding-left:72px}
.mtinter em{font:normal bold 12px arial;color:#6f6f6f}
.mtinter s{font-weight:bold}
.mtinter small{color:#6f6f6f;font-size:11px;display:block;margin-bottom:15px}
.mtinter a{font:15px arial;display:block;margin-bottom:25px}
.mtinter button{background:url(/emag_users/pcurso/images/btcomon.gif) no-repeat;border:0px;width:162px;height:32px;cursor:pointer;color:white;font:bold 14px arial;display:block;margin:6px 0px}
.mtinter button:hover{text-decoration:underline}
.mtinter .tarjetas{width:162px;height:16px;background:url(/emag_users/pcurso/images/tarjetas.gif) no-repeat center;margin-bottom:10px}
.mensja .mtinter{margin-top:25px;padding-left:25px}
.cjmatriculs .mensja{float:left;background:url(/emag_users/pcurso/images/cjmensaj.gif) no-repeat bottom;width:203px;margin-left:15px}
.topmsg{font:bold 12px arial;margin-left:25px}
.sse{font-size:1px;height:1px;clear:both}
.botonsi{text-align:center}
.botonsib{text-align:center;background:url(/emag_users/pcurso/images/cpboton.gif) no-repeat center top;padding-top:15px; margin-top:25px; height:91px;}
.botonsib small{width:230px;text-align:left;display:block;font-size:11px;color:#6f6f6f;margin:0px auto 7px auto}
.botonsi button,.botonsib button{background:url(/emag_users/pcurso/images/btsolicitar.gif) no-repeat;border:0px;width:242px;height:33px;cursor:pointer;color:white;font:bold 14px arial;display:block;margin:auto}
.botonsi small.abr,.botonsib small.abr{font:bold 11px arial;color:red}
.botonsi button:hover,.botonsib button:hover{text-decoration:underline}
.tp{width:17px;height:34px;background-image:url(/emag_users/pcurso/images/clippeq.gif)}
.if{width:30px;height:29px;background-image:url(/emag_users/pcurso/images/relojpeq.gif)}
.eo{width:43px;height:27px;background-image:url(/emag_users/pcurso/images/alumpeq.gif)}
.mdt{width:25px;height:25px;background-image:url(/emag_users/pcurso/images/maspeq.gif)}
.recom{background:#f6f6f6 url(/emag_users/pcurso/images/sobre.gif) no-repeat 3px center;padding:7px 27px;text-decoration:underline;color:blue;cursor:pointer}
.mdchkb {padding-left:20px;background-image:url(/emag_users/pcurso/images/chkinfoadd.gif);background-repeat:no-repeat;background-position:left center;font-size:12px;font-weight:normal;font-style:normal}
/*separador*/
.sepseccion,.ayimpins{clear:both;height:60px}
/*Parte de relaccionados derecha*/
#ldbsa .cjcursos{background-repeat:no-repeat;padding-top:72px}
#ldbsa .cjcursos h4{font:bold 16px arial;background-color:#4aa7af;#background-image:url(/emag_users/pcurso/images/masexp.gif);background-repeat:no-repeat;background-position:8px center;padding:8px;margin:0px;color:white;#padding-left:20px !important}
#ldbsa .cjcursos h4:before{content:"+ "}
.cjcursos .ch a,.cjcursos .ch div{font-size:11px}
.cjcursos .t{margin:8px -8px 0px -8px}
.ch{padding:8px 16px;font-size:11px;background-color:#f6f6f6}
.ancje{position:relative; margin:0px; padding:0px; height:0px; width:0px; overflow:hidden;font-size:0px;}
/* matriculados layer (matriculaciones/matricula-Layer.cfm) */
.tf{color:#14808a;margin-bottom:5px;position:relative;text-align:left;padding-left:8px;font:bold 16px arial;}
/*Cursos caducados / centros eliminados */
.msgcaducado{background:url(/emag_users/pcurso/images/imgcelim.gif) no-repeat;padding-left:60px;min-height:49px;#height:49px;margin:30px 0px;color:#eb0000;font:16px arial}
/*requisitos*/
.requlnk{display:none;font-style:normal;text-align:right;background:url(/emag_users/pcurso/images/finvert.gif) no-repeat right;padding-right:15px}
/*paginacion anterior siguiente*/
.cjpaginacion{background-color:#fc8b19;margin:0px 10px 10px 0px;color:white;font-size:14px;padding:5px}
.cjpaginacion a{color:white;font-size:14px;margin:0px 10px}
/*Fix de espacio en blanco en oposiciones */
#ldbsa_out{width:215px; position:absolute;} /*Reaprovechamos al css de cuadro*/
.temario,.opiniones{margin-left:10px}
.opiniones {margin-bottom:40px}
/*.opiniones .vtodos {margin-top:-30px}*/
.temario h5,.opiniones h5,.cursosrel h5{border-bottom:2px solid #c2c2c2;color:#6d6d6d;font:bold 15px arial;margin-bottom:10px;margin-top:28px}
.temario h5.profe,.opiniones h5.profe{margin-top:70px}
.clip{background:url(/emag_users/pcurso/images/clip.gif) no-repeat;float:right;height:47px;width:24px;margin:-20px 10px 0px 0px}
.temario ol{list-style-type:decimal-leading-zero;margin:0px;#margin:0px 0px 0px 25px}
.temario .lista{background-color:#f4f4f4;padding:5px}
.temario .p{margin:20px 0px 0px 150px}
.temario .c{border:1px solid #e1e1e1;border-width:1px 0px;background-color:#f4f4f4;padding:10px;}
.temario .c .di{overflow:hidden;height:263px}
#conttem{word-wrap:break-word}
#conttem p{
margin-bottom:15px;
}
#conttem ul{
margin:0 0 20px 20px;
list-style-type:disc;
}
.temario .c a:hover{color:blue}
.temario cite{display:block;font-style:normal;text-align:right;background:url(/emag_users/pcurso/images/finvert.gif) no-repeat right;padding-right:15px}
.dtemario div{background-repeat:no-repeat;background-position:center bottom;padding-bottom:165px;border:5px solid #f6f6f6}
.dtemario{margin-top:100px}
.dtemario div.sinimagen{padding-bottom:10px}
.letras{background:url(/emag_users/pcurso/images/letras.gif) no-repeat;float:right;height:29px;width:44px;margin:-12px 10px 0px 0px}
.prof{margin:10px 0px 20px 0px}
.prof .im{width:150px}
.prof .g0{padding:10px;border:1px solid #bbbbbb;border-width:1px 0px;background-color:#f4f4f4}
.prof .g1{padding:10px}
.prof img{padding:10px;border:1px solid #bbbbbb}
.vtodos{text-align:right;margin-top:5px}
#ttemamp{position:relative;top:37px;border:1px solid #e1e1e1;border-top-width:0px;padding:6px 25px 6px 10px;background-color:#f4f4f4;margin-left:355px;width:105px;text-align:left;background-position:117px}
#ttemamp a{font-weight:lighter}
.prof img.avatar_profe{border:0; padding:0 30px;}
.avatar_col{width:100px;} /*vcajacaducados.cfc*/
.frmfichas{width:665px;margin:0px 0px 0px 10px;padding:5px;clear:both;font:12px arial;text-align:left;background-color:#f4f4f4}
/*transaccional/dsp_ficha.cfm*/
#mrojo{background-color:red;color:white;margin:12px -5px 4px -5px;padding:5px;display:none;position:relative;z-index:3;font-size:11px;font-weight:bold}
/*transaccional/dsp_ficha.cfm*/
.tdca{width:130px;text-align:right;display:table-cell;float:left;margin-top:3px;margin-right:5px}
/*transaccional/dsp_ficha.cfm*/
.coa{width:330px;#width:331px;_width:332px;display:table-cell;float:left;padding-bottom:0px;font-size:11px}
.coa label,.cob label{font-weight:bold}
.coa input,.coa select{font-size:11px;max-width:180px}
.coa input[size=20]{width:50%}
.cob{width:750px;#width:600px;display:table-cell;font-size:11px}
.cob textarea{width:75%;height:47px;font-size:11px}
.bsolud input{cursor:pointer;background:url(/emag_users/pcurso/images/btsol.gif) no-repeat;border:0px;width:169px;height:32px;font:600 14px arial;color:white;padding-left:37px;margin-right:25px}
.btfno input{cursor:pointer;background:url(/emag_users/pcurso/images/bttel.gif) no-repeat;border:0px;width:158px;height:32px;font:600 14px arial;color:white;padding-left:37px}
.tdfo{width:100px;display:table-cell}
.cmp{#left:-1%;position:relative}
.trca{padding:2px 0px;clear:both}
html:lang(es)>body .trca{display:table-row-group}
.nomu{font-size:10px;padding-left:135px;margin:7px 0px 0px 0px;color:#888888}
/*transaccional/dsp_ficha.cfm*/
.bpago input{cursor:pointer;background:url(/emag_users/pcurso/images/btcomon.gif) no-repeat;border:0px;width:162px;height:32px;font:600 14px arial;color:white}
.bpago input:hover{text-decoration:underline}
/*transaccional/dsp_ficha.cfm*/
#titcentroficha{font:bold 15px arial;color:#F76208;padding-left:135px;background-repeat:no-repeat;min-height:50px;_height:50px;background-position:24px top;margin:18px 0px 10px 0px}
#titcentroficha .contactfno{color:##000000;font-weight:lighter}
#titcentroficha div{font:18px arial;color:black}
/*transaccional/dsp_ficha.cfm*/
.fipie{background:white url(/emag_users/pcurso/images/bocficha.gif) no-repeat 135px top;margin:10px -5px -5px -5px;padding-left:135px;line-height:11px;text-align:justify;padding-top:8px}
.fipie fieldset{font-weight:normal;margin-left:0px;padding-left:0px}
/*transaccional/dsp_ficha.cfm*/
.mensajesup{margin:0px 10px 0px 135px;font-size:11px;text-align:justify}
/*transaccional/dsp_ficha.cfm, vcajacaducados.cfc, vdefensor.cfc*/
.zde .ayuficha h4{font:bold 16px arial;background-color:#7abdc5;padding:20px 10px 20px 10px;margin:0px;color:white}
.zde .ayuficha .ch{font-size:12px}
.zde .ayuficha .ch big{display:block;margin-bottom:7px;font-weight:bold}
/*transaccional/dsp_ficha.cfm*/
.cjrespuestas{background-color:white;padding:8px 0px;margin-top:8px;min-height:5px;_height:20px}
.cjrespuestas i,.cjrespuestas em{width:60px;text-align:center;font:normal bold 11px arial;float:left;color:#bdbdbd}
.cjrespuestas i.m{color:#4aa7b0;font-size:13px}
.cjrespuestas em.m{color:black}
/*transaccional/dsp_ficha.cfm*/
.triang{float:right;width:28px;height:44px;background:url(/emag_users/pcurso/images/triang.gif) no-repeat;margin-right:2px}
.antitriang{float:right;width:28px;height:44px;margin-right:2px;font:normal bold 40px arial;color:#4aa7b0}
/*capa oscura y efectos*/
.mascursos{margin:0px;#position:relative;#top:-15px}
.mascursosprov{#margin:5px 0px 0px 0px;#position:relative;#top:-15px}
#capaoscura{top:0px;left:0px;width:100%;height:100%;background-color:#000000;position:absolute;z-index:50;filter: alpha(opacity=50);opacity: .5; -moz-opacity: .5; -khtml-opacity: .5}
#cbla{padding:5px 80px;background:white url(/emag_users/pcurso/images/envio_anim.gif) no-repeat 222px 120px;border:5px solid #DEECFB;width:505px;z-index:51;position:absolute;top:0px;font-size:20px;text-align:center;height:212px;margin-left:10px}
.cgracias{font-size:12px;color:#799EC6;text-align:center;margin-top:140px}
.orfon{position:absolute;width:64px;height:280px;float:left;background:url(/emag_users/pcurso/images/envio_ordena.gif) no-repeat center;margin:0px 0px 0px 64px}
/*relacionados*/
#restprov{background-color:white;border:25px solid #DEECFB;width:675px;z-index:51;position:absolute;top:0px;font-size:20px;text-align:left;left:0px;padding:15px}
.cpcerrar{float:right;color:#49709A;width:56px;padding-top:3px;top:-37px;position:relative;cursor:pointer;margin-right:-20px}
.cpcerrar span{font-size:13px;border:1px solid #49709A;padding:1px 3px;float:right;margin-top:-3px}
.cpalert{
background:red url(/emag_users/solicitudes/images/exclrel.gif) no-repeat 32px center;
border:25px solid #F87575;
border-width:0px 25px;
color:white;
font:bold 13px;
#position:relative;
#width:601px;
margin:0px -40px 0px -40px;
padding:12px 32px 12px 72px
}
.listadet{background:url(/emag_users/solicitudes/images/icolstdel.gif) no-repeat left 3px;padding-left:7px;margin:4px 0px;clear:both}
.supdiez{margin-top:30px}
.cursopago{min-height:50px;height:50px;#height:auto;_height:50px;background-repeat:no-repeat;padding-left:115px;margin:13px 0px;clear:both;display:table}
/*Mensaje para subvencionados*/
.sbsmf{background-color:white;margin:20px;padding:10px}
.sbsmf span{float:right;width:81px;height:25px;margin-right:10px;background-repeat:no-repeat}
.sbsmf .a{background-image:url(/subvencionados_content/home/images/logofse.gif)}
.sbsmf .g{background-image:url(/subvencionados_content/home/images/logo_gen.gif);width:281px;height:33px}
/*ficha telefonica*/
#cajalog{background-position:2% 50%; background-repeat:no-repeat; padding-left:120px}
#tarifa{font-size:12px; color:#6d6d6d}
#feedbackmsg{padding-left:40px}
.cajatelef{margin:20px;	background-color:white;	padding-top:20px;	padding-bottom:20px; font-size:15px}
.telefonobold{font-size:18px; color:#ff8400}
.amigo
{
background:url(/emag_users/pcurso/images/alumno.gif) no-repeat;
float:right;
height:40px;
width:24px;
margin:-23px 10px 0 0;
}
.dop
{
width:130px;
float:left;
text-align:right;
padding:10px;
}
.des
{
float:right;
width:502px;
padding:10px;
}
.opiniones .g
{
background-color:#f4f4f4;
border:1px solid #c9c9c9;
border-width:1px 0;
}
.des cite
{
float:right;
color:#018592;
font-weight:700;
margin-left:20px;
font-style:normal;
}
.des strong
{
float:right;
text-align:right;
}
.dnormal label
{
display:block;
font-weight:700;
}
.dnormal fieldset
{
margin-bottom:10px;
}
.barras
{
background:url(/emag_users/pcurso/images/barrasv.gif) no-repeat;
float:right;
height:27px;
width:36px;
margin:-10px 3px 0 0;
}
.nest0
{
background:url(/emag_users/commons/images/staroran_1.gif) no-repeat;
}
.nest1
{
background:url(/emag_users/commons/images/staroran_2.gif) no-repeat;
}
.nest2
{
background:url(/emag_users/commons/images/staroran_3.gif) no-repeat;
}
.nest3
{
background:url(/emag_users/commons/images/staroran_4.gif) no-repeat;
}
.nest0,.nest1,.nest2,.nest3,.nest4,.nest5
{
white-space:nowrap;
position:relative;
_margin-top:3px;
display:inline-block;
top:-3px;
padding:2px 0 0 80px;
}
.opvl,.opvr
{
width:49%;
float:left;
}
.opvr .dop
{
width:165px;
}
.brr
{
padding-top:15px;
}
.brr i,.brr s
{
float:left;
width:28px;
height:7px;
border-right:1px solid #FFF;
font-size:1px;
}
.brr i
{
background-color:#378c95;
}
.brr s,.brr del
{
background-color:#e2e2e2;
}
.globito
{
background:url(/emag_users/pcurso/images/globito.gif) no-repeat;
float:right;
height:20px;
width:40px;
_position:relative;
margin:-18px 0 0;
}
.muneco div
{
min-height:69px;
_height:69px;
background-color:#f4f4f4;
display:table;
_left:-5px;
_position:relative;
width:73%;
#width:auto;
padding:15px 30px;
}
.munecorv div.rvw
{
background-color:#F6F6F6;
height:357px;
overflow:hidden;
display:block;
_width:72.8%;
_position:relative;
_left:-5px;
padding:15px 30px;
}
.muneco .nst0,.munecorv .nst0
{
background:url(/emag_users/commons/images/staroran_1.gif) no-repeat right;
padding-right:65px;
}
.muneco .nst1,.munecorv .nst1
{
background:url(/emag_users/commons/images/staroran_2.gif) no-repeat right;
padding-right:65px;
}
.muneco .nst2,.munecorv .nst2
{
background:url(/emag_users/commons/images/staroran_3.gif) no-repeat right;
padding-right:65px;
}
.muneco .nst3,.munecorv .nst3
{
background:url(/emag_users/commons/images/staroran_4.gif) no-repeat right;
padding-right:65px;
}
/* Estrellas IE */
.muneco span.nst0,.munecorv span.nst0 { background:url(/emag_users/commons/images/staroran_1.gif) no-repeat right; width:65px; height:12px; }
.muneco span.nst1,.munecorv span.nst1 { background:url(/emag_users/commons/images/staroran_2.gif) no-repeat right; width:65px; height:12px; }
.muneco span.nst2,.munecorv span.nst2 { background:url(/emag_users/commons/images/staroran_3.gif) no-repeat right; width:65px; height:12px; }
.muneco span.nst3,.munecorv span.nst3 { background:url(/emag_users/commons/images/staroran_4.gif) no-repeat right; width:65px; height:12px; }
/* FIN */
.muneco dfn,.munecorv dfn
{
display:block;
font-style:normal;
margin:4px 118px 24px;
}
.munecorv div.brr i,.munecorv div.brr del,.muneco div.brr i,.muneco div.brr del
{
vertical-align:middle;
float:left;
width:17px;
height:7px;
border-right:1px solid #FFF;
font-size:1px;
padding:0;
}
.munecorv div.brr,.muneco div.brr
{
width:94px;
background-color:#FFF;
height:auto;
min-height:0;
padding:0;
}
.munecorv .todarv
{
vertical-align:middle;
border-right:10px solid #F6F6F6;
background-color:#F6F6F6;
background-repeat:no-repeat;
background-position:right;
margin:0 15px;
padding:10px 20px;
}
.munecorv s.rvw
{
background-image:url(/emag_users/pcurso/images/pico_com.gif);
}
.munecorv div.ropvl,.muneco div.ropvl,.munecorv div.ropvr,.muneco div.ropvr
{
width:49%;
float:left;
background:none;
height:auto;
min-height:0;
margin:0!important;
padding:0;
}
.munecorv div.ropvl .b,.munecorv div.ropvr .b,.muneco div.ropvl .b,.muneco div.ropvr .b
{
float:left;
width:135px;
text-align:right;
font:bold 11px arial;
height:auto;
min-height:0;
_padding-right:5px;
padding:0;
}
.ropvl td
{
vertical-align:middle;
}
.muneco_new .nst0
{
background:url(/emag_users/commons/images/staroran_1.gif) no-repeat right;
padding-right:60px;
}
.muneco_new .nst1
{
background:url(/emag_users/commons/images/staroran_2.gif) no-repeat right;
padding-right:60px;
}
.muneco_new .nst2
{
background:url(/emag_users/commons/images/staroran_3.gif) no-repeat right;
padding-right:60px;
}
.muneco_new .nst3
{
background:url(/emag_users/commons/images/staroran_4.gif) no-repeat right;
padding-right:60px;
}
.muneco_new dfn
{
display:block;
font-style:normal;
margin:5px 118px 24px;
}
.muneco_opinion
{
background-color:#f4f4f4;
margin-left:120px;
padding:10px 20px;
width:514px;
}
.opiniones_respuesta
{
background-color:#f4f4f4;
margin:5px 0 5px 120px;
padding:10px 20px;
}
.triangris_out_r
{
position:relative;
}
.triangris_out_r img
{
position:absolute;
margin:0 0 0 533px;
}
.amv
{
padding-left:120px;
background:url(/emag_users/pcurso/images/munverde.gif) no-repeat 93px 15px;
}
.amv div
{
font-size:11px;
line-height:16px;
padding:15px 15px 15px 30px;
}
.amv i
{
float:right;
color:#ff8400;
font:normal bold 12px arial;
}
.amv cite
{
float:right;
font:normal 12px arial;
}
.amv b
{
font-size:12px;
}
.gd div,.cm0
{
border:1px solid #d6d6d6;
background-color:#f4f4f4;
border-width:1px 0;
}
.amigos
{
background:url(/emag_users/pcurso/images/amigos.gif) no-repeat;
float:right;
height:40px;
width:127px;
margin:-23px 10px 0 0;
}
.paginado
{
text-align:right;
}
.paginado a,.paginado b
{
margin:0 3px;
}
.noopinion div
{
background-color:#7ABDC5;
font-size:15px;
font-weight:700;
width:40%;
color:#FFF;
padding:15px 20px;
}
.noopinion div a
{
color:#FFF;
font-size:15px;
font-weight:700;
}
.noopinion s
{
background-image:url(/emag_users/pcurso/images/pico_com_verd.gif);
margin-left:40px;
}
.temario
{
margin-bottom:20px;
}
.temario ul
{
list-style-type:disc;
margin-left:40px;
}
.nest4,.nest5
{
background:url(/emag_users/commons/images/staroran_5.gif) no-repeat;
}
.opvr,.munecorv div.ropvr,.muneco div.ropvr
{
float:right;
}
.muneco,.munecorv,.muneco_new
{
background:url(/emag_users/pcurso/images/smile.gif) no-repeat 8px top;
min-height:100px;
border:1px solid #FFF;
border-bottom-width:4px;
float:left;
}
.muneco small,.munecorv small,.muneco_new small
{
width:69px;
font-size:10px;
float:left;
color:#6d6d6d;
background-color:#eaeaea;
margin-top:69px;
min-height:12px;
padding:6px;
overflow:hidden;
}
.muneco s,.munecorv s,.muneco_new s
{
float:left;
width:29px;
height:20px;
text-decoration:none;
background:url(/emag_users/pcurso/images/pico_com.gif) no-repeat;
margin:15px 0 0 10px;
}
.muneco div.sse,.munecorv div.sse,.muneco_new div.sse
{
height:1px;
min-height:1px;
background-color:#FFF;
padding:0;
}
.muneco cite,.munecorv cite,.muneco_new cite
{
float:right;
font-style:normal;
}
.muneco .nst4,.munecorv .nst4,.muneco .nst5,.munecorv .nst5
{
background:url(/emag_users/commons/images/staroran_5.gif) no-repeat right;
padding-right:65px;
}
.muneco dfn button,.muneco_new dfn button
{
margin-left:10px;
font-size:11px;
}
.muneco_new .nst4,.muneco_new .nst5
{
background:url(/emag_users/commons/images/staroran_5.gif) no-repeat right;
padding-right:60px;
} 
/*show_opinions.js*/
.txt14bold{font-size:14px;font-weight:bold}
/*?antiguo? corregistros/dsp_corregistro_neurona.cfm*/
#promos{position:absolute; width:415px; z-index:45; left: 147px; top: 522px; visibility: hidden}
/*transaccional dsp_matricula.cfm, dsp_ficha.cfm*/
#tratardatos{position:absolute;visibility:hidden;top:0px;left:0px;width:0px;height:0px; z-index: 11;}
/*depende de js*/
#tratardp{position:absolute;visibility:hidden;top:0px;left:0px;width:0px;height:0px}
/*dsp_preview_review.cfm*/
#titcurso{font-size:18px !important;clear:both;display:table;width:80%}
/*matriculaciones/matricula-Layer.cfm*/
.relder{float:right;width:185px;margin-right:4px}
/*cursos relacionados*/
#relaccionados{text-align:left;display:table-group;clear:both}
/*capa restricciones - transaccional*/
.cursopago{min-height:50px;height:50px;#height:auto;_height:50px;background-repeat:no-repeat;padding-left:115px;margin:13px 0px;clear:both;display:table}
.atencion{background:url(/emag_users/pcurso/images/img_atencion.gif) no-repeat left;color:#F76208;padding-left:20px;font-weight:bold}
/*especificaciones de impresi?n*/
.tdtem{float:left;width:24%;font-weight:bold;text-align:right;margin-right:15px;padding:5px 0px}
.ddtem{float:left;width:74%;padding:5px 0px}
/*dsp_corregistro_neurona.cfm ?antiguo?*/
#promo2{background-color:white;padding-left:20px;padding-right:20px;background-image:url(/emag_users/pcurso/images/globo_fondo.gif);float:right;width:322px;background-repeat:repeat-y}
/*transaccional - capa restricciones*/
.mascursos{margin:0px;#position:relative;#top:-15px}
.mascursosprov{#margin:5px 0px 0px 0px;#position:relative;#top:-15px}
/*parte del comparador?*/
#capaoscura{top:0px;left:0px;width:100%;height:100%;background-color:#000000;position:absolute;z-index:50;filter: alpha(opacity=50);opacity: .5; -moz-opacity: .5; -khtml-opacity: .5}
/*parte del comparador?*/
#cbla{padding:5px 80px;background:white url(/emag_users/pcurso/images/envio_anim.gif) no-repeat 222px 85px;border:5px solid #DEECFB;width:470px;z-index:51;position:absolute;top:0px;font-size:20px;text-align:center;height:212px}
/*layers.cfm, layers.js*/
.cgracias{font-size:12px;color:#799EC6;text-align:center;margin-top:140px}
/*layers.cfm, layers.js*/
.orfon{position:absolute;width:64px;height:222px;float:left;background:url(/emag_users/pcurso/images/envio_ordena.gif) no-repeat center;margin:-5px 0px 0px 64px}
.bmiso{text-align:center;margin:15px 0px 0px 0px;clear:both;width:96%}
.bmiso a,.bmiso b{margin:0px 4px}
.anclas{clear:both;margin:6px 0px}
.imgfle{background:url(/emag_users/pcurso/images/flecha_info.gif) no-repeat left;padding-left:13px;width:145px}
.enlagoo{margin-top:30px}
.agog{margin:auto;text-align:left;padding-left:12px;}
#ofertas_infojobs{position:relative;width:96%;margin:20px auto;border-top:1px solid black}
.opitit ul{list-style-type: circle;margin:5px 100px}
.opitit li{padding:3px 0px}
.pdf,.doc,.ppt,.xls{padding-left:20px;white-space:nowrap;height:16px;margin:4px;display:block}
.doc{background:url(/emag_users/pcurso/images/icono_doc.gif) no-repeat}
.ppt{background:url(/emag_users/pcurso/images/icono_ppt.gif) no-repeat}
.xls{background:url(/emag_users/pcurso/images/icono_xls.gif) no-repeat}
.pdf{background:url(/emag_users/pcurso/images/icono_pdf.gif) no-repeat}
.recomend,.imprimir{color:blue;text-decoration:underline;margin-right:15px;height:20px;cursor:pointer}
.recomend{background:url(/emag_users/pcurso/images/ico_recomend.gif) no-repeat left 2px;padding-left:30px}
.imprimir{background:url(/emag_users/pcurso/images/ico_impri.gif) no-repeat;padding-left:23px}
.estrellas0,.estrellas1,.estrellas2,.estrellas3,.estrellas4,.estrellas5{width:48px;height:11px;background-repeat:no-repeat}
.estrellas0{background-image:url(/emag_users/commons/images/estrellas0.gif)}
.estrellas1{background-image:url(/emag_users/commons/images/estrellas1.gif)}
.estrellas2{background-image:url(/emag_users/commons/images/estrellas2.gif)}
.estrellas3{background-image:url(/emag_users/commons/images/estrellas3.gif)}
.estrellas4,.estrellas5{background-image:url(/emag_users/commons/images/estrellas4.gif)}
#restprov{background-color:white;border:25px solid #DEECFB;width:675px;z-index:51;position:absolute;font-size:12px;text-align:left;left:0px;padding:15px}
.cpcerrar{float:right;color:#49709A;width:56px;padding-top:3px;top:-37px;position:relative;cursor:pointer;margin-right:-20px}
.cpcerrar span{font-size:13px;border:1px solid #49709A;padding:1px 3px;float:right;margin-top:-3px}
.cpalert{
background:red url(/emag_users/solicitudes/images/exclrel.gif) no-repeat 32px center;
border:25px solid #F87575;
border-width:0px 25px;
color:white;
font-size:12px;
#position:relative;
#width:601px;
margin:0px -40px 0px -40px;
padding:12px 32px 12px 72px
}
.listadet{background:url(/emag_users/solicitudes/images/icolstdel.gif) no-repeat left 3px;padding-left:7px;margin:4px 0px;clear:both}
.supdiez{margin-top:30px}
.ph{margin-bottom:10px;color:#838382;font-size:10px}
.ph a{font-size:10px;color:blue}
.naranjamas { color: #F76208; font-weight: bold }
.btpush{background:url(/emag_users/pcurso/images/ico_recomend.gif) no-repeat;width:463px;height:36px;padding-left:30px;margin-top:0px}
.btpush a{font:12px arial}
.btpush a:hover{color:#FF6000}
.barrazul{background: url(/emag_users/home/images/barragw.gif); height:10px;font-size:1px;margin-top:20px;clear:both;width:99%}
.tarjeta{margin:0px;padding:0px 10px 10px 27px;background:url(/emag_users/pcurso/images/pusu.gif) no-repeat left top;border-bottom:1px solid #ebebeb;#width:95%}
.tarjeta div{margin-bottom:5px}
.tarjeta .t{font-size:10px}
.tarjeta div.nombret{font:bold 15px arial}
.tarjeta div.spp{font-size:12px}
.mado{font-size:11px;float:right;margin-top:5px;width:100px}
.mado span{font-size:12px}
.mado i{font-size:11px;padding-left:20px;font-style:normal}
.opest{float:left;margin:4px 2px 0px 0px}
.cjopd{width:75%;float:left;margin-top:15px}
.cjopd .d{width:80%;margin-left:4px}
.valcns{margin-bottom:3px;padding-left:75px}
.sv{float:right;width:24%;margin-top:15px}
.nf{border-bottom:0px}
.opresu{margin:0px 12px}
.tfinf{clear:both}
html>body .tfinf{height:20px}
.ocol{color:#818181;clear:both;padding-top:10px;font-size:10px}
.ocol a{color:#818181;font-size:10px;text-decoration:underline}
.sinconvo{background:url(/emag_users/pcurso/images/cocerra.gif) no-repeat;position:relative;height:66px;width:88px;float:left;left:-15px;top:-15px;margin-right:-30px}
.bmiso div{font:bold 11px arial;color:red}
.cjaeliminador{border:15px solid #deecfb;margin:20px 10px 0px 0px;padding:10px;position:absolute;background-color:white;top:180px;z-index:50}
html>body .cjaeliminador{width:715px}
.eliminado{font:bold 14px arial;color:#eb0000}
.cjaeliminador h1{font:bold 16px arial;margin:6px 0px 0px 0px}
.cjaeliminador h1 cite{font:normal bold 12px arial;color:#eb0000}
.msgcaducado{background:url(/emag_users/pcurso/images/imgcelim.gif) no-repeat;padding-left:60px;min-height:49px;#height:49px;margin:30px 0px;color:#eb0000;font:16px arial}
.lgcentro{background:no-repeat;height:50px;padding-left:103px}
.cestos{float:left;background:url(/emag_users/comparador/img/fleround.gif) no-repeat;padding:10px 0px 0px 35px;margin:-10px 0px 0px 30px;#margin:-10px 0px 0px 15px;#position:relative }
.trerror{float:right;width:160px;text-align:left;margin-top:0px;margin-left:60px}
.trerror .ay{text-align:left;background:url(/emag_users/pcurso/images/tirita.gif) no-repeat right;margin-top:0px}
.trerror b{display:block}
.boter{margin-bottom:10px;font-size:16px;font-weight:bold;color:#F76208}
.trerror input,.trerror select{width:98%}
.cursopagoExtra{padding:6px 0px;text-align:left;border-bottom:1px solid #e5e5e5;display:table;width:93%;}
.cursopagoExtra div{float:left;width:14%}
.cursopagoExtra .txtbold{width:50%;}
.cursopagoExtra .txtprecio{width:27%;}
#relaccionadosExtra{margin:15px auto;#margin:15px auto 0px auto;text-align:left;display:table-group;clear:both}
#relaccionadosExtra .mascursos{margin-top:10px;#margin-top:30px;#margin-bottom:-10px;text-align:right;}
.HSvsmall2,.HSvsmall3,.HSvsmall4{margin:0px;display:inline;text-decoration:none;color:#285482;line-height:17px}
.cj a.HSvsmall2 {font:11px arial}
.cj a.HSvsmall3 {font:14px arial}
.cj a.HSvsmall4 {font:17px arial}
.HSvsmall2:hover,.HSvsmall3:hover,.HSvsmall4:hover {text-decoration:underline;color:#FF8400;}
.tops {width:600px}
.poprelacs{line-height:180%;font-size:14px}
.poprelacs a{font-size:14px}
.compraOnline{background:url(/emag_users/pcurso/images/carrito.gif) no-repeat left;color:#F76208;padding-left:20px;font-weight:bold; margin-bottom:2px;}
.cursopagoExtra .compraOnline, .cursopagoExtra .atencion {float:right;}
/*restricciones*/
.cursosrel{margin-left:10px}
.cursosrel div{padding:5px 0}
.cursosrel div.sse{padding:0}
#relaccionados .cursosrel .c0 div, #relaccionados .cursosrel .c1 div{padding:0px}
.cursosrel .c0{background-color:#f4f4f4;margin:7px 0px;border:1px solid #dcdcdc;border-width:1px 0px}
.cursosrel input{float:left;margin:16px 10px 0px 10px;#margin:14px 7px 0px 7px}
/*.cursosrel span{display:block;width:500px;background-repeat:no-repeat;padding-left:110px;min-height:49px;margin-left:35px;_height:49px}*/
.cursosrel i{float:right;font:bold 12px arial}
.cursosrel b{color:#d8050b} #adsense_box .cursosrel h5, #adsense_box .cursosrel h5 a{border-bottom:2px solid #c2c2c2;color:#6d6d6d !important;font:bold 15px arial;margin-bottom:10px;margin-top:28px; text-decoration:none;}
#adsense_box .cursosrel{padding-bottom:20px;}
#adsense_box .cursosrel .adsense_dosis{padding:0 0 10px 0; margin:0;}
#adsense_box .cursosrel span{margin:0; padding:0; min-height:10px; font-weight:normal; color:#000000;}
* html #adsense_box .cursosrel span{height:10px;} 
#adsense_box .cursosrel a{color:#339933;}
#adsense_box .cursosrel a.adsense_green{color:#47B44D; text-decoration:none;}
#adsense_box .cursosrel a.link1{font-size: 16px}
#adsense_box_bajoficha .cursosrel{padding-bottom:10px;}
#adsense_box_bajoficha .cursosrel .adsense_dosis{padding:0 0 10px 0; margin:0;}
#adsense_box_bajoficha .cursosrel span{margin:0; padding:0; min-height:10px; font-weight:normal; color:#000000;}
* html #adsense_box_bajoficha .cursosrel span{height:10px;} 
#adsense_box_bajoficha .cursosrel a{color:#5D7DBC;} 
#adsense_box_bajoficha .cursosrel a.adsense_green{color:#47B44D; text-decoration:none;}
/*CSS para reorganizar el nuevo adsense en pcurso*/
.newsense_ts{float:right; position: relative; width:215px; margin:0 10px 10px 0; display:inline;}
.newsense_ts a{text-decoration:none;}
.newsense_path{width:670px;}
#adsense_box_top{background-color:#FFFFFF; margin-left:10px; margin-top:-5px;}
#adsense_box_top .cursosrel{padding:2px 0px; border-bottom:4px solid #ECECEC; margin:0px 0px}
#adsense_box_top h5, #adsense_box_top h5 a{font-size:10px; font-weight:normal; border-bottom:0; padding:2px 5px 0 0; margin:0; color:#6D6D6D !important; text-decoration:none;}
#adsense_box_top .cursosrel .adsense_dosis{padding:3px 0; margin:0;}
#adsense_box_top .cursosrel span{margin:0; padding:0; min-height:10px; font-weight:normal; color:#000000;}
* html #adsense_box_top .cursosrel span{height:10px;} 
#adsense_box_top .cursosrel a{color:#339933; font-weight:bold;}
#adsense_box_top .cursosrel a.adsense_green{color:#339933; text-decoration:none; font-weight:normal;}
/*Adsense Box Top noencontrada_container */
#adsense_box_top_0 h5, #adsense_box_top_0 h5 a{font-size:12px; font-weight:normal; margin-bottom:10px; padding-left:15px;}
#adsense_box_top_0 .cursosrel{padding-bottom:10px;}
#adsense_box_top_0 .cursosrel .adsense_dosis{padding:0 0 10px 15px; margin:0;}
#adsense_box_top_0 .cursosrel span{margin:0; padding:0; min-height:10px;}
* html #adsense_box_top_0 .cursosrel span{height:10px; font-weight:normal; color:#000000;} 
#adsense_box_top_0 .cursosrel a{color:#339933;} 
#adsense_box_top_0 .cursosrel a.adsense_green{color:#339933; text-decoration:none;}
#adsense_box_top_0 h5, #adsense_box_top_0 h5 a{font-size:10px; font-weight:normal; border-bottom:0; padding:0px 5px 0 0; margin:0; color:#6D6D6D !important; text-decoration:none;}
#buscador_topts {margin-bottom:2px; margin-top:5px;}
/*IE6 Hack*/ * html #buscador_topts {margin-top:0;} 
/*IE7 Hack*/ *+html #buscador_topts {margin-top:0;}
#buscador_topts .bb_bot{display:none;}
#buscador_topts .bb_in{padding:5px 20px 10px 20px;}
#buscador_topts select, #buscador_topts .frmmascursos .tit1par{margin-bottom:5px; margin-top:0; padding:0;}
/*interlineado y path navegacion*/
.ixon{margin-left:15px}
.ph{margin:0px 7px 10px 10px;font-size:11px}
.ph a{font-size:11px}
/*nube de tags TS*/
.ixon a.ts_level_1{font-size:10px; color:#515151;}
.ixon a.ts_level_2{font-size:12px; color:#515151;}
.ixon a.ts_level_3{font-size:14px; color:#515151;}
.ixon a.ts_level_4{font-size:16px; color:#515151;}
/* estrellas */
.est0{background-image:url(/emag_users/commons/images/estrellas0.gif)}
.est1{background-image:url(/emag_users/commons/images/estrellas1.gif)}
.est2{background-image:url(/emag_users/commons/images/estrellas2.gif)}
.est3{background-image:url(/emag_users/commons/images/estrellas3.gif)}
.est4,.est5{background-image:url(/emag_users/commons/images/estrellas4.gif)}
.estg0{background-image:url(/emag_users/commons/images/estrellasgr0.gif)}
.estg1{background-image:url(/emag_users/commons/images/estrellasgr1.gif)}
.estg2{background-image:url(/emag_users/commons/images/estrellasgr2.gif)}
.estg3{background-image:url(/emag_users/commons/images/estrellasgr3.gif)}
.estg4,.estg5{background-image:url(/emag_users/commons/images/estrellasgr4.gif)}
/*estrellas verdes*/
.estrellasv0,.estrellasv1,.estrellasv2,.estrellasv3,.estrellasv4,.estrellasv5{padding:0px 30px;display:inline;background:no-repeat center;}
.estrellasv0{background-image:url(/emag_users/commons/images/stargre_0.gif)}
.estrellasv1{background-image:url(/emag_users/commons/images/stargre_1.gif)}
.estrellasv2{background-image:url(/emag_users/commons/images/stargre_2.gif)}
.estrellasv3{background-image:url(/emag_users/commons/images/stargre_3.gif)}
.estrellasv4{background-image:url(/emag_users/commons/images/stargre_4.gif)}
.estrellasv5{background-image:url(/emag_users/commons/images/stargre_5.gif)}
/*estrellas de valoraci?n*/
.estrellaso0,.estrellaso1,.estrellaso2,.estrellaso3,.estrellaso4,.estrellaso5{padding:0px 30px;display:inline;background:no-repeat center;}
.estrellaso0{background-image:url(/emag_users/commons/images/staroran_1.gif)}
.estrellaso1{background-image:url(/emag_users/commons/images/staroran_2.gif)}
.estrellaso2{background-image:url(/emag_users/commons/images/staroran_3.gif)}
.estrellaso3{background-image:url(/emag_users/commons/images/staroran_4.gif)}
.estrellaso4{background-image:url(/emag_users/commons/images/staroran_5.gif)}
.estrellaso5{background-image:url(/emag_users/commons/images/staroran_5.gif)}
/*Linea muerta: error de coldfusion. Mantener esta linea comentada*/
.naopinion_curso_list li{overflow:hidden; clear:both;}
.naopinion_curso_tit{float:left; width:105px; padding-right:4px;}
.naopinion_curso_void{background:url(/emag_users/commons/images/naopinion_curso_0.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_0{background:url(/emag_users/commons/images/naopinion_curso_1.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_1{background:url(/emag_users/commons/images/naopinion_curso_2.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_2{background:url(/emag_users/commons/images/naopinion_curso_3.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_3{background:url(/emag_users/commons/images/naopinion_curso_4.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_4{background:url(/emag_users/commons/images/naopinion_curso_5.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;}
.naopinion_curso_5{background:url(/emag_users/commons/images/naopinion_curso_5.gif) no-repeat center right;padding:0px;width:111px; height:15px; float:left; clear:right;} 
.excellence{position:absolute;margin-left:-110px;width:99px;height:66px;background:url(http://images.emagister.com/images/excellence.gif) no-repeat}
.advance{position:absolute;margin-left:-110px;width:99px;height:66px;background:url(http://images.emagister.com/images/advance.gif) no-repeat}
.standard{position:absolute;margin-left:-110px;width:99px;height:66px;background:url(http://images.emagister.com/images/standard.gif) no-repeat}
.excellence_tit{margin: -5px 0pt 0pt -125px; background: transparent url('http://images.emagister.com/images/excellence.gif') no-repeat; position: absolute; width: 99px; height: 66px; }
.excellence_tit_logo{width:97px; height:47px; margin:1px auto; padding:0; overflow:hidden;}
.excellence_tit_logo img{border:none; padding:0; margin-left:-1px;}
.advance_tit{margin: -5px 0pt 0pt -125px; background: transparent url('http://images.emagister.com/images/advance.gif') no-repeat; position: absolute; width: 99px; height: 66px; }
.advance_tit_logo{width:97px; height:47px; margin:1px auto; padding:0; overflow:hidden;}
.advance_tit_logo img{border:none; padding:0; margin-left:-1px;}
.standard_tit{margin: -5px 0pt 0pt -125px; background: transparent url('http://images.emagister.com/images/recomendado.gif') no-repeat; position: absolute; width: 99px; height: 66px; }
.standard_tit_logo{width:100px; height:50px; margin:1px auto; padding:0; overflow:hidden; text-align:center;}
.standard_tit_logo img{border:none; padding:0; margin-left:-1px;}
.zde h4{margin-top:0px;color:#14808a;font:bold 22px arial}
/* Columna derecha */
.zde_top{margin-top:99px;}
* html .zde_top{margin-top:103px;}/*IE6 Hack*/
*+html .zde_top{margin-top:99px;}/*IE7 Hack*/
.triang_top{margin-top:100px;}
* html .triang_top{margin-top:104px;}/*IE6 Hack*/
*+html .triang_top{margin-top:100px;}/*IE7 Hack*/
.zde .imgdm2 {background-color:#FFF; border:none; padding-left:5px;}
.zde .imgdm2 h4{font-size:15px; color:#000; font-weight:normal; margin-top:0; padding-top:0;}
.zde .imgdm2 p{padding-right:10px; line-height:18px;}
.contactar_responsable{padding:5px 0 5px 20px; font-size:12px; background:url(/emag_users/pcentro/images/minigris.gif) no-repeat left center;}
.imgdm p{margin-top:0;}
/* Texto descripcin centro */
.descripcion_centro{padding:5px 10px 0 10px;}
/* Links ms informacin*/
.link_info{list-style-type:none; padding-left:0; margin:0;}
.link_info li{padding:5px 0 5px 32px; margin:0;}
.link_info a{text-decoration:underline;}
.link_solicitar{background:url(/emag_users/pcentro/images/minitris.gif) no-repeat left center;}
.link_catalogo{background:url(/emag_users/pcentro/images/miniclip.gif) no-repeat left center;}
.link_donde{background:url(/emag_users/pcentro/images/minibici.gif) no-repeat left center;}
/*mensaje superior lateral derecho*/
.imgdm{border:3px solid #f6f6f6;border-width:6px 3px;background-color:#f6f6f6;padding-left:5px}
.imgdm h4{font-size:16px;margin-bottom:0px}
.masinfo{margin-left:10px}
.masinfo span{font-weight:bold;color:#FF8606}
.masinfo form span{font-weight:normal;color:black}
.masinfo a{color:blue;font-weight:normal}
.masinfo table td{padding:5px;}
/*Links solicitar info, catálogo, dónde*/
.ctanc{margin-top:25px}
.ctanc i{min-height:38px;_height:38px;padding:3px 0px 3px 22px;width:185px;margin-right:5px;float:left;font-style:normal;background-position:left center;background-repeat:no-repeat}
.ctanc i.dond{padding-left:57px}
.dond{background:url(/emag_users/pcurso/images/ico_bici.gif);cursor:pointer;color:blue;text-decoration:underline}
/*vcursos_destacados.cfc*/
.cu{background:url(/emag_users/pcurso/images/clippeq.gif);cursor:pointer;color:blue;text-decoration:underline}
.inf{background:url(/emag_users/pcentro/images/trigris.gif);cursor:pointer;color:blue;text-decoration:underline}
h5{border-bottom:2px solid #c2c2c2;color:#6d6d6d;font:bold 15px arial;margin:10px 0px}
/*alumno - opiniones*/
.amigo{background:url(/emag_users/pcurso/images/alumno.gif) no-repeat;float:right;height:40px;width:24px;margin:-23px 10px 0px 0px;_position:relative}
/*título - vopiniones.cfc*/
.barras{background:url(/emag_users/pcurso/images/barrasv.gif) no-repeat;float:right;height:27px;width:36px;margin:-10px 3px 0px 0px}
.valnes{margin-top:10px}
.valnes td{padding:5px;}
.verdeoscuro{font:bold 15px arial;color:white;background-color:#018592}
.vopn{color:#f76208;font:bold 15px arial;border-bottom:1px solid #e4e4e4;padding:0px 6px 6px 6px}
.grisdetalle{background-color:#f6f6f6}
.grisdetalle div{width:75px;padding-top:18px;background-repeat:no-repeat;background-position:center top}
.grisdetalle span s{padding-left:25px;background-repeat:no-repeat;background-position:left center;margin:1px 0px;min-height:18px;font:12px arial;color:black;text-decoration:none;display:block;margin-left:45px}
.pos{background-image:url(/emag_users/pcentro/images/icpos.gif)}
.neu{background-image:url(/emag_users/pcentro/images/icneu.gif)}
.neg{background-image:url(/emag_users/pcentro/images/icneg.gif)}
.clip{background:url(/emag_users/pcurso/images/clip.gif) no-repeat;float:right;height:47px;width:24px;margin:-20px 10px 0px 0px}
.mas{background:url(/emag_users/pcentro/images/ico_mas.gif) no-repeat;float:right;height:31px;width:31px;margin:-15px 10px 0px 0px}
.maleta{background:url(/emag_users/pcentro/images/maleta.gif) no-repeat;float:right;height:26px;width:28px;margin:-13px 10px 0px 0px}
.pt cite{font-style:normal;width:220px;margin-right:5px;float:left}
.pt cite q{quotes:none;color:#7d7d7d}
#lugares .emarcado{text-decoration:none;color:black;font-weight:bold}
.pt div{font-size:1px;clear:both;height:1px}
.lstdst .a{display:block;margin-bottom:10px;position:relative}
.l1 cite,.l0 cite{display:block;clear:both;height:1px;font-size:1px}
.lstdst i{width:325px;float:left;font-style:normal}
.lstdst u{font:bold 12px arial;color:#f76208;text-decoration:none;margin-left:3px}
/*
.lstdst em{width:160px;height:13px;float:left;padding-top:1px;padding-left:26px;font-style:normal}
.lstdst em.online{background:url(/emag_users/commons/images/banderas/online.gif) no-repeat;height:15px}
.lstdst em.adistancia{background:url(/emag_users/commons/images/banderas/distancia.gif) no-repeat;height:15px}
*/
.lstdst span{float:right;font-weight:normal;color:blue;background:url(/emag_users/pcentro/images/fltc.gif) no-repeat left center;padding-left:18px;width:125px}
.lstdst .vtc{font-style:normal;display:block;margin-top:10px;cursor:pointer;color:blue;text-decoration:underline;text-align:right}
.dtemario{background-color:#f6f6f6;padding:15px;}
.dtemario h4{font-size:16px; margin-bottom:21px;}
.bici{background:url(/emag_users/pcurso/images/ico_bici.gif) no-repeat;float:right;height:31px;width:52px;margin:-33px 10px 0px 0px;_position:relative}
.gog h5{margin-bottom:0px}
#map{border:1px solid #6d6d6d}
.gmaps{background-color:#f6f6f6;padding:10px;border-bottom:2px solid #c2c2c2}
.gmaps div span{color:black}
#imgsce{width:230px;float:right;overflow:hidden; margin-top:0;}
.imgsce{width:258px;float:left;overflow:hidden}
/*#imgsce div{padding:2px;#padding:2px 2px 0px 2px}*/
.imgsce span{padding:2px;#padding:2px 2px 0px 2px;width:250px;display:block}
#imgsce span{padding:1px;width:155px;display:block}
#imgsce i,.imgsce i{font:normal 9px arial;text-align:center;display:block;width:250px;padding:1px;margin-bottom:7px;min-height:15px;_height:15px}
#imgsce .a,.imgsce .a{float:left;font-size:9px;color:#0066ff}
#imgsce em.a{color:black;font-style:normal}
#imgsce .b,.imgsce .b{float:right;font-size:9px;color:#0066ff}
#imgsce strong,.imgsce strong{font:bold 15px arial;display:block;margin-top:35px}
.imgsce strong.noms{margin-top:0px}
#imgsce b,.imgsce b{font:12px arial;display:block;color:#686868;background-repeat:no-repeat;padding:5px 0px 5px 50px;min-height:35px;_height:35px;margin-top:20px}
#imgsce .bt,.imgsce .bt{background-image:url(/emag_users/pcentro/images/btra.gif);border-bottom:1px solid #f1f1f1}
#imgsce .fm,.imgsce .fm{background-image:url(/emag_users/pcentro/images/finmat.gif);border-bottom:1px solid #f1f1f1}
#imgsce .ae,.imgsce .ae{background-image:url(/emag_users/pcentro/images/asex.gif)}
#imgsce .carousel{height:150px; overflow:hidden;}
html>body .eaimgs{position:absolute;#position:relative;width:250px;margin-top:10px;#width:auto}
.eaimgs{#position:relative}
.servicios{border:1px solid #c2c2c2;border-width:1px 0px;padding:10px;background-color:#f6f6f6;min-height:40px;_height:40px}
.servicios div{float:left;width:210px;margin-right:5px}
.servicios div.clear{float:none;width:auto;margin-right:0;}
.servicios div span{background-repeat:no-repeat;font:12px arial;color:#686868;padding-left:55px;display:block}
.fm span{background-image:url(/emag_users/pcentro/images/finmat.gif)}
.ae span{background-image:url(/emag_users/pcentro/images/asex.gif)}
.serviciosicons{min-height:30px;}
* html .serviciosicons{height:30px;}
.tnt{font:24px arial;margin:10px 0px 5px 0px;#margin:10px 0px 0px 0px;width:470px;min-height:54px}
.suscu{font-size:15px;color:#6d6d6d;font-weight:bold}
.l1{background-color:#f4f4f4;border:1px solid #e3e3e3;border-width:1px 0px;padding:8px}
.l0{padding:8px;}
.bt dfn,.fm dfn,.ae dfn{display:block;color:blue;font-style:normal}
iframe{position:absolute;visibility:hidden}
dfn{font-style:normal}
/*caja nueva de infojobs*/
.babaj{border-bottom:1px solid #d6d6d6}
.barrib{border-top:1px solid #d6d6d6}
.tjobs{font:bold 12px arial;text-align:right;width:130px}
.djobs{background-color:#f6f6f6}
.nopts{text-decoration:none;color:#a6a6a6}
/*capus virtual*/
.campv{font:bold 12px arial;color:#255282}
.campv i{color:#ff8400}
.logocursos_in{position:relative;}
.logocursos_out{position:absolute; left:-118px; top:2px;}
.logocursos_out img{border:none;}
a.linkmadre{color:blue;font-size:11px;}
small.linkadscrito{color:black; font-size:11px;}
.profes_centro{background:url(/emag_users/pcurso/images/letras_prof.gif) 610px 0px no-repeat; height: 40px; }
/* Foto centro */
.sin_marginleft{margin-left:0 !important;}	
.foto_centro{float:right; width:280px;	margin:5px 0 0 60px; background-color:#FFF; overflow:hidden; }
* html .foto_centro{margin-top:3px;} /*IE6 Hack*/
*+html .foto_centro{margin-top:3px;} /*IE7 Hack*/
#foto_marco{ padding:15px 15px 0 15px; position:relative; background-color:#EAEAEA; text-align:center; }
#foto_subtit{font-size:11px; font-family:Arial;padding:5px 0;text-align:center; background-color:#eaeaea;}
.foto_control{padding-top:2px;background-color:#FFF;}
.anterior{float:left; font-size:11px; font-family:Arial;}
.siguiente{float:right; font-size:11px; font-family:Arial;}
/* Vídeo centro */
.video_centro{z-index:0; float:right; margin:0 0 0 60px; text-align:center; width:280px;}	
/*tooltip*/
.tooltip{cursor:default;font-size:11px;padding:10px;visibility:hidden;float:left;position:absolute;border:2px solid #DCDCDC;width:250px;background:#FFFFFF;margin-top:-80px;_margin-top:-75px;margin-left:-165px}
.ttiptxt{height:15px;text-align:right;font-size:12px;font-style:normal;border-bottom:1px dotted #666666;cursor: pointer}
.ttipquest{padding-right:15px;background-image:url('/emag_users/commons/images/iquest.gif');background-repeat:no-repeat;background-position:left;border:none;cursor: pointer}
/*cursos destacados*/
.cjaDestacados{width:auto;float:right;visibility:collapse;margin:0px;height:0px;padding-right:5px;overflow:hidden}
.Ini{width:792px;	background:#76765c;overflow:hidden;position: relative;margin:5px 0px 10px}
.cPat{background:#9f9e8c;height:100%;width:12.7%;}
.cPat div{font-size:12px;color:#fff;padding:20px 5px 5px 5px;margin:0px}
.coloca{background:#76765c;width:85%;float:right;text-align:left;color:#fff;padding:5px}
.destTitulo{margin-bottom:10px}
.destDetalles{font-size:12px;left:0px;}
.coloca a{color:#fff;text-decoration:underline;font-size:16px}
/*Para la capa de indexacion*/
.ixon{width:735px;margin:0px 5px 15px 5px;font:10px arial;color:#929292;_position:relative}
.ixon a{font:10px arial;color:#929292;text-decoration:none}
.ixon a:hover{text-decoration:underline}
.zlg .intit{
margin:0;
/*padding:15px 15px 0 135px;*/
/*min-height:40px;*/
/*_height:40px;*/
}
.sepsubseccion{
clear:both;
height:20px;
}
/* Informació sobe la titulació 
------------------------------------------------------------------------------*/
.info-titulacion{
margin:20px 0 0 10px;
padding:0;
list-style:none;
}
.info-titulacion li{
clear:left;
overflow:hidden;
_height:1%;
margin-bottom:8px;
}
.info-titulacion li strong{
float:left;
width:128px;
margin-right:13px;
text-align:right;
}
.info-titulacion li p{
float:left;
width:534px;
margin:0;
}
.info-titulacion li p em{
font-style:normal;
color:#ff8400;
font-weight:bold;
}
.info-titulacion li.info-donde,
.info-titulacion li.info-plan,
.info-titulacion li.info-salidas,
.info-titulacion li.info-acceso,
.info-titulacion li.info-pasarelas{
margin:0 0 0 104px;
padding:5px 0 5px 37px;
}
.info-titulacion li.info-donde{
margin-top:15px;
background:url(/universidades_content/images/ico_donde.png) no-repeat left;
}
.info-titulacion li.info-plan{
background:url(/universidades_content/images/ico_plan.png) no-repeat left;
}
.info-titulacion li.info-salidas{
background:url(/universidades_content/images/ico_salidas.png) no-repeat left;
}
.info-titulacion li.info-acceso{
background:url(/universidades_content/images/ico_acceso.png) no-repeat left;
}
.info-titulacion li.info-pasarelas{
background:url(/universidades_content/images/ico_pasarelas.png) no-repeat left;
}
/* Panel derecho logos
------------------------------------------------------------------------------*/
.dnormal ul{
list-style:none;
margin:0;
padding:0;
}
.dnormal ul li{
margin-top:15px;
}
.dnormal ul li.first-child{
margin-top:0;
}
.dnormal ul li p{
margin:5px 0 0 0;
}
/* Dónde estudiar
------------------------------------------------------------------------------*/
.dondeestudiar{}
.dondeestudiar h5{
margin-left:15px;
}
.dondeestudiar ul{
list-style:none;
margin:0 0 10px 15px;
padding:0;
overflow:hidden;
_height:1%;
}
.dondeestudiar ul li{
float:left;
width:30%;
margin-right:2%;
}
.dondeestudiar img{
border-top:2px solid #c2c2c2;
border-bottom:2px solid #c2c2c2;
padding:9px 0;
margin-left:15px;
}
.carreras-rel h5{
margin-left:15px;
}	
.carreras-rel ul{
list-style:none;
margin:0 0 0 5px;
padding:0;
}
.carreras-rel li{
background-color:#F4F4F4;
border:solid #D6D6D6;
border-width:1px 0px;
padding:10px;
position:relative;
}
.carreras-rel li.par{
background:none;
border:none;
}
.carreras-rel li img{
width:100px;
float:left;
margin-right:10px;
}
.carreras-rel dl{
float:left;
width:425px;
margin:0;
padding:0;
}
.carreras-rel li dd{
margin:5px 0 0 0;
}
.carreras-rel li dd em,
em.creditos{
padding:2px 5px;
background-color:#ff8400;
color:white;
margin-left:6px;
font-style:normal;
}
.carreras-rel li dd strong{
font-weight:normal;
color:#ff8400;
}
.carreras-rel li .nota-carrera{
position:absolute;
top:10px;
right:10px;
margin:0;
color:#6d6d6d;
}
.carreras-rel li .nota-carrera strong{
color:black;
}
.carreras-rel li .precio-carrera{
position:absolute;
bottom:10px;
right:10px;
margin:0;
}
.carreras-rel p{
text-align:right;
margin:10px 10px 0 15px;
}
/* Plan de Estudios
------------------------------------------------------------------------------*/
.plan-estudios{
margin-left:15px;
}
.plan-estudios h6{
font-size:1em;
font-weight:bold;
margin-bottom:7px;
}
.plan-estudios h6.first-child{
margin-top:0;
}
.plan-estudios h6 em.creditos{
font-style:normal;
color:white;
}
.plan-estudios h6 em{
color:#ff8400;
font-style:normal;
font-weight:normal;
}
.plan-estudios p{
margin:0 0 10px 0;
}
/* Titulaciones relacionadas
------------------------------------------------------------------------------*/
.titulaciones-rel ul{
margin:20px 0 0 57px;
padding:0;
list-style:none;
}
.titulaciones-rel li{
padding:0 0 0 108px;
margin-top: 10px;
}
.titulaciones-rel li.par{
background:none;
border:none;
}
.titulaciones-rel li.diplomatura{
background:url(/universidades_content/images/logo_diplomatura.png) no-repeat left top;
}
.titulaciones-rel li.licenciaturasegundociclo{
background:url(/universidades_content/images/logo_licenciaturasegundociclo.png) no-repeat left top;
}
.titulaciones-rel li div{
background-color:#F4F4F4;
border:solid #E1E1E1;
border-width:1px 0px;
padding:10px 10px 0 10px;
}
.titulaciones-rel li div p{
margin:10px 0;
}
/* Titulaciones relacionadas
------------------------------------------------------------------------------*/
.titulacion-acceso ol{
margin:20px 0 0 21px;
padding:0;
list-style:none;
overflow:hidden;
_height:1%;
}
.titulacion-acceso ol li{
float:left;
padding:15px 0;
}
.titulacion-acceso ol li.first{
padding-left:144px;
background:url(/universidades_content/images/ico_flechalarga.png) no-repeat 5px center;
margin-right:7px;
}
.titulacion-acceso ol li.second{
padding-left:35px;
background:url(/universidades_content/images/ico_flechacorta.png) no-repeat left;
}
.titulacion-acceso ol li strong{
border:3px solid #bfbfbf;
padding:10px;
font-weight:normal;
color:#ff8400;
}
.titulacion-acceso div,
.titulacion-pasarelas div{
padding:10px;
background-color:#F4F4F4;
border:solid #E1E1E1;
border-width:1px 0px;
margin:15px 0 30px 165px;
}
.titulacion-acceso div h6,
.titulacion-pasarelas div h6{
font-size:1em;
font-weight:bold;
margin:20px 0 10px 0;
}
.titulacion-acceso div h6.first-child,
.titulacion-pasarelas div h6.first-child{
margin-top:0;
}
.titulacion-acceso div ul,
.titulacion-pasarelas div ul{
margin:0 0 0 15px;
padding:0;
list-style:none;
}
.titulacion-acceso div ul li,
.titulacion-pasarelas div ul li{
margin-bottom:3px;
}
em.directo{
padding:1px 4px;
background-color:#88c57f;
color:white;
font-style:normal;
margin-left:5px;
}
em.directo.nomargin{
margin-left:0;
}
/* Pasarelas (comparte reglas con el anterior grupo)
------------------------------------------------------------------------------*/	
.titulacion-pasarelas h5{
margin-left:15px;
}
.titulacion-pasarelas div{
margin-bottom:0;
}
.titulacion-pasarelas div h6{
margin:30px 0 7px 0;
}
.titulacion-pasarelas div ul{
margin:7px 0 0 0;
}
.titulacion-pasarelas div li img{
}
/* universal clearfix hack */
.clearfix:after,
.carreras-rel li:after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix,
.carreras-rel li{ display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix,
* html .carreras-rel li{ height: 1%; }
.clearfix,
.carreras-rel li{ display: block; }
/* close commented backslash hack */ /* Cabecera
------------------------------------------------------------------------------*/
.info-universidad{
float:left;
width:100%;
}
.info-universidad .left{
float:left;
width:363px;
margin:10px 0 0 25px;
line-height:1.4;
display:inline; /*fixed bug IE6*/
}
.info-universidad .left p{
margin:0 0 10px;
}
.info-universidad .left p.mas-info{
margin:-8px 0 10px;
}
.info-universidad ul{
list-style:none;
padding:0;
margin:20px 0 0;
}
.info-universidad li{
margin:0 0 0 -13px;
padding:5px 0 5px 37px;
background:url(/universidades_content/images/ico_pasarelas.png) no-repeat left;
}
.info-universidad li.donde{
background:url(/universidades_content/images/ico_donde.png) no-repeat left;
}
.info-universidad .right{
float:right;
width:211px;
margin:10px 0 0;
padding:31px;
background-color:#eaeaea;
}
.info-universidad .right img{
border:2px solid white;
width:209px;
}
/* Datos básicos
------------------------------------------------------------------------------*/
div.universidad-servicio{	
padding-right:10px;
padding-top:10px;
}
.universidad-servicio table{
border-collapse:collapse;
}
.universidad-servicio table tr{
text-align:left;
vertical-align:top;
}
.universidad-servicio table tr td{
text-align:justify;
vertical-align:top;
padding-top:10px;
padding-left:10px;	
padding-right:10px;
background-color:#F6F6F6;
}	
.universidad-servicio table tr td.imag{	
width: 25px;
max-width:25px;
background-color:white;
border:none;
padding-right:0px;
padding-left:5px;
padding-top:5px;
}
.universidad-servicio table tr td.tit{	
width: 100px;
max-width:100px;
background-color:white;
border:none;
text-align:left;
padding-right:5px;
padding-left:5px;
}	
.universidad-servicio table tr td.prim{
border-top-style: solid;
border-top-width: 1px;
border-top-color: #C2C2C2;
padding-top:10px;
}
.universidad-servicio table tr td.ult{
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #C2C2C2;
padding-bottom:10px;
}
/* Datos básicos
------------------------------------------------------------------------------*/
.universidad-datos ul{
width:100%;
float:left;
padding:0;
margin:20px 0;
list-style:none;
}
.universidad-datos li{
float:left;
width:335px;
}
.universidad-datos li strong{
float:left;
width:150px;
padding:10px 10px 10px 0;
margin-left:10px;
display:inline; /*fixed bug IE6*/
text-align:right;
}
.universidad-datos li span{
float:left;
width:155px;
border-top:1px solid #c9c9c9;
background-color:#f4f4f4;
padding:10px 0 10px 10px;
color:black;
font-weight:normal;
}
.universidad-datos li.right{
float:right;
width:350px;
}
.universidad-datos li.right strong{
float:left;
width:185px;
padding:10px 10px 10px 0;
margin:0;
border-top:1px solid #c9c9c9;
background-color:#f4f4f4;
}
.universidad-datos li.right span{
float:left;
width:145px;
border-top:1px solid #c9c9c9;
background-color:#f4f4f4;
}
.universidad-datos li.all{
float:left;
width:100%;
}
.universidad-datos li.all span{
width:505px;
}
.universidad-datos li.right.par strong,
.universidad-datos li.right.par span{
background-color:#fff;
}
.universidad-datos li.par span{
background-color:#fff;
}
.universidad-datos li em{
font-style:normal;
color:#6d6d6d;
}
table.universidad-datos{
width:100%;
border-collapse:collapse;
}
table.universidad-datos td{
padding:10px;
}
table.universidad-datos .par td{
background-color:#F4F4F4;	
}
table.universidad-datos td.line_heading{
background-color:#FFF;
text-align:right;
width:130px;
}
table.universidad-datos td.line_heading2{
text-align:right;
}	
/* Carreras y grados
------------------------------------------------------------------------------*/	
.universidad-carreras h5{
margin-left:15px;
}
.universidad-carreras div{
padding:10px;
background-color:#F4F4F4;
border:solid #E1E1E1;
border-width:1px 0px;
margin:15px 0 0 165px;
}
.universidad-carreras div h6{
font-size:1em;
font-weight:bold;
margin:30px 0 7px 0;
}
.universidad-carreras div h6.first-child{
margin-top:0;
}
.universidad-carreras div ul{
padding:0;
list-style:none;
margin:7px 0 0 0;
}
.universidad-carreras div ul li{
margin-bottom:3px;
}
.universidad-carrerasdestacadas h5{
margin-left:15px;
}	
.universidad-carrerasdestacadas ul{
list-style:none;
margin:0 0 0 5px;
padding:0;
}
.universidad-carrerasdestacadas li{
background-color:#F4F4F4;
border:solid #D6D6D6;
border-width:1px 0px;
padding:10px;
position:relative;
}
.universidad-carrerasdestacadas li.par{
background:none;
border:none;
}
.universidad-carrerasdestacadas li img{
width:100px;
float:left;
margin-right:10px;
}
.universidad-carrerasdestacadas dl{
float:left;
width:425px;
margin:0;
padding:0;
}
.universidad-carrerasdestacadas li dd{
margin:5px 0 0 0;
}
.universidad-carrerasdestacadas li dd em,
em.creditos{
padding:2px 5px;
background-color:#ff8400;
color:white;
margin-left:6px;
font-style:normal;
}
.universidad-carrerasdestacadas li dd strong{
font-weight:normal;
color:#ff8400;
}
.universidad-carrerasdestacadas li .nota-carrera{
position:absolute;
top:10px;
right:10px;
margin:0;
color:#6d6d6d;
}
.universidad-carrerasdestacadas li .nota-carrera strong{
color:black;
}
.universidad-carrerasdestacadas li .precio-carrera{
position:absolute;
bottom:10px;
right:10px;
margin:0;
}
.universidad-carrerasdestacadas p{
text-align:right;
margin:10px 10px 0 15px;
}
/* Carreras destacadas
------------------------------------------------------------------------------*/
.universidad-carrerasdestacadas h5{
margin-left:15px;
}	
.universidad-carrerasdestacadas ul{
list-style:none;
margin:0 0 0 5px;
padding:0;
}
.universidad-carrerasdestacadas li{
background-color:#F4F4F4;
border:solid #D6D6D6;
border-width:1px 0px;
padding:10px;
position:relative;
}
.universidad-carrerasdestacadas li.par{
background:none;
border:none;
}
.universidad-carrerasdestacadas li img{
width:100px;
float:left;
margin-right:10px;
}
.universidad-carrerasdestacadas dl{
float:left;
width:425px;
margin:0;
padding:0;
}
.universidad-carrerasdestacadas li dd{
margin:5px 0 0 0;
}
.universidad-carrerasdestacadas li dd em,
em.creditos{
padding:2px 5px;
background-color:#ff8400;
color:white;
margin-left:6px;
font-style:normal;
}
.universidad-carrerasdestacadas li dd strong{
font-weight:normal;
color:#ff8400;
}
.universidad-carrerasdestacadas li .nota-carrera{
position:absolute;
top:10px;
right:10px;
margin:0;
color:#6d6d6d;
}
.universidad-carrerasdestacadas li .nota-carrera strong{
color:black;
}
.universidad-carrerasdestacadas li .precio-carrera{
position:absolute;
bottom:10px;
right:10px;
margin:0;
}
.universidad-carrerasdestacadas p{
text-align:right;
margin:10px 10px 0 15px;
}
/* Centros
------------------------------------------------------------------------------*/
.universidad-centros{
margin-left:15px;
}
.universidad-centros .left{
float:left;
width:325px;
margin-bottom:15px;
}
.universidad-centros .right{
float:right;
width:325px;
margin-bottom:15px;
}
.universidad-centros ul{
margin:0;
padding:0;
list-style:none;	
}
.universidad-centros ul li{
margin:0 0 1px 0; /* NOTA: eran 3px */
}
.universidad-centros img{
clear:both;
border-top:2px solid #c2c2c2;
border-bottom:2px solid #c2c2c2;
padding:9px 0;
}
/* Catálogo cursos
------------------------------------------------------------------------------*/
.universidad-catalogocursos{
margin-left:15px;
}
.universidad-catalogocursos h5{
padding:10px 0 0;
background:url(/universidades_content/images/birrete.gif) no-repeat right 3px;
}	
.universidad-catalogocursos .left{
float:left;
width:325px;
margin-bottom:0px;
}
.universidad-catalogocursos .right{
float:right;
width:325px;
margin-bottom:0px;
}
.universidad-catalogocursos ul{
margin:0;
padding:0;
list-style:none;
}
.universidad-catalogocursos ul li{
margin:0 0 3px 0;
}
.universidad-catalogocursos ul li{
float:left;
width:100%;
}
.universidad-catalogocursos ul li strong{
float:left;
width:120px;
color:#FF8400;
font-weight:normal;
margin-right:10px;
text-align:right;
}
.universidad-catalogocursos ul li a{
float:left;
width:165px;
}
.universidad-catalogocursos p.right{
text-align:right;
margin:0 10px 0pt 15px;
}
.universidad-catalogocursos-sep{
clear:both;
margin: 0px;
padding: 0px;
}
/* Centro
------------------------------------------------------------------------------*/
.universidad-centro{
float:left;
width:100%;
margin-top:20px;
}
.universidad-centro .left{
float:left;
width:390px;
margin-left:15px;
display:inline; /*fixed bug IE6*/
}
.universidad-centro .left p{
margin:0 0 10px;
}
.universidad-centro .right{
float:right;
width:250px;
margin-left:20px;
}
.universidad-centro .right .foto_centro{float:right; width:280px;	margin:5px 0 0 60px; background-color:#FFF; overflow:hidden; }
* html .universidad-centro .right .foto_centro{margin-top:3px;} /*IE6 Hack*/
*+html .universidad-centro .right .foto_centro{margin-top:3px;} /*IE7 Hack*/
.universidad-centro .right #foto_marco{ padding:15px 15px 0 15px; position:relative; background-color:#EAEAEA; text-align:center; }
.universidad-centro .right #foto_subtit{font-size:11px; font-family:Arial;padding:5px 0;}
.universidad-centro .right .foto_control{padding-top:2px;}
.universidad-centro .right .anterior{float:left; font-size:11px; font-family:Arial;}
.universidad-centro .right .siguiente{float:right; font-size:11px; font-family:Arial;}
/* Otros
------------------------------------------------------------------------------*/
/* Incono de cama en la columna "dónde vivir?" */
.univ_cama{
padding-top:25px;
background:url(/emag_users/commons/images/cama.gif) 10px top no-repeat;
}
.univ_cama_triang{
padding-top:25px;
background-position:0 25px;
}
