@charset "utf-8";
/* CSS Document */
/*=====================================ELEMENTOS==========================================*/
body
	{
		text-align:center;
        margin: 0px;
        height: 100%;
        width: 100%;
		background:url(../images/backgrounds/bg_blue_repeat_x.gif) repeat-x #FFFFFF;
	}
body,td,th
	{
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	}
a 
	{
		color: #0676BE;
	}
a:link 
	{
		text-decoration: none;
	}
a:visited 
	{
		text-decoration: none;
		color: #0676BE;	
	}
a:hover 
	{
		text-decoration: underline;
		color: #0676BE;
	}
a:active 
	{
		text-decoration: none;
		color: #0676BE;
	}
table
	{
		border-collapse:collapse;	
	}
img
	{
		border:0px;
	}
img.centrar
	{
		margin:auto;
		display:block;

	}
hr
	{
		border-top:0px;
		border-left:0px;
		border-right:0px;
		border-bottom:1px solid #f4f4f4;
		height:0px;
	}
div
	{
		float:left;	
	}	
.left
	{
		float:left;
	}
.right
	{
		float:right;
	}
.none
	{
		float:none;
	}

.noneNoBorder
	{
		border:1px solid #FFF;
	}
.Tleft
	{
		text-align:left;
	}
.Tright
	{
		text-align:right;
	}
.Tcenter
	{
		text-align:center;
	}
.Tjustify
	{
		text-align:justify;
	}
.pad
	{
		padding:10px;	
	}
.Wexpand
	{
		width:720px;
		clear:both;
	}
.padTop
	{
		padding-top:5px;
	}
.padLeft
	{
		padding-right:5px;
	}
.padRight
	{
		padding-right:5px;
	}
.padBottom
	{
		padding-bottom:5px;
	}
.noBorder
	{
		border:none;
	}
.both
	{
		clear:both;
	}

/*=====================================ELEMENTOS==========================================*/

/*=====================================ESTRUCTURA=========================================*/
.centrarWebIE8
	{
		width:99%;
		height:auto;
		text-align:center;
	}
.marcoWeb
	{
		width:1003px;
		margin:auto;
		height:auto;
		float:none;
	}
.flashElements
	{
		position: relative;
		top:0px;
		left:0px;
		z-index:0;
		width:1003px;
		height:368px;
	}
.htmlElements
	{
		position: relative;
		top:-358px;
		left:0px;
		z-index:1;		
		width:1003px;
		height:auto;
		margin-top:-10px;
	}
.menuContextual
	{
		width:1003px;
		font-size:0.8em;
		color:#FFFFFF;
		text-align:left;
		font-weight:500;
	}
.menuContextual a:link
	{
		color:#FFFFFF;	
	}
.menuContextual a:active
	{
		color:#FFFFFF;	
	}
.menuContextual a:visited
	{
		color:#FFFFFF;	
	}
.menuContextual a:hover
	{
		color:#FFFFFF;	
	}
.opcionesContextual1
	{
		position:relative;
		left:40px;
		text-align:center;
	}
	
.menuContextual .barra
{
	border-right:1px solid  #003;
	padding: 10px 10px 0px 10px;
	display:inline-block;
	height:28px;
}
.menuContextual .cierre
{
	border-right: none;
	padding: 0px 10px 0px 10px;
	display:inline-block;
	height:28px;
}	
	
.opcionesContextual2
	{
		position:relative;
		left:235px;	
	}
/*____________MENU PRINCIPAL________*/
.menuPrincipal
	{
		width:200px;
		border-bottom:1px solid #f0f0f0;	
	}
.menuPrincipal div
	{
		text-align:left;	
	}
.menuPrincipal a:link
	{
		color:#686868;
	}
.menuPrincipal a:active
	{
		color:#686868;
	}
.menuPrincipal a:visited
	{
		color:#686868;
	}
.menuPrincipal a:hover
	{
		color:#686868;
	}
.opcion1nvRepeatBg
	{
		width:200px;
		background:url(../images/backgrounds/opcion1nv_pepeaty.gif) repeat-y;	
	}
.opcion1nv
	{
		width:180px;
		padding-left:20px;
		padding-top:4px;
		min-height:21px;
		background:url(../images/backgrounds/opcion1nv.gif) no-repeat;
	}
.opcion1nv h2
	{
		font-size:0.9em;
		color:#0676BE;
		margin:0px;
	}

.opcion2nv ul li a.selected
	{
		color:#FEAE33;
		font-weight:bold;
		
	}
	
.menuPrincipal .opcion1nv a:link
	{
		color:#0676BE;
	}
.menuPrincipal .opcion1nv a:active
	{
		color:#0676BE;
	}
.menuPrincipal .opcion1nv a:visited
	{
		color:#0676BE;
	}
.menuPrincipal .opcion1nv a:hover
	{
		color:#b9cedc;
	}
.menuPrincipal .opcion1nv h2 a.selected
	{
		color:#FEAE33;
		font-weight:bold;
	}
.opcion2nv
	{
		position:relative;
		left:1px;
		width:197px;
		border-left:1px solid #F0F0F0;
		border-right:1px solid #F0F0F0;
		background:#FFFFFF;
		color:#686868;
		font-size:0.75em;
	}
.opcion2nv ul
	{
		list-style:none;
		padding-left:0px;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:20px;
		margin-top:1px;		
	}
.opcion2nv li
	{
		margin-top:5px;
		margin-bottom:5px;
		line-height:0.9em;	
	}
.opcion2nv li a.selected
 {
	 color:#FEAE33;
	 font-weight:bold;
	 }
