/* :: diseña y desarrolla INFOMEGO :: www.infomego.com :: */
/* www.hostaluz.com */
/* reset */
* {
	padding: 0;
    margin: 0;
}
/* main tags */
html, body {
    /* Centered in IE */
    text-align: center;
	background: #E4E9F2 url(../images/fondo.png) repeat-x;
	font: 85% Arial, Helvetica, Geneva, sans-serif;
}
img {
    border: 0;
}
/* main structure */
#wrapper {
	width: 850px;
	/* Centered in IE */
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto; 
}
#header {
	width: 850px;
	height: 150px;
	background: url(../images/header.png) no-repeat;
}
#bar {
	width: 850px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	height: 35px;
}
#content {
	background-color: #fff;
	width: 848px;
	border: 1px solid #717f9c;
}
#footer {
	background-color: #fff;
	width: 848px;
	height: 60px;
	border-top: 1px solid #d5deef;
	clear: both;
}
#footlink {
	width: 850px;
	height: 35px;
	text-align: right;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 20px;
}
/* bar structure */
#menubar {
	width: 634px;
	height: 35px;
	float: left;
}
#menu {
	width: 450px;
	height: 35px;
	margin: 0 auto;
}
#menu ul, li {
	list-style-type: none;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
}
#menu a {
	width: auto;
	text-decoration: none;
	color: #717f9c;
	background: #E4E9F2 url(../images/menu_off.png) no-repeat left center;
	display: block;
	padding: 0 20px;
	text-align: center;
	line-height: 35px;
}
#menu a#active {
	color: #717f9c;
	background: #E4E9F2 url(../images/menu_on.png) no-repeat left center;
	cursor: default;
}
#menu a:hover {
	background: url(../images/menu_on.png) no-repeat left center;
}
#language {
	width: 214px;
	height: 35px;
	float: left;
}
#flags {
	width: 60px;
	margin-left: 150px;
	height: 35px;
}
#flags img {
	vertical-align: 50%;
}
/* content structure */
/* left */
#lcontent {
	width: 634px;
	float: left;
}
#ltext {
	width: 505px;
	margin: 60px auto;
}
#ltext p {
	color: #717f9c;
	margin-bottom: 10px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	cursor: default;
}
#ltext ul {
	color: #717f9c;
	margin-bottom: 10px;
	margin-left: 10px;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	cursor: default;
}
#ltext li {
	color: #717f9c;
	list-style-type: circle;
	list-style-position: inside;
}
#ltext a {
	text-decoration: none;
	color: #717f9c;
}

#ltext a:hover {
	color: #404B60;
}
/* right */
#rcontent {
	width: 213px;
	float: left;
	border-left: 1px solid #d5deef;
}
#rgallery {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 213px;
	text-align: center;
}
#contact {
	color: #717f9c;
	margin: 20px auto;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	width: 105px;
	cursor: default;
}
#contact a {
	text-decoration: none;
	color: #717f9c;
}
#contact a:hover {
	color: #717f9c;
}
/* right classes */
.space {
	height: 40px;
	width: 213px;
}
.lineas {
	height: 60px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/mosaico_lineas.png) repeat;
}
.navlink {
	font: 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #717f9c;
}
/* footer structure */
#footer p {
	color: #717f9c;
	text-align: center;
	margin-top: 25px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	cursor: default;
}
/* footlink structure */ 
#footlink p {
	line-height: 60px;
	cursor: default;
	color: #b3b3b3;
}
/* Infomego link */
#footlink a.infomego, #footlink a.infomego:visited {
	text-decoration: none;
	color: #b3b3b3;
	line-height: 60px;
}
#footlink a.infomego:hover {
	color: #1e1e1e;
}
/* list classes*/
.line1 {
	background: #EFF3F9;
	list-style-position: outside;
}
/* form classes */
.datos{
	font: 1em Arial, Helvetica, Geneva, sans-serif; 
    color: gray; 
    background-color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
}
.boton {
	font: 1em Arial, Helvetica, Geneva, sans-serif; 
    color: #ffffff; 
    border: 1px #717f9c solid; 
    background-color: #717f9c;
    padding: 2px;

}
