/*
* CSS Stylesheet for Categories Dressing examples *
*/
 
P.contacto {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h2.politicas {
	font-weight: bold;
	text-indent: 30px;
	color: #555555;
}
div.info_main {
	padding: 30px;
	padding-top: 10px;
}
div.info_contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: justify;
}
a.destino, a.destino:hover, a.destino:active, a.destino:visited{
	color:#666666;
	text-decoration: none;
}
a.info, a.info:visited{
	color:#666666;
	text-decoration: none;
}
a.info:hover, a.info:active{
	color:#AAAAAA;
	text-decoration: none;
}
span.color1 {
	color: #3366FF;
	font-weight: bold;
}
span.color2 {
	color: #FF0000;
	font-weight: bold;
}
span.textocentrado {
	text-align: center;
	font-weight: bold;
}