.opcion2nv h3	
	{
		font-size:0.9em;
		color:#FEAE33;
		margin:0px;
		margin-left:5px;
	}
.menuPrincipal .opcion2nv h3 a:link
	{
		color:#FEAE33;
	}
.menuPrincipal .opcion2nv h3 a:active
	{
		color:#FEAE33;
	}
.menuPrincipal .opcion2nv h3 a:visited
	{
		color:#FEAE33;
	}
.menuPrincipal .opcion2nv h3 a:hover
	{
		color:#ce820e;
	}
/*____________MENU PRINCIPAL________*/
/*_________HOME________*/
.hInicio
	{
		display:none;	
	}
.agrupacionContenido
	{
		position:relative;
		top:250px;
		left:15px;
		width:988px;
	}
.agrupacionContenidoInterior
	{
		top:190px;
		margin-bottom:-60px;
	}
.contenidoHome
	{
		width:550px;
		border:1px solid #f0f0f0;
		background:#FFFFFF;
		margin-left:10px;
		margin-right:10px;
	}
.informacionSobreContenidoHome
	{
		width:510px; 
		padding:20px;	
		padding-bottom:0px;
		text-align:left;
	}

.informacionSobreContenidoInterior
	{
		padding:20px;	
		padding-bottom:0px;		
	}		
.unidadContenidoHome
	{
		width:510px;
		padding:20px;
		padding-top:10px;
		padding-bottom:10px;
	}
.destacadosHome
	{
		width:200px;
		padding-bottom:20px;
		border:1px solid #f0f0f0;
		background:#FFFFFF;		
	}
.destacadosHome div
	{
		text-align:left;	
	}
.destacadoCatedra
	{
		width:200px;
	}
.destacadoCatedra .descargarDocCat
	{
		margin-left:10px;
		font-size:0.7em;
		color: #999999;
	}
.destacadoCatedra div
	{
		padding:5px;	
	}
.loginClubPfizer
	{
		width:190px;
		font-size:0.8em;
		padding:0px;	
	}
.destacadoCatedra .loginClubPfizer div
	{
		width:50%;
		padding:0px;	
	}
.loginClubPfizer input
	{
		width:90px;	
	}
.destacadoCatedra .loginClubPfizer .btn_login
	{
		width:100%;
		text-align:center;
		padding:0px;
	}
.destacadoComun
	{
		width:200px;
	}
.destacadoComunContenido
	{
		width:190px;
		padding:5px;
		border-bottom:1px solid #e1e1e0;	
	}
.destacadosHome .destacadoComun .fechaDestacadoComun
	{
		width:160px;
		height:27px;
		padding-right:30px;
		padding-top:10px;
		text-align:right;
		line-height:12px;
	}
/*_________HOME________*/
.marcoPie
	{
		position:relative;
		top:-100px;
		width:100%;
		height:68px;
		text-align:center;
		background:url(../images/backgrounds/bg_blue_repeat_x.gif) repeat-x bottom #FFFFFF;
	}
.PieHome
	{
		top:-80px;	
	}
.marcoMenuPie
	{
		width:1003px;
		margin:auto;
		height:41px;
		float:none;
		background:url(../images/backgrounds/bg_MenuPie.jpg) no-repeat;
		padding-top:27px;
	}
.contextualPie
	{
		width:350px;	
	}
.opcionesContextual3
	{
		position:relative;
		top:16px;
		left:45px;
	}
.estandares
	{
		position:relative;
		left:10px;
		width:300px;
		font-size:0.7em;
		color:#0676BE;
	}
.copyright
	{
		position:relative;
		left:5px;	
		width:350px;
		font-size:0.7em;
		color:#0676BE;
	}
/*=====================================ESTRUCTURA=========================================*/

/*=====================================FORMATOS===========================================*/
/*_________HOME________*/
.apartadoHomeTitulo
	{
		width:550px;
		border-bottom:1px solid #f4f4f4;
	}
.ap2
	{
		border-top:1px solid #f4f4f4;	
	}
.apartadoHomeTitulo h1
	{
		font-family:"Times New Roman", Times, serif;
		color:#BFBFBF;
		margin-top:10px;
		margin-bottom:0px;
		padding-left:45px;	
		text-align:left;
		font-weight:normal;
		font-size:2.1em;
	}
.unidadContenidoHome p
	{
		text-align:justify;
		font-size:0.8em;
		line-height:1.3em;
		margin-top:0.8em;
		margin-bottom:0.8em;
	}
.unidadContenidoHome H3
	{
		color:#096952;
	}
.informacionSobreContenidoHome div
	{
		font-size:0.8em;
		color:#FEAE33;
		font-weight:bolder;
		height:20px;
		padding-left:25px;
	}
.informacionSobreContenidoHome div.pieFoto
	{
		font-size:0.7em;
		color:#666;
		font-weight:normal;
		height: auto;
		padding:0px 0px 0px 0px;
		width:auto;
	}
.informacionSobreContenidoHome div.pieFoto img
	{
		float:none;
		}

.informacionSobreContenidoHome div.pieFoto span
	{
		display: block;
		float:none;
		padding:0px 5px 5px 10px;
		}
.contenidoInterior .entradilla
	{
		text-align:justify;
		font-size:0.9em;
		line-height:1.0em;
		margin-top:0.8em;
		margin-bottom:0.8em;
		padding:10px;
		color:#00579a;
	}
.contenidoInterior .destacadoContenidoInterior 
	{
		width:250px;
		min-height:100px;
		margin:10px;
		clear: right;

		padding:3px;
	}
