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

body {
	background:url(img/bg.jpg) top center repeat-y;
	background-color: #E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color:#666;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color:#06C;
}

div.banner{
	background:url(img/banner.jpg) no-repeat;
	width:800px;
	height:200px;
	margin:auto;
}

div.bar{
	padding-top:165px;
	margin-left:160px;
	height:30px;
}

div.menu{
	float:left;
	padding: 0px 15px;
	font-size: 15px;
	font-weight:bold;
    line-height:27px;
	outline:none;
}

div.cuerpo{
	background:url(img/body_bg.jpg) no-repeat right;
	background-color:#FFF;	
	padding-top:20px;
	width:800px;
	margin:auto;
}

div.Subtitulo{
   margin-left:50px;
   font-size:36px;		
}

div.Parrafo{
   margin-left:50px;
   color:#333;
   width:540px;
   text-align:justify;
   font-size:16px;
}

div.textbox{
   border:solid;
   border-width:1px;
   border-color:#CCC;
   overflow:auto;	 
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   margin-left:50px;
   padding-left:5px;
   color:#333;
   width:540px;
   height:360px;
}

div.Parrafo2{
	background-color:#EFEFEF;
   margin-left:50px;
   color:#333;
   width:500px;
   text-align:justify;
   border:solid;
   border-width:1px;
   border-color:#CCC;
   padding-left:5px;
}

div.Parrafo2H{
   background-color:#CCC;	
   margin-left:50px;
   color:#333;
   width:487px;
   text-align:justify;
   padding:10px;
}

div.contactoH{
   background-color:#CCC;	
   margin-left:50px;
   color:#333;
   width:487px;
   text-align:justify;
   padding:10px;
   font-size:12px;
}

div.Foot1{
   margin-top:20px;
   background:url(img/foot1_bg.png) no-repeat;	
   height:350px;
}

div.Foot2{
   margin-top:20px;
   background:url(img/foot2_bg.png) no-repeat right bottom;	
}

div.Footer{
   width:800px;	 
   background:url(img/footer.png) no-repeat bottom;	
   height:410px;
}

div.FooterMin{
   width:800px;	 
   background:url(img/footer.png) no-repeat bottom;	
   height:280px;
}

div.rights{
   padding-top:390px;	
   font-size:10px;
   color:#666;
   text-align:center;
}
div.rightsMin{
   padding-top:265px;	
   font-size:10px;
   color:#666;
   text-align:center;
}
div.Contact{
   font-size:12px;
  
}