/* CSS Document */
.sap{
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	line-height: 18pt;
	color: #333333;
	text-align: justify;
}
.cuerpo{
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}

.high{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A32114;
	font-weight: bold;
	
}

.high2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #A32114;
	font-weight: bold;
	
}
/*-------------------------------------------------------------------------------*/
a.button {
	/*background: transparent url('bg_button_a.gif') no-repeat scroll top right;*/
	color: #FFFFFF;
	display: block;
	/*float: none;*/
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	/*margin-right: 600px;*/
	/*padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	width: 200px;
	font-weight: bold;
	text-align: center;
	
}
a.button span {
    background: transparent url('btn_span.gif') no-repeat top left;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 0px;
}
a.button:active {
    background-position: bottom right;
    color: #FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 0px; /* push text down 1px */
}
/*---------------------------------------------------------------------------*/
#left {
	width: 200px;
	height: 375px;
	float:none;
	position:relative;
	position:static;
	position:relative;
	display: inline;
	margin: 10px 10px 10px 10px;
}
#der {
	width: 500px;
	margin: 10px 10px 10px 10px;
	border-left: 1px dashed #590800;
	padding: 10px;
}
/*-------------------------------------------------------------------------------*/
titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color:  #590800;
	font-weight: bold;
	font-style: oblique;
	}

sub {
	font-family:  "Times New Roman", Times, serif;
	font-size: 30px;
	color: #590800;
	font-weight: bold;
	font-style: oblique;
	}
	
h1 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 25px;
	color: #590800;
	font-weight: bold;
	font-style: oblique;
	}
h2 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #590800;
	/*font-weight: bold;*/
	font-style: oblique;
	line-height: 14pt;
	}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A32114;
	font-weight: bold;
}
.menu a {
	font-size: 12px;
	text-decoration: none;
	color: #A32114;
	font-weight: bold;
}
.menu a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #A32114;
	font-weight: bold;
}