.informacionSobreContenidoHome strong
	{
		color:#555555;
		
	}
.contenidoInterior img
	{
		margin:10px;
		border:1px solid #C1C1C1;
	}
.contenidoInterior img.none
	{
		margin: 0px 10px 10px 10px;
		border:none;
	}

.informacionSobreContenidoHome img
	{
		margin:10px;
		border:1px solid #C1C1C1;
		float:left;
	}

.informacionSobreContenidoHome img.centrar
	{
		margin:auto;
		display:block;
		border:none;
		float:none;

	}


.informacionSobreContenidoHome .right
	{
		float:right;
		border:none;
	}
.informacionSobreContenidoHome .left
	{
		float:left;
		border:none;
	}
.informacionSobreContenidoHome h2
	{
		color:#333333;
		font-size:1.3em;
		padding-top:0.9px;
		padding-bottom:0.9px;
		display:inline-block;
		width:725px;
	}
.informacionSobreContenidoHome h3
	{
		color:#666666;
		font-size:1.2em;
		display:inline-block;
		/*width:725px;*/
	}
.informacionSobreContenidoHome h4
	{
		color:#999999;
		font-size:1.1em;
	}
.informacionSobreContenidoHome h5
	{
		color:#CCCCCC;
		font-size:1.0em;
	}
.informacionSobreContenidoHome p
	{
		text-align:justify;
		font-size:0.8em;
	}
.informacionSobreContenidoHome ul
	{
		font-size:0.8em;
		list-style:url(../images/iconos/icoListaIndices.gif);
	}
.informacionSobreContenidoHome ul ul li
	{
		font-size:1.3em;
		list-style:url(../images/iconos/icoListaIndices.gif);
	}

.informacionSobreContenidoHome ol
	{
		font-size:0.8em;
	}
.informacionSobreContenidoHome ol li
	{
		margin:0px 10px 10px 0px;
		text-align:justify;
	}
.informacionSobreContenidoHome ol ul li
	{
		font-size:1.3em;
		list-style:url(../images/iconos/icoListaIndices.gif);
		margin:10px 10px 10px 0px;
	}
.informacionSobreContenidoHome ol ol li
	{
		font-size:1.3em;
		list-style:url(../images/iconos/icoListaIndices.gif);
		margin:10px 10px 10px 0px;
	}
.informacionSobreContenidoHome table
	{
		font-size:0.8em;
		width:90%;
	}
.informacionSobreContenidoHome td,th
	{
		padding:5px;
		border:1px solid #CCCCCC;
	}
.informacionSobreContenidoHome th
	{
		background:#999999;
		color:#FFFFFF;
	}
.informacionSobreContenidoInterior, .indiceDocumentos .fecha
	{
		background:url(../images/iconos/reloj.gif) no-repeat;
		font-size:0.8em;
		font-weight:bolder;
		color:#d8ac30;
		padding-left:25px;
		padding-top:5px;
		float:right;
		
	}
.informacionSobreContenidoHome .fecha
	{
		background:url(../images/iconos/reloj.gif) no-repeat;
		width:150px;
		float:left;
	}
.info a:link
	{
		color:#FEAE33;	
	}
.info a:active
	{
		color:#FEAE33;	
	}
.info a:visited
	{
		color:#FEAE33;	
	}
.info a:hover
	{
		color:#FEAE33;	
	}
.informacionSobreContenidoHome .info
	{
		background:url(../images/iconos/descargar.gif) no-repeat;
	}
.unidadContenidoHome h2
	{
		padding-top:20px;
		padding-bottom:10px;
		margin:0px;
		text-align:left;
		font-size:1.5em;
		line-height:1.1em;
		color:#00579a;
	}
.unidadContenidoHome h3
	{
		margin:0px;
		text-align:left;
		font-size:1.0em;
		line-height:1.1em;
		color:#818587;
	}
.unidadContenidoHome h4
	{
		margin:0px;
		margin-top:5px;
		margin-bottom:5px;
		text-align:left;
		font-size:0.9em;
		line-height:1.1em;
		color:#CCCCCC;
	}
.unidadContenidoHome img
	{
		border:1px solid #fdae36;
		margin:5px;
	}
	
.unidadContenidoHome .swf
	{
		border:1px solid #fdae36;
		margin:5px;
	}

.unidadContenidoHome img.noBorder
	{
		border: none;
		margin:0px;
	}
.unidadContenidoHome p
	{
		text-align:justify;		
	}
.destacadosHome p
	{
		font-size:0.7em;
		line-height:1.0em;
		margin-top:0.8em;
		margin-bottom:0.5em;
		text-align:justify;			
	}
.destacadoCatedra h2
	{
		font-size:1.2em;
		color:#0676BE;
		margin:0px;			
	}
.loginClubPfizer .btn_login input
	{
		width:173px;
		height:20px;
		padding-left:25px;
		background:url(../images/iconos/ico_acceso_clubPfizer.gif) no-repeat;
		color:#d8ac30;
		font-weight:bolder;
		border:0px;
		text-align:left;
		font-size:14px;
		
	}
.loginClubPfizer hr
	{
		width:180px;
		float:left;	
		margin:0px;
		margin-top:10px;
		margin-left:10px;
	}
.destacadoCatedra .loginClubPfizer .labelLogin
	{
		font-size:0.85em;
		width:100%;	
		font-weight:bolder;
		color:#666666;
	}
.destacadoCatedra .loginClubPfizer .bienvenido
	{
		background:url(../images/iconos/ico_user.gif) no-repeat top right;
		width:180px;
		height:50px;
		min-height:50px;
		color:#666666;
	}
