/* CSS Document */
<!--


/*@font-face {
font-family: "Myriad Web Pro";
src: url("fuentes/MyriadWebPro.ttf");
}*/

.pie {
	font-family: "Arial";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

.titu1 {
	font-family: "Arial";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.texto1 {
	font-family: "Myriad Web Pro";
	font-size: 12px;
}

.nombre_chica {
	font-family: "Verdana";
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;

}
.titu_deta {
	font-family: "Myriad Web Pro";
	font-weight: bold;
	color: #000000  ;
	font-size: 16px;
}

.titu_video {
	font-family: "Myriad Web Pro";
	font-weight: bold;
	color: #FFFFFF ;
	font-size: 16px;
}
.descrip_deta {
	font-family: "Arial";
	color: #000000 ;
	font-size: 12px;
}
.sub_titu {
	font-family: "Arial";
	color: #FFFFFF ;
	font-size: 12px;
	font-weight: bold;
}

.link_1{ color: #FFFFFF ; 
		 font-family: "Myriad Web Pro";
		 font-weight: bold;
		 font-size: 12px; 
}


.link_chica{ color: #FFFFFF ; 
		 font-family: "Verdana";
		 font-weight: bold;
		 font-size: 11px; 
}

.link_prod{ color: #333333 ; 
			font-family: "Myriad Web Pro";
			font-weight: bold;
  	   	    font-size: 14px;
}

.link_num{ color: #333333 ; 
		 font-family: "Myriad Web Pro";
		 font-weight: bold;
		 font-size: 12px; 
}

.text_form { color: #000000;
		font-family: "Verdana";
		font-size: 12px;
}

.text_detalle { color: #000000;
		font-family: "Arial";
		font-size: 12px;
}

a:link {
	text-decoration: none ;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	
}

a.link_chica:hover { color: #FFFF00; }



-->