@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #030303;
	font-family: Tahoma;
	font-size: 11px;
	line-height:17px;
	color: #858585;
}

body h1{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 25px;
	font-weight:lighter;
	font-style:italic;
	line-height:17px;
	color: #626262;
}


a:link {
	font-weight: bolder;
	color: #858585;
	font-size: 11px;
	line-height:17px;
	text-decoration: underline;	
}

A {
	FONT: 11px tahoma; line-height:17px; COLOR: #858585; font-weight:bold; TEXT-DECORATION: underline; 
}

A  {
	BORDER-BOTTOM: none; FONT-STYLE: normal; line-height:17px;
}
A:hover{
	BORDER-BOTTOM: #ffffff 1px solid; COLOR: #ffffff; line-height:17px;
}



html {
	height: 100%;
	min-height: 100%;	
}

#container{
	width:100%;
	/*width:850px;*/
	height:600px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px; /* make this half your image/element height */
	margin-left: -50%;  /*make this half your image/element width */
	/*margin-left: -425px;  make this half your image/element width */
}

/*CONTENIDO HOME*/

#container #box {
	width:850px;
	height:600px;
}
#container #box #content {
	width:850px;
	margin-top:0px;
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
}
#container #box #content #left {
	width:490px;
	margin-top:0px;
	background-image: url(../images/h_bg.jpg);
	float:left;
}
#container #box #content #left p {
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}
#container #box #content #right {
	width:360px;
	margin-top:0px;
	background-image: url(../images/x.jpg);
	background-position:right;
	float:right;
}


/*CONTENIDO SECCIONES*/

#container #box #content2 {
	width:850px;
	height:280px;
	margin-top:0px;
	background-image: url(../images/sec_bg.jpg);
	background-repeat: no-repeat;
}
#container #box #content2 #left2 {
	width:490px;
	margin-top:0px;
	background-image: url(../images/sec_bg.jpg);
	float:left;
}
#container #box #content2 #left2 p {
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}

#container #box #content2 #left2 #if {
	margin-top:0px;
	float:left;
}

#container #box #content2 #left2 #if p {
	text-align:left;
}

#container #box #content2 #right2 {
	width:360px;
	margin-top:0px;
	/*background-image: url(../images/sec_bg.jpg);*/
	background-position:right;
	float:right;
}

#container #box #content2 #right2 p {
	margin-left:30px;
	margin-right:20px;
	line-height:17px;
}

#container #box #content2 #right2 h1 {
	font-family: Georgia;
	font-style:italic;
	font-weight:lighter;
	font-size: 19px;
	line-height:17px;
	color: #ffffff;
	margin-left:30px;
	margin-right:30px;
}

#container #box #content3 {
	width:850px;
	height:280px;
	margin-top:0px;
	vertical-align:top;
	background-image: url(../images/sec_bgsub.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

#container #box #content3 p {
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;

}

#container #box #content3 h1 {
	font-family: Georgia;
	font-style:italic;
	font-weight:lighter;
	font-size: 19px;
	line-height:17px;
	color: #ffffff;
	margin-right:30px;
}



/*CONTENIDO FOOTER*/

#footer {
	text-align:left;
	font:tahoma;
	font-weight: normal;
	float: left;
	height: 38px;
	width: 850px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	color: #858585;
	font-size: 11px;
}
#footer a:link {
	font:tahoma;
	font-weight: normal;
	color: #858585;
	font-size: 11px;
	text-decoration: none;
	padding-top: 15px;
}
#footer a {
	FONT: 11px tahoma ; COLOR: #858585; font-weight:bold; TEXT-DECORATION: none; font-weight:normal;
}

#footer a  {
	BORDER-BOTTOM: none; FONT-STYLE: normal; font-weight:normal; 
}
#footer a:hover {
	BORDER-BOTTOM: #f0f0f0 1px solid; COLOR: #f0f0f0; font-weight:normal; 
}

.clear {
	clear: both;
}