/* Bloque principal */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 76%;
	text-align:center;
	background-color:#FFFFFF;
}

img {
	border:none;
}

#main {
	text-align:left;
	width:760px;
    height: 559px;
	margin:auto;
	padding:0;

}

#header {
	height: 90px;
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: top;
	text-align: right;
	/*border-bottom: 1px solid red;	*/
}

#header_menu {	
	padding-right: 10px;
	padding-top: 5px;
}	

#header_menu a {
	text-decoration: none;
	color: silver;
}
#header_menu a:hover {
	color: #666666;
}

#content {
	clear: right;
	height: 73%;
	background-image: url(../img/fondo.png);
	background-position: left bottom;
	padding-top:15px; 
	padding-left:15px;
	text-align: center;
}

#foot {
	background-position: left top;
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
}

#foot_global {
	padding-left:40px;
	padding-top:22px;
	padding-right:50px;
	background-image:url(../img/foot_globos.jpg);
	background-repeat:no-repeat;
	background-position:left -5px;
	float:left;
}

#foot_global a {
	text-decoration:none;
	padding-top:22px;
	padding-left:50px;
	padding-right:60px;
} 

#foot_texto, #foot_texto_home{
	float:right;
	padding-top: 11px;
	padding-right:140px;
	padding-left:10px;
}

#foot_texto_home {
	padding-right:250px;
}

.texto_link_gral,.texto_foot {
	font-size: 11px;
	color: silver;
	font-family: Verdana;	
}

#foot_texto a {
	color: silver;
	text-decoration:none;
}

#foot_texto a:hover {
	color: #666666;
	text-decoration:none;
}


.texto_foot {
	font-size: 12px;
	color:Black;
}

