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

@import url("reset.css");
@import url("texto.css");
@import url("form.css");

body
{
	background-color:#000;
	margin:0;
	height:100%;
	background-image:url(../imgs/back.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1F1F1F;
}

html,body
{
	height:100%;
}

#container {
	width:710px;
	margin:0 auto;
  	background:url(../imgs/backContainer.jpg) no-repeat #000 top;
}

#containerHome {
	width:710px;
	margin:0 auto;
  	background:url(../imgs/backHome.jpg) no-repeat #010100;
}

#header {
	width:710px;
	height:128px;
	text-align:center;
	color:#FFFFFF;
	padding-top:20px;
}

#headerHome {
	width:710px;
	height:128px;
	text-align:center;
	color:#010100;
	padding-top:20px;
}

#wrapper {
	width:710px;
	background:url(../imgs/backWrapper.gif) repeat-y;
}

#boxHome{
	width:360px;
	text-align:left;
	height:380px;
	padding:60px;
	padding-left:290px;

}

#colIzq {
	width:215px;
	height:315px;
	float:left;
	text-align:center;
	padding-top:18px;
	padding-bottom:60px;
}



#colDer {
	width:441px;
	float:right;
	padding:27px;
	
}

#footer { 
	width:660px;
	height:70px;
	clear:both;
	background:url(../imgs/backFooter.jpg) no-repeat #000;
	text-align:right;
	padding-top:30px;
	padding-right:20px;
	padding-left:20px;
	color:#FFF;
}

#footerHome { 
	width:670px;
	height:70px;
	clear:both;
	text-align:center;
	padding-top:30px;
	padding-right:20px;
	padding-left:20px;
	color:#FFF;
}
	
#footer { 
	width:690px;
	height:70px;
	clear:both;
	background:url(../imgs/backFooterHome.jpg) no-repeat #000;
	text-align:center;
	padding-top:40px;
	padding-right:20px;
}
