@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	margin: 0px;
}
#ruta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	position:relative;
	left:5px;
	top:-2px;
	width:80%;
	height:16px;
	margin-bottom: 5px;
}
#ruta a {
	text-decoration: none;
	color: #999;
}
#ruta a:hover {
	text-decoration: underline;
}
.rutaactiva {
	font-weight: bold;
	text-decoration: none;
}
#marcopuntos {
	position:absolute;
	border: thin dotted #CCC;
	top:20px;
	width:780px;
	height:360px;
	overflow: auto;
}
#rotulopagina {
	position:relative;
	width:740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #c2c8da;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}
#contenidopag {
	position:relative;
	width:740px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 10px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.rotulopag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #c2c8da;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}
.rotulosec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.bordepunteado {
	border: thin dotted #CCC;
	width:780px;
	height:360px;
	margin-right: 10px;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #6f789a;
}
a:active {
	text-decoration: none;
	color: #6f789a;
}
#imagen a{
	padding: 5px;
	float: left;
	margin: 2px;
	border: 1px dotted #CCC;
    opacity: .80; /*FOR ALL OTHER BROWSERS AND DEVICES*/
    filter: alpha(opacity=80); /*FOR IE7*/
}
#imagen a:hover{
	border: 1px dotted #6f789a;
    opacity: 1.00; /*FOR ALL OTHER BROWSERS AND DEVICES*/
    filter: alpha(opacity=100); /*FOR IE7*/
}
.negrita {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
	text-decoration: none;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.link_cursiva {
	font-style: italic;
	color: #999;
}
