/* CSS Document */
* {
margin: 0;
padding: 0;
font-family: none;
}

body {
background-color: #99a;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:1.50em;
font-size: 9pt;
color: #333333;
margin-top:0px;
text-align: center;
background-image: url(images/bak_body.jpg);
}
#top{
width:790px;
height:186px;
margin:auto;
}
table{
width:790px;
margin:auto;
background-color: #ddd;
}
td, tr{
color: #330000;
vertical-align: top;
padding:17px 17px 17px 17px;
}
#menu{
	width:790px;
	height:30px;
	margin:auto;
	background-color: #FFF;
	padding-top:10px;
	text-align: center;
	background-image: url(images/bak_menu.jpg);
}
a:link, a:active  {
font-size: 9pt;
text-transform: capitalize;
color: #00f;
}
a:visited{
font-size: 9pt;
text-transform: capitalize;
}

a:hover {
font-size: 9pt;
text-transform: capitalize;
color: #fff;
background-color: #003399;
}

p {
padding-right:2px;
padding-left:2px;
text-align:justify;
vertical-align:top;
color: #025;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:5px;
font-size:12pt;
color:#fff;
text-transform:uppercase;
font-variant:small-caps;
text-align:left;
font-family:Tahoma;
font-weight: bold;
background-color:#228;
border-bottom-color:#225;
border-bottom-width:1px;
border-bottom-style:solid;
padding:2px ;
}

img.izq {
border:thin solid #fff;
float:left;
margin: 0px 3px 0px 0px;
padding:4px;
clear: left;
}
img.der {
border:thin solid #fff;
float:right;
margin: 0px 3px 0px 0px;
padding:4px;
clear: right;
}

img.center{
margin:auto;
padding:10px;
margin:auto;
text-align: center;
border:thin solid #fff;
}


#pie{
width:790px;
height:40px;
margin:auto;
background-color: #abb;
color: #223;
text-align: center;
letter-spacing: -0.5px;
font-size: 9pt;
}

#bloque-izq{
width:47%;
height:100%;
float: left;
border:thin solid #ddd;
padding: 1px;
padding-bottom:7px;
vertical-align: top;
/*letter-spacing: -1px;*/
display: block;
}
#bloque-der{
width:47%;
height:100%;
float: right;
padding: 1px;
padding-bottom:7px;
border:thin solid #ddd;
display: block;
}
#baner-der{
padding:1px;
margin:1px 1px 1px 1px;
float:right;
width:150px;
height:400px;
border:thin solid #fff 1px;
}
.capital{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
padding: 1px 3px 1px 3px;
}