* {
	margin: 0;
	padding: 0;
}
html {

height:100%;

}

body {
	margin: 0;
	padding:0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height:100%;
}

h1, h2, h3 {
	font-family: Verdana,Arial;
	color: #333333;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

#send2friend {
	margin-bottom: .8em;
	font-size: 1.5em;
	font-weight: normal;
	text-align:center;
}


h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #2a2159;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid #0e3793;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 4px 0 0 15px;
	background: url(images/img05.gif) no-repeat;
	font-size: 1.4em;
	color: #0e3793;
}

.boxed .content {
	padding: 15px;
}

/* Post */

.post {
}

.post .title {
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
	line-height: normal;
	font-size: 9px;
}

.post .story {
}

/* Header */

#header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0px;
	padding: 0px 0 0 1em;
	font-size: 1em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 24px 0 0 .5em;
	font-size: .7em;
}

#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Header > Menu */

/* Header > Menu */

#btmen_prip {
	float: left;
	.float:none;
	position:relative;
	top:31px;
	width: 500px;
	height: 36px;
	/*padding: 31px 0 0 0;*/
	/*background: url(images/img04.gif) repeat-x;*/
}

#btmen_prip span{

padding-right:15px;
padding-left:15px;
}

#btmen_prip ul {
	margin: 0;
	
	list-style: none;
}

#btmen_prip li {
display:inline;

}

#btmen_prip a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	padding: 5px 0 0 0;
	/*background: url(images/img04.gif) no-repeat;*/
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom:#FFFFFF solid 1px;
}

/*#menu a:hover {
	color: #0e3793;
	height:30px;
	background: url(images/img04.gif) no-repeat;
	border-bottom:none;
}

#menu .active a{
text-decoration:none;
}*/

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 480px;
}

#main_listado {
clear:inherit;
	width: 740px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}
#sidebar_listado {
	float: left;
	width: 100%;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #2a2159;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #C90404;
}

#inputsubmit1 {
	background: #0e3793;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

#linksint {
}

#linksint h2 {
background-color:#0e3793;
color:#FFFFFF;
height:25px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-left:20px;
padding-top:5px;
}

#linksint li {
list-style:none;

}

/* Footer */

#footer {
	clear: both;
	padding: 10px 50px;
	border-top: 4px solid #0e3793;
	background: #ffd600;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	text-decoration: underline;
	color: #2a2159;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.titulo_black {
	font-size: 2em;
	color:#333333;
}
.texto_normal {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}
.texto_normal a{
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2a2159;
}
.texto_normal a:hover{
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2a2159;	
}
.enlaces_texto {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2a2159;	
}
.enlaces_texto a:hover{
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2a2159;	
}
.fecha_texto {
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}
.texto_actualizaciones {
	font-size:0.5em;
	color: #2a2159;	
}

#menu_interior_listado{
position:relative;
height:100%;
width:740px;
}

.title12white {
	/*padding: 15px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:20px;
	color: #0e3793;
	font-size: small;
	background-color:#9EB0DA;
}

.text11black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;	
	color: #000000;
}

.title_submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0e3793;
	font-size: x-small;
}

