@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-family: 'Trebuchet MS',  Arial, sans-serif;
	font-size:13px;*/
	background-color:#EEEDED;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
}

form {
	margin:0px;
}

p {
	line-height:1.5em;
}


a {
	text-decoration:none;
	color:#87A6B9;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

.bold {
	font-weight:bold;
}

#marco {
	width:900px;
	min-height:100%;
	text-align:center;
	margin:auto;
	/*background-color:green;*/
}

*html #marco {
	height:100%;
}

#langs {
	background-image:url(images/border_top_gen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:0.9em;
	padding:0.3em;
}

#menu_sup {
	background-image:url(images/border_top_gen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	font-size:0.9em;
	padding:0.3em;
	/*font-weight:bold;*/
}

#marco_central {
	background-image:url(images/border_top_gen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:820px;
	width:830px;
	width:860px;
	margin:auto;
	margin-bottom:3em;
}

*html #marco_central {
	width:840px;
	width:870px;
}

#menu_lateral {
	
	width:110px;
	background-image:url(images/border_menu_left.jpg);
	background-position:right;
	background-repeat:no-repeat;
	min-height:394px;
	text-align:left;
	font-size:0.9em;

}

*html #menu_lateral {
	height:394px;
	width:120px;
	width:100px;
}

#menu_lateral ul {
	padding:0em;
	margin:0em;
	padding-left:2em;
	padding-left:0em;
}

#menu_lateral li {
	list-style: none;
	padding:0.5em;
	background-image:url(images/border_categories.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

#menu_lateral a { 
	color:#4A5962;
}

#main_content a {
	color:#4A5962;
}

#main_content {
	
	float:right;
	width:680px;
	width:710px;
	width:740px;
	text-align:left;
	
	/*padding-bottom:3em;*/

	/*padding-top:10px;*/
	/*padding:0px 5px 0px 5px;*/
	padding:0.5em 0px 1em 0px;
	
}

*html #main_content {
	width:750px;
}

#main_content div {
	/*height:100px;*/
	/*background-color:red;*/
	/*border:1px solid black;*/
	margin:10px 10px 10px 10px;
	/*margin:10px 5px 10px 5px;*/
}



#main_content div img {
	float:left;
	margin-right:1em;
}

*html #main_content div {
	margin:7px;
}

#contenido{
	width:900px;
	padding-bottom:60px;
	/*background-color:red;*/
}

.search {
	border-right:1px solid #87a6b8;
	border-bottom:1px solid #87a6b8;
	
	/*background-image:url(images/search_bg.jpg);
	background-repeat:no-repeat;
	min-height:100px;*/
	
}

*html .search {
	margin:0px;
	padding:0px;
}

.search h3 {
	color:white;
	font-size:1.1em;
	background-image:none;
	padding-left:0.5em;
}

#search_div {
	/*margin-top:-30px;*/
	background-image:url(images/search_separator.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	/*padding-top:10px;*/
	padding-bottom:15px;
	/*border:1px solid black;*/
	/*background-color:red;*/
	/*min-height:100px;*/
}

*html #search_div {
	padding-bottom:15px;
	/*border:1px solid black;*/
}

.safari #search_div {
	padding-bottom:12px;
}

#search_box {
	/*float:right;*/
	/*padding-right:10px;*/
	padding-right:8px;
	
}

#search_box input {
	/*width:180px;*/
	width:290px;
	border:none;
	border-bottom:1px solid #b4b4b4;
	color:grey;
}

*html #search_box input {
	margin-top:-1px;
	/*width:190px;/
	width:290px;*/
	margin-right:-5px;
	/*margin-bottom:15px;*/
}

#search_selector {
	/*float:left;*/
}

#lupa {
	float:right;
	/*margin-right:-10px;*/
	/*border:1px solid black;*/
	/*margin-right:-40px;
	margin-top:-20px;*/
	/*margin-left:240px;*/
	width:30px;
	margin-left:0px;
	
}

*html #lupa {
	/*margin-right:-5px;
	width:1px;*/
	width:34px;
	
}

.safari #lupa {
	width:28px;
}

#lupa img {
	border-bottom:1px solid #b4b4b4;
}
	
*html #lupa img {
	margin-right:5px;
}

.safari #lupa img {
	height:17px;
}

#pie {
	width:900px;
	height:20px;
	height:17px;
	margin:auto;
	margin-top:-20px;
	background-image:url(images/border_top_gen.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:0.9em;
	line-heigth:1.2em;
	padding-top:3px;

}

.safari #pie {
	margin-top:-56px;
}

.clearboth {
	clear:both;
}
