@charset "utf-8";
/* CSS Document */
BODY{
	height:100%;
	padding:0;
	margin:0;
	font-size:100%;
	text-align:center;
	color: #036;
	font-family:Arial,Helvetica,sans-serif;
	background-image: url(images/background.png);
	background-color:#FBFBFB;
	background-repeat: no-repeat;
	background-position:bottom;
}
 H1,H2,H3,h4,h5,h6,P,UL,LI{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif; color:#000033;}
 UL,LI,OL{list-style:none}
 H1{font-size:2em; color:#000033;}
 H2{color: #0066FF; font-size:18px;}
 H3{color:#666; font-size:1em;}
 H4{color:#0066FF; font-size:0.875em;}
 P {font-size:.75em;color:#333;}IMG{border:0}
 FORM{margin:0}


.container {
	width:940px;
	overflow:auto;
	margin:0 auto;
}

.header {
	width:940px;
	}
	
		#logo {
			float:left;
			margin-top:20px;
			margin-bottom:40px;	
		}
		
		.publicidad1 {
			float:left;
			width:470px;
			height:70px;
			margin-left:40px;
			margin-top:60px;
		}

		#topnav {
			float:right;
			width:940px;
			text-align:right;
		}
			
		#topnav ul li {
			display:inline;
		}
		#topnav ul li a {
			font-size:0.875em;
			font-weight:bold;
		}
		#topnav ul li a:link
		{
			color:#FFF;
			position:relative;/*   this is important for IE, without this the menu doesn´t work...   */
			background-color:#0066ff;
			text-align:center;
			padding-top:0.625em;
			padding-bottom:0.625em;
			padding-left:1.250em;
			padding-right:1.250em;
			text-decoration:none;
		}

				#topnav ul li a:visited
		{
			color:#FFF;
			position:relative;/*   this is important for IE, without this the menu doesn´t work...   */
			background-color:#0066ff;
			text-align:center;
			padding-top:0.625em;
			padding-bottom:0.625em;
			padding-left:1.250em;
			padding-right:1.250em;
			text-decoration:none;
		}

		#topnav ul li a:hover 
		{
			background-color:#0066FF;
			text-decoration:none;
		}
		#topnav ul li.current {
			display:inline;
		}
		#topnav ul li.current a {
			font-size:1em;
			padding-top:10px;
			padding-bottom:20px;
			padding-left:30px;
			padding-right:30px;
			background-color:#000033;
		}


.border 
{
	float:left;
	width:940px;
	margin:0 auto;
	overflow: hidden; 
}
#banner {
			float:left;
			position:relative;
			margin-top:10px;
			text-align:left;
			border-top-style:solid;
			border-top-color: #000033;
			border-top-width:10px;
					border-bottom-style:solid;
			border-bottom-color: #000033;
			border-bottom-width:20px;
			clear:both;
			width:940px;
			height:460px;		
		}
#banner2 {
			float:left;
			position:relative;
			margin-top:10px;
			text-align:left;
			border-top-style:solid;
			border-top-color: #000033;
			border-top-width:10px;
					border-bottom-style:solid;
			border-bottom-color: #000033;
			border-bottom-width:20px;
			clear:both;
			width:940px;
			height:350px;		
		}
		

#banner .slidetext {
	position:absolute;
	top:5px; /* in conjunction with left property, decides the text position */
	left:35px;
	width:350px; /* optional, though better have one */
}

#banner .slidetext h1 {
	color:#FFF;
	font-size:18px;
	margin-top:20px;
}	

#bestwebs {
	margin-bottom:60px;
	margin-top:60px;}
	
#bestwebs h1 {
	color:000033;
	font-size:20px;
	float:left;
	margin-left:30px;
	margin-top:60px;
	margin-bottom:30px;
	
}
	
	.logoempresas {
		width:180px;
		margin-left:80px;
		}	
		
		#whysss
		{
		float:left;
		background-color:#000033;
		width:940px;
		height:0px;
		background-repeat:no-repeat;
		background-position:center;
		margin-top:60px;
		color:#fff;
		}
		#whysss h1 {
			color:#fff;
			display:none;
			}

		#content 
		{
			float:left;
			background-color:#FFF;
			background-image:url(images/whiteback.gif);
			background-repeat: repeat-x;
			background-position:top;
			clear:both;
			width:938px;
			height:auto;
			overflow:auto;
			border-right:solid #F0F0F0 1px;
			border-left:solid #F0F0F0 1px;
			border-bottom:solid #F0F0F0 1px;			
		}
			#content ul.left {
			  float:left;
			  width:440px;
			  height:auto;
			  padding:10px;
			  margin-left:10px;
		}
			#content ul.right {
			  float:left;
			  width:440px;
			  height:auto;
			  padding:10px;
		}
 
			#content li {
			float:left;
			width:90%;
			margin:0;
			padding:5px;
			margin-left:10px;
			list-style-type:none;
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;
			color:#333;
			text-align:left;
			}
			.maincontent {
			  font-family: Arial, Helvetica, sans-serif;
			  font-size:16px;
			  color:#0066FF;
			  font-weight:bold;
			  }
			  #content li.speak {float:right;}
	
	
.buttomnav {
	float:left;
	text-align:left;
	width:300px;
	margin-bottom:20px;
	margin-top:220px;
	margin-right:0px;
	margin-left:80px;
}
.buttomnav ul li {
	display:inline;
	list-style-type:none;
	margin-left:10px;
}
.buttomnav ul li a {
	font-weight:normal;
	font-size:12px;
}
.buttomnav ul li a:link {
	text-decoration:none;
	color:#ccc;
	position:relative;
}
.buttomnav ul li a:visited {
	text-decoration:none;
	color:#fff;
	position:relative;
}
.buttomnav a:hover {
	color:#ccc;
	text-decoration:underline;
}
.allrights {
	float:left;
	margin-top:220px;
	margin-left:140px;
	width:400px;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
}
.allrights p {
	font-size:11px;
	color:#ccc;
}


.headpage {
	text-align:left;
	float:left;
	display:inline;
	overflow:auto;
	margin-left:20px;
	width:600px;
}


