/* CSS Document */

body
{
	font-family:Calibri, Arial;
	font-family: 'Calibri', Arial;
	font-size:12px;
	text-align:center;
	margin:0px;
	background-color:#FFA117;
	background-image:url(../images/background_web_side.jpg);
	background-repeat:repeat-x;
}
@font-face 
{
	font-family: 'Calibri';
	src: url('../fonts/CALIBRI.ttf') format("truetype");
}
a img
{
	border:none;
}
a
{
	color:#FF6633;
	text-decoration:none;
}
input, textarea
{
	font-family:Calibri, Arial;
	font-size:12px;
	border: 1px solid;
	border-color:#CCCCCC;
}
#bg
{
	z-index:-1;
	position:absolute;
	text-align:center;
	background-image:url(../images/background_web.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:1600px;
}
#margin_top
{
	height:40px;
}
#header, #header_flash
{
	height:97px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/sombra_web_top.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}
#header
{
	background-image:url(../images/header_nlk.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	height:75px;
}
#padding_top
{	
	height:23px;
}
#header #logo
{
	float:left;
	width:276px;
}
#header #menu
{
	float:right;
	width:400px;
	height:75px;
}
#header #menu a
{
	color:#333333;
	font-weight:bold;
	font-size:14px;
}
#header #menu a:hover, #header #menu a.selected
{
	color:#FF6633;
}
#header #menu #secciones
{
	float:left;
	width:282px;
	padding-top:43px;
}
#header #menu #idiomas
{
	float:right;
	padding-top:42px;
	width:115px;
}
#banner_top, #banner_bottom
{
	height:10px;
	background-image:url(../images/sombra_web_center.png);
	background-position:center;
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#banner
{
	height:290px;
	text-align:center;
	background-image:url(../images/sombra_web_center.png);
	background-position:center;
	background-repeat:repeat-y;
}
#banner img
{
	width:950px;
	height:290px;
	margin-left:auto;
	margin-right:auto;
}
#container
{
	background-image:url(../images/sombra_web_center.png);
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
}
#content
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f2f2f2;
	text-align:left;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat;
}
#content #left
{
	float:left;
	background-color:#FFFFFF;
	width:602px;
	padding:20px;
}
#content #left .info_container
{
	margin:10px;
	margin-bottom:20px;
}
#content #left .title
{
	font-size:20px;
	font-weight:bold;
	color:#FF6633;
	margin-bottom:14px;
}
#content #left .post-info 
{ 
	font-size: 12px; 
	border-top: 1px solid #E1E1E1; 
	border-bottom: 1px solid #E1E1E1; 
	color:#666666;
	margin: 5px 0px 14px 0px; 
	padding: 5px 0px 5px 0px;
}
#content #left .text
{
	font-size:14px;
	font-style:normal;
	line-height:20px;
	color:#303030;
}
#content #left #links
{
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
}
#content #right
{
	float:right;
	width:308px;
}
#content #right .info_container
{
	background-image:url(../images/right-bg.gif);
	background-repeat:repeat-y;
	width:308px;
}
#content #right .info_container .top
{
	/*background-image:url(../images/right-top.gif);*/
	background-image:url(../images/right_header.png);
	background-repeat:no-repeat;
	width:308px;
	height:45px;
}
#content #right .info_container .bottom
{
	/*background-image:url(../images/right-bottom.gif);
	background-repeat:no-repeat;
	width:308px;
	height:14px;*/
	clear:both;
	/*overflow:hidden;*/
}
#content #right .title
{
	font-size:20px;
	padding:15px;
	padding-top:10px;
	font-weight:bold;
	color:#17365d;
}
#content #right .text
{
	padding:15px;
	padding-top:5px;
	font-size:13px;
	font-style:normal;
	line-height:16px;
	color:#555555;
}
#content #right #about
{
	background-image:url(../images/right-bg.gif);
	background-repeat:repeat;
}
#content #right #promotion
{
	margin-top:15px;
	background-image:url(../images/right-bg.gif);
	background-repeat:repeat;
}
/*#content #right #promotion .info_container .top
{
	background-image:url(../images/right-top.gif);
	background-repeat:no-repeat;
	width:308px;
	height:53px;
}*/
#content #right #promotion .info_container .banner_promo,
#content #right #reel .info_container .video
{
	margin-left:4px;
}
.clear_content
{
	clear:both;
}
#paginacion
{
	font-size:13px;
}
#paginacion .pagina
{
	padding:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	display:inline;
	cursor:default;
}
#paginacion .pagina a
{
	cursor:pointer;
}
#back
{
	margin-top:20px;
}
#footer
{
	clear:both;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/sombra_web_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
#footer #footer_flash
{
	height:40px;
	text-align:center;
}
#footer #texto_legal
{
	padding-top:20px;
}
#footer a
{
	text-decoration:underline;
}
#footer a, #footer
{
	color:#666666;
}
.azul
{
	color:#003399;
}