/* CSS Document */

body {
	background-color: #FFFFFF;
	vertical-align:middle;
	margin:0px;
		
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	background-color: #FFFF99;
	
}

a:visited {
	text-decoration:none;
}


/*------------------------------------------estructura----------------------------------*/

.tabla-presentacion {
	border-width:2px;
	border-style:solid;
	border-color:#660000;
	width:850px;
} 

.tabla {
	border-width:2px;
	border-style:solid;
	border-color:#660000;
	width:850px;
}

.tabla-left {
	width:330px;
	background-repeat: no-repeat;
	border-width:0px;
	vertical-align:top;
}

.tabla-right {
	background-image:url(images/bck850x635-right.jpg);
	background-repeat:no-repeat;
	width:520px;
}
	
.tabla-info {
	height:577px;
	width:520px;
	border:0px;
}

.tabla-talleres {
	height:55px;
	width:498px;
}

.tabla-inicio {
	height:408px;
	width:476px;
}

.tabla-dermocosmetica {
	height:408px;
	width:498px;
}

.tabla-inside { 
	border:0px;
	width:380px;
	height:498px;
}

.td-titulos {
	margin-right:10px;
}

/*--------------------------------------------- fonts ---------------------------------------------------*/

.info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-repeat:no-repeat;	
}

.info-sinfoto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-repeat:no-repeat;
	margin-right:7px;
}

.rojo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #990000;
	background-repeat:no-repeat;
	margin-right:10px	
}

.info-inicio {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.bienestares-titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DE3903;
	font-weight:bold;
}

.talleres {
	border:0px;
	}

#talleres a {
	text-decoration:none;
	border:0px;
}

#talleres a:hover {
	text-decoration:none;
	background-color:transparent; 
	border:0px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-decoration:none;
}


