@charset "utf-8";
/* CSS Document */

/** Generales : Inicio **/
body {
	margin 0px;
	padding: 0px;
	border: 0px;
	background: #cdd7de;
}

div {
	display: table;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #036;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #630;
	text-decoration: none;
}

object {
	margin: 2px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/** Generales : Final **/

/** Contenedores : Inicio **/

.General {
	width: 100%;
	background: #cdd7de url(images/bkNikzonMain.JPG) no-repeat center top;
	text-align: center;
}

.MasterPage {
	width: 1000px;
	background: url(images/headercuadro3.png) no-repeat right top;
	margin: 0px auto;
	text-align: left;
}

.HiPane {
	width: 1000px;
}

.HeaderPane {
	width: 270px;
	height: 98px;
	text-align: left;
	display: block;
	float: left;
	background: url(images/headercuadro2.png) no-repeat left top;
}

.TopPane {
	width: 730px;
	height: 98px;
	vertical-align: middle;
	text-align: right;
	display: block;
	float: left;
}

.MenuPane {
	width: 100%;
	height: 30px;
}

.MainPane {
	width: 1000px;
	height: auto;
}

.ContentPane {
	width: 700px;
	background: #fff;
	float: left;
}

.BannerPane {
	width: 249px;
	float: left;
	text-align: left;
}

.FooterPane {
	width: 1000px;
	margin: 0px auto;
	height: 40px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}

/** Contenedores : Final **/

/** Ligas Top : Inicio **/

.TopPane ul {
	float: right;
	padding: 0px;
	margin: 2px 0px 0px 100px;
	border: none;
	text-align: right;
	vertical-align: top;
	list-style: none;
	display: inline;
}

.TopPane li {
	list-style: none;
	margin: 0px;
}

.TopPane ul a,
.TopPane ul a:visited,
.TopPane ul a:hover,
.TopPane ul a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background: url(images/bullet1.png) no-repeat left 5px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 8px;
	white-space: nowrap;
	display: inline-block;
}

.TopPane ul a:hover,
.TopPane ul a:active {
	color: #acf;
}

.TopPane .clsSeparatorFont {
	display: none;
}

.Headerpane a,
.Headerpane a:visited,
.Headerpane a:hover,
.Headerpane a:active {
	margin-left: 50px;
}

/** Ligas Top : Final **/

/** Menú : Inicio **/

.mncMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	color: #000;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	_margin-top: -5px;
	border: 0px;
	vertical-align: top;
	background-color: transparent;
}

.mncItemMenu, .mncItemMenuSel
{
	list-style: none;
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	vertical-align: top;
	width: auto;
}

.mncItemMenu a,
.mncItemMenu a:visited,
.mncItemMenu a:hover,
.mncItemMenuSel a,
.mncItemMenuSel a:visited,
.mncItemMenuSel a:hover
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 9px 35px 9px 35px;
	cursor: pointer;
	display: list-item;
	text-transform: none;
	white-space: nowrap;
}

.mncItemMenu a:hover,
.mncItemMenuSel a:hover
{
	color: #f08;
	background: url(images/bkMenuItemSel.PNG) repeat-x;
}

ul.mncSubMenu
{
	background: #acf;
	margin:0px;
	margin-left: 0px;
	padding:0px;
	height:auto;
	position: absolute;
	text-decoration: none;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

.mncItemSubMenu,
.mncItemSubMenuSel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-style: none;
	text-transform: lowercase;
	text-decoration:none;
	float: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: list-item;
}


.mncItemSubMenu a,
.mncItemSubMenu a:visited,
.mncItemSubMenu a:hover,
.mncItemSubMenuSel a,
.mncItemSubMenuSel a:visited,
.mncItemSubMenuSel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	white-space: nowrap;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	width: 150px;
	display: inline-block;
	margin: 0px 0px 0px 24px;
	border-left: dotted 1px #fff;
	background: none;
}

.mncItemSubMenu a:hover,
.mncItemSubMenuSel a:hover
{
	color:#3a3a3a;
	border-left: 0px;
	background: #fce;
	margin: 0px;
	padding: 2px 10px 2px 35px;
	width: 150px;
	_width: 174px;
}

/** Menú : Final **/

/** Ligas Abajo : Inicio **/

.FooterPane ul {
	padding: 0px;
	border: none;
	text-align: left;
	list-style: none;
	width: 600px;
	height: 40px;
	display: block;
	margin-left: 200px;
	_margin-left: 0px;
}

.FooterPane li {
	list-style: none;
	margin: 0px;
}

.FooterPane ul a img {
	border: none;
}

.FooterPane ul a,
.FooterPane ul a:visited,
.FooterPane ul a:hover,
.FooterPane ul a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #382C1E;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
}

.Footerpane ul a:hover {
	color: #f08;
}

.Footerpane .clsSeparatorFont {
	color: #382C1E;
}

a.TextoFooter,
a.TextoFooter:hover,
a.TextoFooter:visited,
a.TextoFooter:active {
	text-decoration: none;
	cursor: text;
	color: #382C1E;
}

