
/********************************/
.top {

	_background: #FFFFFF;

	_float:left;

	_width: 500px;

	_height: 50px;

	_padding-bottom: 10px;

	_margin-top: 5px;

}

html {min-height: 100%;}



* {	margin: 0; padding: 0; }



a {color: #FFFFFF;}



a:hover {color: #0066CC;}



img {

	border:none;} 



body {

	background: #FFF;

	color: #272727;

	font: normal 62.5% Tahoma,sans-serif;

}



p,code,ul {padding-bottom: 1.2em;

			line-height:1.6em;}



.sidenav li {list-style: none;}



h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:135%; color:#006699; margin-bottom: 15px; }



 { border: none 0px; padding: 1px 2px 1px 2px; }



code {

	background: #FFF;

	border: 1px solid #EEE;

	border-left: 6px solid #C1CAD3;

	color: #666;

	display: block;

	font: normal 1em Tahoma,sans-serif;

	line-height: 1.6em;

	margin-bottom: 12px;

	padding: 8px 10px;

	white-space: pre;

}

	



/* misc */

.clearer {clear: both;}



.left {float: left;}



.center {text-align: center;}



.right {float: right;}



td img {display: block;}.style1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	font-style: italic;

	margin: 0px 15px 15px 30px;}



.styleb2 {

	font-size: 11px;

	font-style: italic;

	margin: 0px 15px 15px 30px;}

	

.styleb2 a{

	color:#003399;

	text-decoration:none;}

	

.styleb2 a:hover{

	color:#003399;

	text-decoration:none;}

	

.stylea {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	font-style: italic;

	margin: 0px 15px -10px 30px;

}



.stylea a{

	text-decoration:none;

	color: #000000;

}



.stylea a:hover{

	text-decoration:none;

	color: #000000;

}



.style2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

}

.style3 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	font-size: 12px;

	font-weight: bold;

	color: #006699;

	margin: 0px 15px 15px 15px;

}

.style4 {

	font-size: 12px;

	font-weight: bold;

	margin: 0px 15px 0px 15px;

}

.style5 {font-family: Georgia}

.style6 {

	font-size: 110%;

	font-family:Georgia, "Times New Roman", Times, serif;

	line-height:1.5em;}



/* structure */





.container {

	font-size: 1.1em;

	margin: 0 auto;

	width: 800px;

	padding-bottom: 25px;

}





/* header */

.header {

	background: url(images/header.jpg) no-repeat;

	color: #FFFFFF;

	margin: 0 auto;

	width: 800px;

	height: 190px;

	clear:both;

}



.hdrtitle {	height: 100px;}



.hdrtitle h1 { text-align: right; padding: 22px 65px 0 0; font: normal 3.4em Tahoma,Arial,"Trebuchet MS",sans-serif; }



.hdrtitle a, .header a:hover {color: #FFFFFF; text-decoration: none;}



.hdrtitle h2 { text-align: right; padding: 0 65px 10px 0; font: normal 2.5em Tahoma,Arial,"Trebuchet MS",sans-serif; }


/* navigation */
.navigation{
	margin:55px 0px 0px 0px;
	/ margin:55px 0px 0px 0px;
	width:auto;
	height:30px;
}

.menu{
	float:left;
	width:auto;
	height:auto;
}

.navigation .menu a {	

	background: url(images/nav-split.gif) no-repeat right;

	text-decoration: none;

	font: bold 1.1em Arial,"Trebuchet MS",sans-serif;

	color: #FFFFFF;

	padding: 0 20px 0 20px;

}



.navigation .menu a:hover {

	color: #CCCCCC;

	text-decoration: underline;

}


/*************** Dropdown menu *********************************************/

#nav{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#nav ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width:150px;
	font: bold 12px Arial,"Trebuchet MS",sans-serif;
	color: #FFFFFF;
	font-stretch:narrower;
	text-decoration:none;
		
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	_width: 6em; /*for IE6*/
	list-style-type:none;
	list-style:none;
	margin: 0px 0px 10px 5px;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #042b56;
	width: 18em;
	/ height:85px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	s
	-moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=87);
	/*min-width:120px;*/
}

#nav li ul li a{
	width:150px;
	font-size:11px;
	background: url(images/sub_menu.png);
	background-repeat: no-repeat;
	background-position:left;
	margin:5px 0px 0px 0px;
}

#nav li ul li a:hover{
	color: #999999;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
/**************************************************************************/


