/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
font-size: 125%; /* Igualamos 1em a 20px */
}
 
body {
	font:.5em Arial, Helvetica, sans-serif; /* Igualamos 1em a 10px */
	background: #fff;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	padding:1em 0;
	letter-spacing:-1px;
	font-size:2em;
	text-align: center;
	font-weight: bold;
	color: #900;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:2em;
}
#sidebar h2{
	letter-spacing:-1px;
	font-size:1.5em;
	padding:2em 0 1em 0;
	text-align: center;
	font-weight: bold;
	color: #900;
}
h3 {
font-size:1.5em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
font-size:1.2em;
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
	text-decoration:none;
	color: #333;
}
a:hover {
	text-decoration:none;
	color: #990000;
} 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
font-size:1.2em;
width:20em;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0;
padding:0;
}
 
table tr td, table p{
padding:.4em .4em .2em .2em;
margin:0;
}
table thead th{
	text-align:center;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:#990000;
	padding:0.2em;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Particularidades *****/

#head{
	width:96em;
	height: 16.3em;
}
#bandera{
	width:15.3em;
	text-align:center;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}
.seprojo{
	background: #900;
	height: 2.6em;
}
.box{
	background: url(../images/curva_area.gif) no-repeat left top;
	padding-top: .5em;
}
#sidebar{
	float:left;
	width:15.3em;
	padding-top: 2em;
}
#content{
	float:left;
	width:78.7em;
	padding:2em 0 0 2em;
	text-align:justify;
}
#content p, #content ul{
	font-size:1.4em;
}
#content #inicio{
	text-align:right;
	padding-top:1em;
}
#foot {
	width: 96em;
	background: url(../images/foot_home.png) no-repeat left bottom;
	padding-top: 2em;
	text-align: center;
}
/*--------------------------------------------*/
/*--------------   table   ------------------*/
table.mailing{width:100%; font-size:1.2em;}
table.mailing th{font-size:1.3em; font-weight:bold; background-color:#99CCFF; color:#666666; padding:.5em;}
/*--------------------------------------------*/
/*--------------   menu   ------------------*/
.box ul{
	list-style: none;
	border-top: .2em solid #036;
	padding:0;
	margin:0;
}
.box ul li{
	border-bottom: .2em solid #036;
	padding:.2em 0 .2em .2em;
}
.box ul li a {
	color:#000;
	font-weight: bold;
	font-size: 1.1em;
}
.box ul li a:hover {
	color:#900;
}
.box #boletin{
	border-top: .2em solid #036;
	border-bottom: 1.5em solid #036;
	text-align:center;
	padding:.5em 0;
}
/*--------------------------------------------*/
.septabla {
	border-bottom:solid .2em #990000;
}
ul#web li{
padding:.5em 2em;
}