.destacadoCatedra .loginClubPfizer .bienvenido span
	{
		float:left;	
	}	
.destacadoComunTitulo
	{
		width:195px;
		height:42px;
		padding-top:5px;
		padding-right:5px;
		background:url(../images/iconos/ico_ApartadoDestacadosHome.gif) no-repeat;
		border-bottom:1px solid #e1e1e0;
		border-top:1px solid #e1e1e0;
		font-family:"Times New Roman", Times, serif;
	}
.destacadoComunTitulo h3
	{
		color:#BFBFBF;
		font-size:1.2em;
		line-height:0.9em;
		margin:0px;	
		margin-left:30px;
		text-align:right;
		font-weight:normal		
	}
.destacadoCatedra .destacadoComunTitulo
	{
		width:195px;
	}
.destacadoCatedra .destacadoComunTitulo h3
	{
			margin-left:40px;
			text-align:left;
	}
.destacadoComunContenido h4
	{
		font-size:1em;
		line-height:0.9em;
		margin:0px;
		color: #0676BE;
	}
.destacadoComun img
	{
		border:1px solid #e1e1e0;
	}
.destacadoComun p img 
	{
		border:none;
	}
.destacadoComunContenido p
	{
		font-size:0.7em;
	}
.fechaDestacadoComun
	{
		font-size:0.8em;
		font-weight:bolder;
		color:#d8ac30;
		background:url(../images/iconos/icoDestacadosFecha.gif) no-repeat right;
	}
	
.convocatorias
	{
		width:95%;
		height:30px;
		padding-left:30px;
		padding-top:10px;
		text-align:left;
		background:url(../images/iconos/icoDestacadosFecha.gif) no-repeat left top;
		
		}
/*_________HOME________*/
/*=====================================FORMATOS===========================================*/


/*=====================================ESPECIAL INTERIOR===========================================*/
.contenidoInterior
	{
		width:760px;
		border:1px solid #f0f0f0;
		background:#FFFFFF;
		margin-left:10px;
		margin-right:10px;
		padding-bottom:20px;
		/*filter: alpha(opacity=95);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);*/
	}
.InteriorWidth
	{
		width:760px;
	}
.InteriorWidthPrograma
	{
		width:658px;	
	}
.contenedorTitulo
	{
		background:url(../images/iconos/ico_ApartadoHomegif.gif) no-repeat;
		width:750px;
		margin:0px;
	}
.contenedorTitulo h1
	{
		width:85%;
		float:left;
	}
.descargarPrograma01 .contenedorTitulo
	{
		width:650px;
	}
.descargarPrograma
	{
		position:relative;
		top:20px;
		left:-10px;
		font-size:0.8em;
		width:225px;
		text-align:right;
		font-weight:bolder;
		float:right;
	}
.descargarPrograma a
	{
		color:#FF9900;	
	}
.InteriorPad
	{
		padding:10px;
		padding-top:30px;
		width:740px;
	}

/*ESTA CLASE SIRVE PARA CAMBIAR EL FOLLETO DE CADA PROGRAMA, SI NO HUBIERA IMÁGEN DEL FOLLETO HACER UNA GENÉRICA*/
.descargarPrograma_vacio
	{
		background:url(../images/iconos/descargaProgramas/spacer.gif) no-repeat top right #FFFFFF;
	}
.descargarPrograma01
	{
		background:url(../images/iconos/descargaProgramas/ejemploDescargaProgramas.gif) no-repeat top right #FFFFFF;
	}
.descargarPrograma02
	{
		background:url(../images/iconos/descargaProgramas/ejemploDescargaProgramas2.gif) no-repeat top right #FFFFFF;
	}
/*ESTA CLASE SIRVE PARA CAMBIAR EL FOLLETO DE CADA PROGRAMA, SI NO HUBIERA IMÁGEN DEL FOLLETO HACER UNA GENÉRICA*/

.descargarDoc
	{
		margin-top:10px;
		width:700px;
		border-top:1px solid #f0f0f0;
		padding:10px;
	}
.informacionSobreContenidoHome .descargarDoc img
	{
		margin-top:-0px;
		margin-right:5px;
		border:none;
	}

/*______INFORMACIÓN RELACIONADA__________*/
.marcoInformacionRelacionada
	{
		position:relative;
		left:60px;
		width:640px;
		min-height:200px;
		border:1px solid #f4f4f4;
		text-align:left;
	}
.cabeceraInformacionRelacionada
	{
		width:595px;
		height:40px;
		background:url(../images/iconos/icoInfoRelacionadaTitulo.gif) no-repeat;
		padding-left:45px;
		padding-top:10px;
		border-bottom:1px solid #f4f4f4;
		font-family:"Times New Roman", Times, serif;
		font-size:1.8em;
		color:#BFBFBF;
	}
.contenidoInformacionRelacionada
	{
		font-size:0.8em;	
	}
	
.contenidoInformacionRelacionada h3
	{
		font-size:1em;
		padding-left:15px;
	}
.contenidoInformacionRelacionada ul
	{
		color:#666666;	
	}
.contenidoInformacionRelacionada li
	{
		line-height:1.4em;
		margin-top:1.2em;
		margin-bottom:1.2em;
		list-style:url(../images/iconos/icoInfoRelacionada.gif);
		padding-left:10px;
	}
.contenidoInformacionRelacionada li em
	{
		color: #333333;
		font-size:0.95em;
		line-height:1.0em;
	}
.contenidoInformacionRelacionada li a
	{
		font-weight:bold;	
	}
/*______INFORMACIÓN RELACIONADA__________*/