#cuadro1{

	background-color:#006699;

	border:inset 7px #003366;

	padding:10px;

	margin-bottom:15px;

	width:85%;

	margin:0px auto;

	}



#cuadro1 p{

	color:#FFFFFF;

	}



#cuadro2{

	background-color:#FF6633;

	border:inset 7px #990000;

	padding:10px;

	margin-bottom:15px;

	width:85%;

	margin:0px auto;

	}



#cuadro2 p{

	color: #FFCC00;

	}



/* sidebar */

.outside {
	_clear:both;
	background: #FFF;

	float: right;

	width: 210px;
	display:block; overflow:hidden; /*  lateral border bar*/
	margin-top:10px;

	border: 1px solid #e0e0e0;

}



.sidenav {

	width: 190px;

	margin: 5px;

	color: #666666;

}



.sidenav h2 {

	background: url(images/sb-menu.gif) no-repeat;

	color: #003366;

	font: bold 1.4em Tahoma,Arial,"Trebuchet MS",Verdana,sans-serif;

	padding: 10px 0px 10px 0px;

}



.sidenav ul { padding: 1px 0 6px 0; height:auto; /* distancia entre titulo articulos y marco rojo*/}



.sidenav li a{

	background: url(images/bullet.png) no-repeat;

	font-size: 1em;

	color: #333333;

	display: block;

	margin-left: 10px;

	padding: 0 0 4px 16px;

	text-decoration: none;

	width: 95%;

}



.sidenav li a:hover { color:#0066CC; text-decoration: underline; }



.feed { margin: 5px 0 0 25px; }



.sidenav a {

	font-size: 1em;

	color: #003399;

	display: block;

	margin: 0 auto;

	width: 80%;

}





/* content */

.content {

	float: left;
	
	margin: -10px 0 0 10px;
	
	margin /*\**/: 8px 0 0 10px\9 ;

	width: 520px;
	
	_float: left;

	_width: 500px;

}



.content2 {

	float: left;

	margin: 5 px 0 0 10px;

	width: 800px;

}



.content h2 {

clear:both;

color:#003366;

font-size:120%;

}



.content2 h2 {

clear:both;

color:#003366;

font-size:120%;

}





.post {

	color: #203866;

	width: 520px;

	float: left;

	margin-top: 10px;

	padding: 0 10px 0 10px;
	
	_color: #203866;

	_width: 500px;

	_float: left;

	_margin-top: 10px;

	_padding: 0 10px 0 10px;

}



.post2 {

	color: #203866;

	width: 800px;

	float: left;

	margin-top: 10px;

	padding: 0 10px 0 10px;

}



#permanent {

	color: #203866;

	width: 520px;

	float: left;

	margin-top: 10px;

	padding: 0 10px 0 10px;

}



#permanent h1{

	color: #006699; font: bold 1.6em Verdana, Arial, Helvetica, sans-serif; margin: 12px 0 0 15px; 

}



#permanent p{

	color: #000000;

	font-size:90%;

}



#permanent {

	float:left;

	margin:0px 10px -20px 0px;

}



#top {

	background: #ececec;

	border:1px #999999 solid;

	float:left;

	width: 520px;

	height: 50px;

	padding-bottom: 7px;

	margin: 10px 0px 5px 0px;

}



#top h1{

	font-size:120%;

	}





#top2 {

	background: #ececec;

	border:1px #999999 solid;

	float:left;

	width: 800px;

	height: 50px;

	padding-bottom: 7px;

	margin: 5px 0px 5px 0px;

}



#top2 h1{

	font-size:120%;}



.post h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }


.text ul li{
	list-style: disc;
	list-style-type: disc;
	/ list-style-position: inside;
}

