@charset "utf-8";
/* CSS Document */


/* texto cuerpo */

A:link {
	color:#0000FF;
	text-decoration: underline;
}

A:visited { 
color:#ce7c42; 
text-decoration: underline;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;	
}

blockquote {
	margin: 5px;
	padding: 5px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font: bold;
	line-height: normal;
	text-align: justify;
	text-decoration: none;
	color: #292929;
	border-width: 0; 
  
}

/* titulo obras */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;

}

/* descripcion obras */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;

}

/* titulo categoria1 */
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: normal;
	text-align: left;

}
/* titulo categoria2 */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: normal;
	text-align: left;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	letter-spacing: normal;
	text-align: right;

}