a.EsrFooter,
a.EsrFooter:hover,
a.EsrFooter:visited,
a.EsrFooter:active {
	background: url(images/ESR.jpg) no-repeat;
	height: 24px;
	width: 81px;
	margin-top: -24px;
	margin-left: 521px;
	display: block;
	text-indent: -2000;
}

/** Ligas Abajo : Final **/

/** Contenidos : Inicio **/

a.btnFlecha,
a.btnFlecha:hover,
a.btnFlecha:visited,
a.btnFlecha:active {
	height: 22px;
	width: 20px;
	display: block;
	background: url(images/btn1.png) no-repeat;
}

a.btnFlecha:hover {
	background: url(images/btn1o.png) no-repeat;
}

.cuerpoTexto {
	width: 675px;
	_width: 695px;
	padding: 10px;
	background: #fff;
	_margin-left: 3px;
	color: #4566A6;
}

a.linkcuerpo,
a.linkcuerpo:hover,
a.linkcuerpo:visited,
a.linkcuerpo:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #204794;
	text-decoration: none;
	padding: 0px;
	vertical-align: top;
}
a.linkcuerpo:hover {
	color: #EC0B90;
}
.linkcuerpo_importante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EC068E;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}
.linkcuerpo_importante:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EC068E;
	text-decoration: underline;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}
.link_mas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #204794;
	text-decoration: none;
	text-align: right;
}
.link_mas:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #204794;
	text-decoration: underline;
	text-align: right;
}
.link_terminos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}
.link_terminos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EE289E;
	text-decoration: underline;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

.bullet {
	list-style-image: url(images/bullet.gif);
	text-align: left;
	vertical-align: top;
	list-style-position: inside;
}

.recuadro_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #2e57a6 url(images/rec_pleca.gif) repeat-x;
	text-align: left;
	text-indent: 15px;
	height: 25px;
	width: 650px;
	display: inline-block;
	vertical-align: middle;
}
.recuadro_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b3485;
	text-align: justify;
	background-image: url(images/rec_fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 10px;
	padding: 10px;
}
.recuadro_cuerpo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-image: url(images/rec_fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	vertical-align: top;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	text-decoration: none;
}
.foto {
	border: thin solid #999999;
	margin: 10px;
	float: right;
}
.fotoizq {
	border: thin solid #999999;
	margin: 10px;
	float: left;
}
.cuerpo_importanteBANDO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4566A6;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.titDER1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EB008B;
	text-decoration: none;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.titDER2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2e57a6;
	text-decoration: none;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.back {
	background-attachment: scroll;
	background-color: #cdd7de;
	background-image: url(images/pat_fdo_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.contacto {
color:#375198;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*HEADINGS*/

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	font-weight: bold;
	color: #EC0F91;
	text-decoration: none;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #EC008C;
	text-decoration: none;
}


/*TEXTO*/

.encuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EC008C;
	text-decoration: none;
	text-align: left;
	padding: 0px;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4566A6;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

.cuerpor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB008B;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 5px 10px;
	text-align: justify;
	vertical-align: top;
}

.cuerpo a,
.cuerpo a:visited,
.cuerpo a:hover,
.cuerpo a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4566A6;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

.cuerpo a:hover {
	text-decoration: underline;
}

.cuerpor a,
.cuerpor a:visited,
.cuerpor a:hover,
.cuerpor a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB008B;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

.cuerpor a:hover {
	text-decoration: underline;
}

.strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4566A6;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}
.strongrosa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB008B;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}
.cuerpo_importante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4566A6;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}
.cuerpo_importantestrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EB008B;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}
.terminos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	text-align: justify;
	vertical-align: top;
}

/*** Consulta al experto y enviar a un amigo ***/

.mgcConsultaTabla {
text-align: left;
vertical-align: top;
padding: 0px 10px 0px 0px;
margin: 0px 20px 0px 20px;
empty-cells: show;
width: 590px;
font-size: 12px;
}

.mgcConsultaTop, .mgcConsultaMidTop {
height: 0px;
}

.mgcConsultaLeft
{
height: 480px;
width: 0px;
}

.mgcConsultaMain {
vertical-align: top;
padding-top: 66px;
}

.mgcConsultaForm {
margin-left: 120px;
width: 450px;
}

.mgcConsultaForm .mgcNombre {
vertical-align: top;
text-align: right;
padding: 0px 5px 0px 0px;
color: #4d4d4d;
font-family: Arial, Helvetica, sans-serif;
float: left;
width: 150px;
display: block;
}

.mgcEnviarForm .mgcNombre {
vertical-align: top;
text-align: right;
padding: 0px 5px 0px 0px;
color: #4d4d4d;
font-family: Arial, Helvetica, sans-serif;
float: left;
width: 150px;
display: block;
}

.mgcCampos {
display: block;
margin-bottom: 4px;
font-size: 12px;
}

.mgcobjCampos,
.mgcobjCampoRadio,
.mgcobjCampoTexto {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
width: 250px;
}