.post_tags a{ color:#0066CC; text-decoration:none;}

.post_tags a:hover{ color:#0066FF; text-decoration:underline;}

.post .text { width: 96%; color: #272727; padding: 8px; }

.post .text p{ font-size:100%; color:#333333}

.post .text ul, .post .text p ul ul li, .post .text li{font-size:100%;}

.post .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }

.post .text a { color: #203866; }

.post .text a:hover { color: #203866; text-decoration: none; }

.post2 h3 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.post .text img{ margin:10px 10px 10px 10px;}



.post2 .text { width: 96%; color: #272727; padding: 30px; }

.post2 .text p{ font-size:90%; color:#333333; margin-left:5px;}

.post2 .textcomm { width: 100%; color: #444; padding-top: 2px; margin-bottom: 15px; border-bottom: 3px solid #c7c7c7; }

.post2 .text a { color: #203866; }

.post2 .text a:hover { color: #203866; text-decoration: none; }



.comm-area { color: #203866; }





.nav { display: block; 
		color: #203866; 
		width: 520px; 
		float: left; 
		margin: 10px 30px 0 10px; 
		
		_display: block;
		_color: #FFFFFF; 
		_width: 500px; 
		_float: left; 
		_margin-top: 10px;
		}

.nav h1, .nav h2 { color: #203866; font: bold 1.2em Arial,sans-serif; }

.nav a { color: #203866; font: bold 1.2em Arial,sans-serif; }

.nav a:hover { text-decoration: none; }

.alignright { float: right; }

.alignleft { float: left; }



.title h1 { color: #006699; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 25px 0 0 5px; }

.title h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }

.title a { color: #006699; text-decoration: none; }

.title a:hover { color: #006699; text-decoration: none; }



.title2 h1 { color: #006699; font: bold 1.6em Arial,Tahoma,sans-serif; margin: 25px 0 0 5px; }

.title2 h2 { color: #031219; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; padding-bottom: 6px; }

.title2 a { color: #006699; text-decoration: none; }

.title2 a:hover { color: #006699; text-decoration: none; }



.nofound { color: #203866; font: bold 1.4em "Trebuchet MS",Arial,sans-serif; }



.content .descr {

	color: #646464;

	font-size: 1em;

	padding: 1px 0 10px 15px;

}



.comment {

	background: #f4f4f4;

	width: 260px;

	height: 20px;

	float: right;

	color: #646464;

	font-size: 1em;

	margin-bottom: 10px;

	padding-top: 5px;

	text-align: center;

}



.comment a { color: #646464; text-decoration: none; }

.comment a:hover { text-decoration: underline; }

.comauthor a { color: #203866; text-decoration: none; }



.info {

	color: #5774ad;

	font-size: 1em;

	padding-top: 10px;

	border-top: 3px solid #c7c7c7;

	text-align: left;

}



.info a { color: #5774ad; }

.info a:hover { text-decoration: none; }



.search {

	background: #383838 url(images/search-bg.png) repeat-x;

	font: bold 1em Arial,sans-serif;

	text-align: center;

	color: #FFF;

	width: 520px;

	height: 58px;

}



.search_text { padding: 6px 0 6px 14px; }





/* footer */

.footer {

	width: 801px;

	margin: 0 auto;

	background-image:url(http://www.latinriskonline.com/images/footer.jpg);

	background-repeat:repeat-x;

	height: 47px;

	text-align:center;

	color: #FFFFFF;

	font: normal 1em Arial,sans-serif;

	text-align: left;

	clear:both;

	padding: 10px 0 10px 0;

	border-top: 5px solid #c7c7c7;

}



.footer p {text-align:center; padding:0px 10px 0px 10px;}

.footer a {color: #FFFFFF; text-decoration: none; }

.footer a:hover {color: #FFFFFF; text-decoration: underline; }





/* Begin Calendar */

#wp-calendar { empty-cells: show; margin: 0 auto; width: 120px; }

#wp-calendar a { clear: both; }	

#wp-calendar #next a { padding-right: 10px; text-align: right; }

#wp-calendar #prev a { padding-left: 10px; text-align: left; }

#wp-calendar caption { text-align: center; width: 100%; }

#wp-calendar td { padding: 3px 0; text-align: center; }



 /* Begin News box */





TABLE		{ COLOR: #000000; FONT: 11px arial, sans-serif; font-weight: normal }



.titlebox		{ COLOR: #0033FF; FONT: 12px arial, sans-serif; font-weight: bold; }



#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }



#NewsDiv a:link		{ color: #0033FF; text-decoration: underline; }



#NewsDiv a:visited	{ color: #6633FF; text-decoration: underline; }



#NewsDiv a:active	{ color: #0033FF; text-decoration: underline; }



#NewsDiv a:hover		{ color: #6699FF; text-decoration: none; }


/*** Novedades columna derecha **/
.novedades{
	width:200px;
	height:1800px;
	/ height:2595px;
	
	height /*\**/ :1800px \9; /* IE8 sucks*/
	
}

/*** Articulos **/
#articulos{
	width:200px;
	height:145px;
	/ height:155px;
	
	height /*\**/ :163px \9; /* IE8 sucks*/
	background-color:transparent;

}

