/* CSS Document */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.4em;
	background-color:#FFFFFF;
	background-image:url(../img/fondo.jpg);
	background-position:0px -40px;
	background-repeat:repeat-x;
	font-family:Arial,verdana,Helvetica,sans-serif;
	}

h2 {
	font-size:1.2em;
	line-height:1.1em;
	padding:0 0 12px;
	}

#container {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	background-image:url(../img/footer_fondo.png);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#margen {
	width: 850px;
	padding-left:25px;
	float:left;
	}
	
#cabecera {
	width: 100%;
	clear:both;
	}
	
#menu_total {
	width:100%;
	height:40px;
	clear:both;
	text-align:center;
	}

.menu_left {
	width:25px;
	height: 40px;
	float:left;
	display: block;
	background: url(../img/bg_left.png) bottom repeat-x transparent;
	}
	
#menu_middle {
	width:800px;
	height:40px;
	float:left;
	text-align:center;
	display: block;
	background: url(../img/bg_center.png) bottom repeat-x transparent;
	}

	
.menu_right {
	width:25px;
	height: 40px;
	float:left;
	display: block;
	background: url(../img/bg_right.png) bottom repeat-x transparent;
	}
	
#logo {
	width:100%;
	height:120px;
	clear:both;
	margin-top:0px;
	}
	
#cuerpo {
	width:100%;
	clear:both;
	overflow:hidden;
	}
	
#footer {
	width:100%;
	height:226px;
	clear:both;
	margin-top:30px;
	}

	
/* Menu */

#menuh {
	margin-top:1px;
	padding-left:90px;
	float:left;
	}
	
#menu_lng {
	margin-left:60px;
	font-size:9px;
	text-align:left;
	float:left;
	padding-top:3px;
	}
	
#menuh ul, li {
	list-style-type:none;
	
	}

#menuh ul {
	margin:0;
	padding:0;
	}

#menuh li {
	float:left;
	margin-left:3px;
	width:100px;
	}

#menuh a {
	background:#333333 none repeat scroll 0 0;
	height:19px;
	color:#FFFFFF;
	display:block;
	padding:3px 4px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	position:relative;
	}

#menu_activo {
	color:#33FF33;
	}

#menuh a:hover {
	background:#F6AA00 none repeat scroll 0 0;
	}

#menu_rss_img {
	margin-left:10px;
	text-align:left;
	float:left;
	padding-top:6px;
	display: inline;
}

#menu_newsletter_img {
	margin-left:32px;
	text-align:left;
	float:left;
	padding-top:6px;
	display: inline;
}
	
#menu_lng a:link { color:#CCCCCC; text-decoration:none;}
#menu_lng a:visited{ color:#CCCCCC; text-decoration:none;}
#menu_lng a:hover { color:#FF9900; text-decoration:none;}
#menu_lng a:active { color:#CCCCCC; text-decoration:none;}

a:link    { color:#FF9900; font-weight:bold; text-decoration:none;}
a:visited { color:#FF9900; font-weight:bold; text-decoration:none;}
a:hover   { color:#333333; font-weight:bold; text-decoration:underline;}
a:active  { color:#FF9900; font-weight:bold; text-decoration:none;}

/* ERROR 404 */

#error404 { 
	width:100%;
	clear:both;	
	}
	
#error404_text { 
	width:400px;
	margin-left:225px;
	clear:both;
	font-size:14px;
	color:#999999;
	
	}
	
#error404_linia {
	width: 100%;
	height: 5px;
	background-color:#333333;
	margin-top:30px;
	}
	
.error404_columna {
	width: 150px;
	float:left;
	text-align:left;
	padding:2px 10px 0px 10px;
	}
	
.error404_title {
	font-size:16px;
	font-weight:bold;
	}
	
.error404_links {
	font-size:10px;
	}

.error404_links a:link    { color:#333333; text-decoration:none;}
.error404_links a:visited { color:#333333; text-decoration:none;}
.error404_links a:hover   { color:#FF9900; text-decoration:underline;}
.error404_links a:active  { color:#333333; text-decoration:none;}

.error404_links ul{

	line-height:10px;
	list-style-image:url(../img/arrow.png);
	padding:0px;
	}
	
.error404_links li{
	list-style-position:inside;
	margin-top:10px;

	}
	
/* FEED */

#feed { 
	width:100%;
	clear:both;	
	font-size:14px;
	color:#999999;
	}
	
#feed_text {	
	width:450px;
	clear:both;
	margin-left:0px;
	padding-left:0px;
	float:right;
	}

#feed_content {
	width:100%;
	clear:both;
	margin-top:30px;
	}

.feed_feed {
	margin-top:10px;
	}
	
.feed_feed_g {
	font-size:18px;
	background-color:#F0F0F0;
	border:#CCCCCC 1px solid;
	padding:10px;
	}

.feed_text_text {
	margin-left:34px;
	font-size:14px;
	color:#999999;
	}

.feed_feed_img {
	margin:5px 10px 0px 0px;
	float:left;
	}

#feed_img {
	width:256px;
	height:256px;
	float:left;
	margin-left:50px;

	}
	
#feed_todos {
	width:440px;
	text-align:left;
	float:right;
	margin-top:20px;

	}
	
.feed_feed a:link    { color:#333333; text-decoration:none;}
.feed_feed a:visited { color:#333333; text-decoration:none;}
.feed_feed a:hover   { color:#FF9900; text-decoration:none;}
.feed_feed a:active  { color:#333333; text-decoration:none;}

.feed_feed_g a:link    { color:#333333; text-decoration:none;}
.feed_feed_g a:visited { color:#333333; text-decoration:none;}
.feed_feed_g a:hover   { color:#FF9900; text-decoration:none;}
.feed_feed_g a:active  { color:#333333; text-decoration:none;}

/* BETA */
#lazo {
	position:absolute;
	top:0px;
	left:0px;
	}

span.gira_mail { direction:rtl;  font-weight:normal; unicode-bidi:bidi-override;}