.informacionSobreContenidoInterior
	{
		text-align:left;
	}
.informacionSobreContenidoInterior h2
	{
		font-size:1.7em;
		color:#666666;
	}
.programaFormulario
	{
		width:715px;
		padding-left:45px;
		padding-bottom:10px;
		margin-bottom:10px;
		text-align:left;
		border-bottom:1px solid #f0f0f0;
		font-size:0.9em;
	}
.programaFormulario img
	{
		border:0px;
		margin:0px;
		padding:0px;
	}
.subtituloFormulario
	{
		padding-top:20px;
		padding-bottom:10px;
		padding-left:45px;
	}
.subtituloFormulario h2
	{
		font-family:"Times New Roman", Times, serif;
		color:#0062a3;	
		text-align:left;
		font-weight:normal;
		font-size:1.7em;
	}
/*=====================================ESPECIAL INTERIOR===========================================*/

/*___________ .QC_formularios: ACTIVACIÓN DEL CURSO, REGISTRO, CAMBIO DE CONTRASEÑA ___________________*/
.QC_leyenda
	{
		width:700px;
		font-size:0.8em;
		text-align:justify;
	}
.contenidoInterior .QC_formularios
	{
		width:740px;
		text-align:center;
		padding-left:20px;
	}
.contenidoInterior .QC_formularios .QC_MarcoPregunta
	{
		text-align:left;
		color:#4978aa;
		width:710px;
		border-top:10px solid #FFFFFF;
		border-bottom:1px solid #e5f6ff;
	}
.contenidoInterior .QC_formularios .QC_MarcoPregunta .QC_Etiqueta
	{
		width:300px;
		font-size:0.8em;
		font-weight:bolder;
		text-align:left;
		color:#569cab;
	}	
.contenidoInterior .QC_formularios .QC_MarcoPregunta .QC_EntradaDatos
	{
		text-align:left;
		width:400px;
	}
.contenidoInterior .QC_formularios h2
	{
		font-size:1.2em;
		font-weight:bold;
		color:#569cab;
		text-align:left;
	}
.contenidoInterior .QC_formularios .botonLogin
	{
		width:525px;
	}
.contenidoInterior .QC_EntradaDatos table
	{
		/*width:150px;	*/
	}
.contenidoInterior .QC_EntradaDatos input
	{
		width:280px;
	}

