body {
	margin: 0px;
	padding:0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	SCROLLBAR-FACE-COLOR: #D4D0C8; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D0C8; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR:  #000000; 
	SCROLLBAR-TRACK-COLOR: #E3E3E3; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666; 

}

/* ESTRUCTURA */


/* FONDOS */

.fondoHome {
	background-image:url(../imgs/fondoHome.jpg);
	background-repeat:repeat-x;
	background-color:#EEEEE6;
	margin:0px;
	padding:0px;
}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #676767;

}
.cargo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #536B99;

}
.nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.profesion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	display: block;
	left: 20px;


}

.subtitulos {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #e67c18;
}

.fecha {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	font-weight: bold;

}
.resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.enlaces {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.titVino {
	font-family: Tahoma;
	font-size: 10px;
	color: #73A8C7;
	font-weight: bold;

}
.vinsubtit {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}

/* ENLACES*/

A:link,A:visited,A:active {text-decoration:none}

a:hover {
	
	text-decoration: underline;
}



/* FORMULARIOS */
.caja {
	font-family: Tahoma;
	font-size: 10px;
	color: #6C5200;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}
.boton {
	font-family: Tahoma;
	font-size: 10px;
	color: #663300;
	background-color: #CCCC99;
	border: 1px solid #333333;
	cursor: hand;
}

.blanco {
	color: #FFFFFF;
}

.marron {
	color: #9B896A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.rojoOscuro {
	color: #800321;
}
.textopk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.txtNaranja {
	color: #C27352;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
