/* Colores del texto principal */
a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: none;
	color:#660033;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* #C587C5 */
body{
    background-color:#A687C5;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    font-family: noto sans, Helvetica, Microsoft Sans Serif, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
}
/* Parte central con el contenido */
#content{
    width: 775px;
    height: 100%;
    background-color:#FFFFFF;
    padding-top: 3px;
}

/* Barra de links */
#top_nav {
    width: 769px;
    height: 16px;
    font-size: 14px;
    background-color:#7FA540;
    padding-top: 5px;
    padding-bottom:5px;
    text-align: right;
}
#top_nav ul {
    margin:0;
    padding:0;
}
#top_nav li {
    display:inline;
    margin:0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    float: center;
}
#top_nav a:hover {
    color:#ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color:#B7CF17;
    padding-left: 15px;
    padding-right: 15px;
}
#top_nav a {
    color:#ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
/* Cabecera - sin incluir barra de links */
#masthead {
    width: 739px;
	height: 70px;
    margin-bottom: 3px;
    padding-top: 30px;   
    padding-left: 15px;   
    padding-right: 15px;   
    background-color:#B7CF17;
    color: #404040;
    font-size: 36px;
    font-family: Times New Roman, serif;
    font-style: italic;
    font-weight: normal;
    text-align: right;
}
#masthead h1{
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

#page_content {
	width: 715px;
    margin-top: 40px;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
#page_content h1{
	border-bottom:#CCCCCC thin dotted;
	font-size: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0.55cm;
}
#page_content h2{
	font-size:15px;
	font-style: italics;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0.35cm;
}
#page_content p{
	padding-top: 3px;
	padding-bottom: 3px;
    margin: 0;
}
#prefooter {
    width: 670px;
    text-align:right;
}
#footer {
    border-top:#CCCCCC thin dotted;
    width: 650px;
    height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
    margin-top: 5px;
}