.contenidoInterior .QC_formularios .QC_MarcoPregunta .QC_EntradaDatos textarea
	{
		width:335px;
		height:250px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.contenidoInterior .QC_formularios .QC_MarcoPregunta .QC_EntradaDatos select
	{
		width:280px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	
.botones 
	{
		background-color:#fff8f3;
		width:566px;
	}
		
.botones input
	{
		background:url(../images/iconos/bt_input.gif) no-repeat;
		width:200px;
		height:40px;
		border:none;
		font-size:1.1em;
		color:#fdc487;
		font-weight:bold;
		margin-left: 175px;

	}
	
.QC_Info
	{
		font-size:1em;
		width:1px;
		text-align:left;
		font-weight:bold;
		float:right;
		display:none;
	}
	
.QC_Info b
	{
		font-size:0.6em;
			
	}
	
.modificarLogin .QC_MarcoPregunta
	{
		width:350px;
	}

.modificarLogin .QC_Etiqueta
	{
		width:100px;	
	}
.modificarLogin .QC_EntradaDatos
	{
		width:100px;	
	}
	
.informacionSobreContenidoHomeParaForms
	{
		width:510px; 
		padding:20px;	
		padding-bottom:0px;
		text-align:left;
	}
.informacionSobreContenidoHomeParaForms .formularios
	{
		width:650px;
	}
.informacionSobreContenidoHomeParaForms .formularios .campo
	{

		width:600px;
		clear:both;
		padding:5px;
		font-size:0.9em;
		float:left;
	}
.informacionSobreContenidoHomeParaForms .formularios .campo div
	{
		color:#999999;
		width:100%;
	}
.informacionSobreContenidoHomeParaForms .formularios .campo div textarea
	{
		width:500px;
		height:250px;
		font-family:Arial, Helvetica, sans-serif;
	}
.informacionSobreContenidoHomeParaForms .formularios .enviar
	{
		width:500px;
		clear:both;
		margin:20px;
		margin-top:50px;
	}
.contenidoInterior .informacionSobreContenidoHomeParaForms .formularios .enviar input
	{
		border:0px solid #666666;
		width:150px;
		height:40px;
		color:#FFFFFF;
		background:#0676be;
		font-weight:bolder;
	}
.informacionSobreContenidoHomeParaForms .QC_leyenda
	{
		width:650px;
		font-size:0.8em;
		text-align:justify;
		color:#666666;
	}
/*_____________LOGIN____________ */

.marcoValidacion
	{
		width:100%;
		margin-left: auto;
		margin-right:auto;
		display: block;
	}

.marcoValidacion .ClassMarco
	{
		width:325px;
		min-height:30px;
		padding-top:5px;
		float:none;
		background-color:#dceaee;
		border:1px solid #c7dde3;
	}

.marcoValidacion .login
	{
		width:110px;
		padding-top:5px;
		text-align:right;
		color:#569cab;
		font-weight:bold;
		font-size:0.9em;
	}


.marcoValidacion .QC_ValidacionCampos
	{
		width:30px;
	}
.marcoValidacion .QC_EntradaDatos
	{
		color:#569cab;
		width:150px;
	}
	
.marcoValidacion  .QC_EntradaDatos input
	{
		width:100px;
	}
.marcoValidacion .QC_Info
	{
		width:30px;
	}

.marcoValidacion .noEstaRegistrado
	{
		width:301px;
		min-height:30px;
		padding-left:16px;
		padding-right:8px;
		padding-top:8px;
		padding-bottom:8px;
		text-align:left;
		float:none;
		background-color:#ecf4f6;
		border:1px solid #c7dde3;
		color:#999999;
		font-size:0.75em;
	}
.marcoValidacion .usuarioIncorrecto
	{
		width:301px;
		min-height:22px;
		padding-left:16px;
		padding-right:8px;
		padding-top:8px;
		padding-bottom:8px;
		text-align:left;
		float:none;
		background-color:#569cab;
		border:1px solid #569cab;
		color:#ffffff;
		text-align:center;
		font-weight:bold;
	}
.marcoValidacion .botonLogin
	{
		width:325px;
		float:none;
	}
.marcoValidacion .noEstaRegistrado a
	{
		color:#569cab;
		font-weight:bold;
	}

.QC_ValidacionCampos
	{
		color:#569cab;
	}

.QC_MarcoPagina_FCS .QC_Encabezado span
	{
		float:left;
	}
	
.QC_MarcoPagina table tr td
	{ 
		font-size:0.75em;
	}
.QC_MarcoPagina table tr td input
	{
	width:30px;
	}
	
.QC_Descripcion
	{
		width:600px;
		font-weight:bold;
		color:#569cab;
	}
/*_________________FORMATOS INDICE____________________*/
.indiceDocumentos 
	{
		width:720px;
		border-bottom:1px solid #F1F1F1;
		padding-top:15px;
		padding:10px;
		text-align:left;
	}
.indiceCurriculum 
	{
		width:740px;
		border-bottom:1px solid #F1F1F1;
		padding:5px 0px 5px 10px;
		text-align:left;
		color: #0676BE;
	}
.indiceCurriculum img
	{
		border:1px solid #F1F1F1;
		margin:5px;
		}
	
.fichaIndice
	{
		position:relative;
		left:10px;
		width:670px;
		font-size:0.9em;
		padding-left:40px;
	}
.indiceDocumentos h3
	{
		margin-left:5px;
		padding-left:50px;
		padding-top:41px;
		/*padding: 10px 0px 20px 50px;*/
		background: url(../images/iconos/icoH3.gif) no-repeat top left;
		/*margin: 0px 0px 5px 5px;*/
		margin-bottom:5px;
		min-height:40px;
		
	}
.notasPrensa .indiceDocumentos h3
	{
		/*margin: 0px 0px 5px 5px;
		padding: 10px 0px 20px 50px;
		background: url(../images/iconos/icoH3.gif) no-repeat left top;
		min-height:inherit;
		display:block;
		border:1px solid #000;*/
		
	}
.notasPrensa .indiceDocumentos h3 a
	{
	}
.indiceDocumentos h4
	{
		padding-top:10px;
		padding-left:35px;
		background: url(../images/iconos/icoObjetivosNP.gif) no-repeat;
		color:#999999;
	}
.indiceDocumentos h5
	{
		padding-top:1px;
		padding-left:35px;
		background: url(../images/iconos/iconAutoresPst.gif) no-repeat;
		color: #666666;
		font-size:1.0em;
	}
h5.patronato 
	{
		padding-top:9px;
		padding-left:35px;
		background: url(../images/iconos/iconAutoresPst.gif) no-repeat;
		color: #666666;
		font-size:1.0em;
		display:inline-block;
		height:25px;
		width:700px;
		text-align:left;
		margin:0px 0px 10px 0px;
	}
.indiceDocumentos p
	{
		font-size:0.9em;
		text-align:justify;
	}
.indiceDocumentos li
	{
		font-size:0.8em;
		list-style:url(/images/iconos/icoListaIndices.gif);
	}
.indiceDocumentos .descargarPdf
	{
		background:url(/images/iconos/ico_descargaPDF.gif) no-repeat; padding-left:20px;
	}
.indiceDocumentos .inscripcion
	{
		background:url(/images/iconos/ico_formularioInscripcion.gif) no-repeat; padding-left:20px;
	}
.informacionSobreContenidoHome .descargarPdf
	{
		background:url(/images/iconos/ico_descargaPDF.gif) no-repeat; padding-left:20px;
	}
.informacionSobreContenidoHome .inscripcion
	{
		background:url(/images/iconos/ico_formularioInscripcion.gif) no-repeat; 
		padding-left:20px;
		margin-right:10px;
	}
.informacionSobreContenidoHome .video
	{
		background:url(/images/iconos/ico_video.gif) no-repeat; 
		padding-left:20px;
		margin-right:10px;
	}
.contenidoInterior .cabeceraCatedra
	{
		border:none;
		margin-bottom:-5px;
	}
.indiceDocumentos .descargarZIP
	{
		background:url(/images/iconos/ico_descargaZIP.gif) no-repeat; padding-left:25px;
	}
.informacionSobreContenidoHome .descargarZIP
	{
		background:url(/images/iconos/ico_descargaZIP.gif) no-repeat; padding-left:25px;
	}

.informacionSobreContenidoHome .verFotos
	{
		background:url(/images/iconos/ico_Fotos.gif) no-repeat; padding-left:20px;
	}
.indiceDocumentos .verFotos
	{
		background:url(/images/iconos/ico_Fotos.gif) no-repeat; 		padding-left:20px;
	}

/*_________________FORMATOS INDICE____________________*/


/*_______________LOGIN CLUB PFIZER____________________*/
/*HOME*/
.destacadosHome .loginClubPfizer
	{
		width:189px;
		border-top:1px solid #f0f0f0;
		font-weight:bolder;
		padding-top:5px;
		padding-bottom:5px;
		color:#333333;
	}
.destacadosHome .loginClubPfizer .labelLogin
	{
		width:189px;
		padding-top:3px;
		padding-bottom:3px;
	}
.destacadosHome .loginClubPfizer .clubIntroduccion
	{
		font-size:0.7em;
		font-weight: normal;
		line-height:1.2em;
		text-align:justify;
		color:#4978aa;
	}
.destacadosHome .loginClubPfizer .labelLogin div
	{
		width:70px;
	}
.destacadosHome .loginClubPfizer span
	{
		width:10px;
		float:right;
	}
.destacadosHome .loginClubPfizer .usuarioIncorrecto
		{
		width:189px;
		color:red;
		padding:5px;
		text-transform:uppercase;
		border-top:1px solid #f0f0f0;
	}

/*INTERIOR*/
.marcoLogin
	{
		margin:10px;		
	}
.bienvenida
	{
		font-size:0.8em;
		color:#FFFFFF;
		text-align:left;
		padding:10px;
		background:#00579a;
		width:512px;
	}
.marcoLogin .loginClubPfizer
	{
		padding:10px;
		width:490px;
		border:3px solid #f0f0f0;
		font-weight:bolder;
	}
.marcoLogin .loginClubPfizer .labelLogin
	{
		width:100%;	
		text-align:left;
		padding:10px;
		padding-top:5px;
	}
.marcoLogin .loginClubPfizer .btn_login
	{
		width:480px;
		text-align:center;
		padding:10px;
		border-top:1px solid #f0f0f0;
	}
.marcoLogin .loginClubPfizer .labelLogin div
	{
		width:180px;	
	}
.marcoLogin .loginClubPfizer div input
	{
		width:250px;	
	}
.marcoLogin .loginClubPfizer .btn_login input
	{
		width:100px;
	}
.marcoLogin .loginClubPfizer .usuarioIncorrecto
	{
		width:489px;
		color:red;
		padding:5px;
		text-transform:uppercase;
		border-top:1px solid #f0f0f0;
	}
.marcoLogin .loginClubPfizer span
	{
		float:right;
		width:20px;
	}
/*_______________LOGIN CLUB PFIZER____________________*/

/*_________________ENLAZADORES________________________*/
/*premios*/

.contenidoInterior .indiceDocumentos .escImg
	{
		border:0px;
		margin:0px;
		margin-right:5px;
		margin-bottom:15px;
	}
/*premios*/
/*_________________ENLAZADORES________________________*/

/*____________  FORMULARIO DE LA ZONA DE ADMINISTRACIÓN  _________________*/


.formAdmin 
	{
		padding-top:30px;
		padding-left:30px;
	
	}
	
.formAdmin .table
	{
		font-size:0.9em;
		width:90%;
	}
.formAdmin .table td
	{
		padding:5px;
		border:1px solid #CCCCCC;
	}
	
.formAdmin .excel
	{
		color: #666666;
		display:block;
		text-align:left;
		padding-right:15px;
		background:url(../images/iconos/excel.gif) no-repeat;
		padding-left:40px;
		height:40px;
		width:600px;
	}
	
.formAdmin .table .cabecera
	{
		background:#999999;
		color:#FFFFFF;
	}


.formAdmin .QC_MarcoPagina
	{
		width:800px;
		border:1px solid #70a9a9;
		
	}
	
.formAdmin .QC_MarcoPregunta
	{
		width:620px;
		/*min-height:30px;*/
		padding-left:20px;
		padding-bottom:5px;
		padding-top:5px;
		float:none;
	}
.formAdmin .QC_MarcoPregunta div
	{
	}
.formAdmin .QC_Notas
	{
		width:auto;	
	}
.formAdmin .QC_Etiqueta
	{
		width:400px;
		padding-top:7px;
		padding-left:15px;
		font-size:0.8em;
		font-weight:bolder;
		text-align:left;
		color:#569cab;
		background:url(../images/iconos/bgEtiqueta.gif) no-repeat;
		
	}

.formAdmin .QC_Encabezado span
	{
		float:left;
	}
.formAdmin .QC_Encabezado .QC_PanelDescripcion img
	{
		float:left;
		margin-top:5px;
		margin-left:10px;
	}
.formAdmin .QC_Encabezado img
	{
		float:right;
		margin-top:5px;		
	}	
.formAdmin .QC_ValidacionCampos
	{
	}
.formAdmin .QC_EntradaDatos
	{
		text-align:left;
		width:600px;
	}
.formAdmin .QC_EntradaDatos select
	{
		width:580px;		
	}
.formAdmin .QC_MarcoPregunta a
	{
		font-size:0.7em;
	}
.formAdmin .QC_fieldset
	{
		margin-top:20px;
		margin-bottom:20px;
		width:570px;
		color:#b74400;
		font-size:0.9em;	
	}
.formAdmin .QC_fieldset legend
	{
		color:#b74400;
		font-weight:bolder;	
	}


/*BANCO DE IMÁGENES*/

.gallerycontainerUp
{ 
	width:700px;
	padding:1px 30px 5px 0px;
	text-align:right;
	background:url(../images/bancoImagenes/backgrounds/barra.gif) no-repeat;
	color: #CCC;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}

.foros_debate_social_fondo
{ 
	background:url(../images/bancoImagenesForos/backgrounds/barra_foros.gif) 
}

.foros_debate_social .pagina
	{
		display:none;
		
		}
		


.pagina
	{
		background:url(../images/bancoImagenes/backgrounds/bg_pagina.gif) no-repeat;
		color:#F90;
		font-size:2.5em;
		font-weight:bold;
		height:50px;
		width:50px;
		text-align: center;
		padding:1px 0px 0px 0px;
		margin-left:30px;
		
		}


.gallerycontainer
	{
/*		background: url(/images/bancoImagenes/backgrounds/fondo_central.jpg) repeat-y;*/
		width:650px;
		position: relative;
		padding:15px 20px 0px 35px;
	}
	
.gallerycontainer .imagen
	{ 
		width:105px;
		height:90px;
	}
.gallerycontainer .imagen .descargar
	{ 
		font-weight:bold;
		font-size:0.7em;
		display:block;
		background:url(../images/iconos/descargar.gif) no-repeat;
		padding: 0px 0px 5px 15px;
		}

.gallerycontainer a
	{ 
		font-weight:normal;
		font-size:0.8em;
		color:#FEAE33;
		}

.gallerycontainerDown
	{ 
/*		background:url(/images/bancoImagenes/backgrounds/fondo_abajo.jpg) no-repeat;*/
		width:700px;
		height:45px;
		text-align:center;
	}

.thumbnail img
	{
		border: 1px solid white;
		margin: 0 2px 2px 0;
	}

.thumbnail:hover
	{
		background-color: transparent;
		
	}

.thumbnail:hover img
	{
		border:1px solid #FEAE33;
	}

.thumbnail span
	{ 
		position: absolute;
		background-color:#fafafa;
		margin-top:40px;
		width:275px;
		border: none;
		visibility:hidden;
		color:#000;
		text-decoration: none;
		text-align:center;
		font-weight:bold;
	}

.thumbnail span img
	{ 
		border-width:0;
		padding:2px;
	}

.thumbnail:hover span
	{ 
		visibility: visible;
		left: 25px;
		z-index: 50;
		width: auto;
		display:block;
	}
	
/*__________CATEDRA____________*/
.descargarDocCat
	{ 
		font-weight:bold;
		display: inline-block;
		background:url(../images/iconos/descargar.gif) no-repeat;
		padding: 0px 0px 5px 25px;
		width:150px;
		height:40px;
		color:#FEAE33;
	}
.volverDocCat
	{ 
		font-weight:bold;
		display: inline-block;
		background:url(../images/iconos/ico_volver.gif) no-repeat;
		padding: 0px 0px 5px 25px;
		width:150px;
		height:40px;
		color:#FEAE33;
	}
.contenidoInterior .otrosForos
	{
		background:url(../images/iconos/icoDestacadosFecha.gif) no-repeat;
		padding:10px;
		padding-top:2px;
		margin-left:5px;
		margin-top:5px;
		padding-left:30px;
	}
.infoRelacionadaARS
	{
	}
.arsMedica
	{
		width:550px;
		padding-bottom:50px;
		
	}
.arsMedica ul li
	{
		margin-top:10px;
		margin-bottom:10px;
		line-height:1.3em;
		/*list-style:url(../images/iconos/icoInfoRelacionada.gif);*/
		list-style:url(../images/iconos/ico_descargaPDF.gif);
		color:#000000;
		font-size:1em;
		font-weight:normal;		
	}

.dosColumnas
	{
		width:330px;
		padding-left:10px;
	}
.dosColumnas h5.patronato
	{
		width:100%;
		}
.dosColumnas .indiceCurriculum 
	{
		width:100%;
		border-bottom:1px solid #F1F1F1;
		padding:5px 0px 5px 10px;
		text-align:left;
	}

.centrarBanner
	{
		width:100%;
		text-align:center;
		display:block;
		float:none;
		min-height:300px;
		}
.centrarFlash
	{
		width:660px;
		text-align:center;
		display:block;
		min-height:330px;
	}

/*____________________________NOTICIAS___________________*/

.informacionSobreContenidoHome .noticiasTitular
	{
		font-size:1.2em;
		font-weight:bold;
		width:95%;
		color:#555555;
		padding:10px 20px 20px 20px;
		margin:10px 0px 10px 0px;
		border-top:1px solid #f4f4f4;
		height:auto;
		}
		
.informacionSobreContenidoHome blockquote.noticiasEntradilla
	{
		padding:10px 20px 10px 20px;
		margin:10px 0px 10px 0px;
		font-weight:bold;
		color:#555555;
		border-bottom:1px solid #f4f4f4;
		width:95%;
		font-size:1em;
		}
.informacionSobreContenidoHome blockquote.describe_organizacion
	{
		padding:10px 20px 10px 20px;
		margin:10px 0px 10px 0px;
		font-weight:normal;
		color:#555555;
		border-bottom:1px solid #f4f4f4;
		width:95%;
		font-size:0.9em;
		line-height:1em;
		}

.adjuntosNoticias img
	{
		border:0px;
		padding:0px;
		margin:0px;
	}
.adjuntosInterior
	{
		width:700px;
	}
.adjuntosNoticiasInterior
	{
		padding:0px;
		margin:0px;
		float:right;
	}
.adjuntosNoticiasInterior a
	{
		font-size:1.2em;
	}
.adjuntosNoticiasInterior img
	{
		border:0px;
		padding:0px;
		margin:0px;
	}
/*____________________________MAPA WEB___________________*/

.informacionSobreContenidoHome .mapa_web
	{
		height:auto; 
		width:300px;
		font-size:0.9em;
		}
.informacionSobreContenidoHome .mapa_web h2
	{
		border-bottom:1px solid #f4f4f4;
		width:300px;
		}