.mgcobjCampoRadio {
	width: 150px;
}

.mgcEnviarTabla {
text-align: left;
vertical-align: top;
padding: 0px 10px 0px 0px;
margin: 0px 20px 0px 20px;
empty-cells: show;
width: 590px;
font-size: 12px;
}

.mgcEnviarTop, .mgcEnviarMidTop {
height: 0px;
}

.mgcEnviarMain {
vertical-align: top;
padding-top: 66px;
}
.mgcEnviarForm {
margin-left: 120px;
width: 450px;
}

.mgcEnviarLeft {
height: 480px;
width: 0px;
}

/*** Consulta al experto y enviar a un amigo ***/

/*** Inicio : Ligas Relacionadas ***/

#banner_enlaces a{
	width:240px;
	height:105px;
	margin:0px auto 5px;
	display:block;
	text-align:right;
	border:0;
}

#banner_enlaces a
{
	background:url(images/coledia_enlaces_relacionados_banner.jpg) no-repeat top right;
}
#banner_enlaces a:hover
{
	background:url(images/coledia_enlaces_relacionados_banner.jpg) no-repeat top right;
}

.clrTodoLigasRelacionadas
{
	width: 750px;
	background: url(images/coledia_interiores_background_ligas_relacionadas.jpg) no-repeat left top;
}

.clrIzqLigasRelacionadas
{
	width: 0px;
}

.clrCuerpoLigasRelacionadas
{
	width: 680px;
	padding-top: 50px;
	margin-left: 0px;
	float: left;
}

.clrLigasRelacionadas
{
	width: 100%;
}

.clrListaLigas
{
	padding: 0px;
	width: 450px;
}

.clrTitGeneral
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #457CC2;
	text-align: center;
	white-space: nowrap;
}

.clrTitDerma,
.clrTitFarma,
.clrTitBiene
{
	border-bottom: solid 1px #783B04;
	background: url(Images/flecha.gif) no-repeat 10px 4px;
	padding-left: 25px;
	width: 33%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F09C78;
}

a.clrLigaDerma,
a.clrLigaDerma:hover,
a.clrLigaDerma:visited,
a.clrLigaFarma,
a.clrLigaFarma:hover,
a.clrLigaFarma:visited,
a.clrLigaBiene,
a.clrLigaBiene:hover,
a.clrLigaBiene:visited,
a.clrLigaAjeno,
a.clrLigaAjeno:hover,
a.clrLigaAjeno:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-transform: lowercase;
	color:#457CC2;
	margin-left: 8px;
	text-decoration:underline;
}

a.clrLigaDerma:hover,
a.clrLigaFarma:hover,
a.clrLigaBiene:hover,
a.clrLigaAjeno:hover
{
	text-decoration:underline;
	color:#F09C78;
}

.clrTextoDerma,
.clrTextoFarma,
.clrTextoBiene
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	color:#999999;
	padding: 0px;
	margin:0px 0px 6px 8px;
	text-transform: uppercase;
	display: block;
}

.clrColDerma,
.clrColFarma,
.clrColBiene
{
	vertical-align: top;
}

.clrTextoAjeno
{
	display: none;
}

/*** Fin : Ligas Relacionadas ***/

/** Contenidos : Final **/

/** Banner : Inicio **/

.EspacioArriba {
	height: 3px;
	width: 245px;
	font-size: 1px;
	background: url(images/space_top.png) no-repeat bottom;
	margin: 2px;
	margin-bottom: 0px;
	display: block;
}

.EspacioAbajo {
	height: 3px;
	width: 245px;
	font-size: 1px;
	background: url(images/space_bottom.png) no-repeat;
	margin: 2px;
	margin-top: 0px;
	display: block;
}

.BannerPane .DNN_MediaContent {
	padding: 0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
	background: #fff;
	display: block;
	border: none;
}

/** Banner : Final **/

.mdlRegistroContent td
{
    margin:0;
    padding:0;
   
}
.rcudiv
{    
    _margin-top:-5px;
    width:700px;
    background:url(images/bannerRegistro.jpg) no-repeat;
    background-position:2px 0px;
    height:323px;
    _height:321px;
}
.rcuEnviarForm 
{
    margin-top:100px;
}
.rcuNombre
{  
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#375198;
    font-weight:bold;
    width:280px;
    float:left;
    display:block;
    text-align:right;
    padding:5px 5px 0 0px;   
}
.mdlRegistroContent .TxtContenido
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#375198;
    font-weight:bold;
}
.rcuCampos
{
    float:left;
    display:block;
    padding-top:4px;
}
.rcuCampos input, .rcuCampos select 

{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#375198;  
    background:url("images/bg_controles.png") repeat scroll 0 0 transparent;
    border:1px solid #BCC9D0;
    font-family:Arial;
    font-size:10pt;
    height:19px;
    width:auto;
}
.rcuBoton
{
    float:left;
    padding-top:4px;   
}
.rcuBoton input
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color:#375198;
    font-weight:bold;
}
