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

body {
	background-color: #CCCCCC;
	padding: 10px;
	overflow-x:hidden
}	
#container {
	height:830px;
	width:1000px;
	background: #FFF;
	margin: auto;
	box-shadow:0px 0px 25px rgba(0,0,0,0.4);
}
#container #lista {
	height: 130px;
	width: 150px;
	float: left;
	padding-top: 40px;
	font-family: "Century Gothic";
	text-align: center;
	display: block;
	font-size: 11px;
	overflow: auto;
	position: relative;
	list-style: none;
	list-style-type: none;
	cursor: pointer;
	padding-right: 50px;
}
#container #lista ul li a {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #lista ul li a:hover {
	color: #000;
	font-weight: normal;
}
#container #head {
	height: 80px;
	width: 750px;
	float: left;
	padding-top: 90px;
	padding-right: 50px;
	font-family: "Century Gothic";
	color: #999999;
	text-align: center;
	font-size: 12px;
}
#container #col_left {
	float: left;
	height: 500px;
	width: 200px;
}
#container #col_left #col_1 {
	float: left;
	height: 370px;
	overflow: hidden;
	padding-top: 80px;
}
#container #col_left #col_2 {
	float: left;
	height: 370px;
	overflow: hidden;
	padding-top: 40px;
}
#container #col_left #col_1g {
	float: left;
	height: 70px;
	margin-top: -10px;
	color: #000;
	text-decoration: underline;
}
#col_left ul{
	font-family: "Century Gothic";
	text-align: center;
	display: block;
	font-size: 12px;
	overflow: auto;
	width: 120px;
	position: relative;
	list-style: none;
	list-style-type: none;
	cursor: pointer;
}
#col_left ul li a {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
#col_left ul li a:hover {
	color: #000;
	font-weight: normal;
	display: block;
}
#container #screen {
	height: 500px;
	width: 750px;
	float: left;
	padding-right: 50px;
}
#container #bigscreen {
	height: 500px;
	width: 900px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
#container #bigscreen2 {
	height: 500px;
	width: 730px;
	float: left;
	padding-right: 60px;
	padding-left: 210px;
	background-image: url(imagenes/face4.jpg);
	overflow: scroll;
	overflow-x: hidden;
	margin-bottom: 00px;
	color: #000;
	font-family: "Century Gothic";
	font-size: 14px;
}
#container #screen #slider {
	width: 750px;
	height: 450px;
	/*IE bugfix*/
	padding: 0;
	margin: 0;
	float: left;
}
#container #screen #alm_s {
	float: left;
	height: 50px;
	width: 750px;
}
			
#container #screen #slider li { list-style:none; }

#container #screen #text_s {
	height: 500px;
	width: 500px;
	padding-right: 125px;
	padding-left: 125px;
	font-size: 12px;
	text-align: left;
	overflow: scroll;
	line-height: normal;
	float: left;
}

#container #logo {
	height: 140px;
	width: 90px;
	float: left;
	padding-top: 20px;
	padding-right: 55px;
	padding-left: 55px;
}

#container #footer {
	height: 30px;
	float: left;
	width: 750px;	
	padding-bottom: 50px;
	padding-top: 80px;
	padding-right: 50px;
	font-family: "Century Gothic";
	color: #999999;
	text-align: center;
	font-size: 12px;
	float: left;
}
h1 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: 500;
	color: #999999;
}
h2 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
h3 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #000
}
h4 {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}

p {
	text-align: justify;
	line-height: normal;
	letter-spacing: -0.1px;
	font-size: 12px;
	font-family: "Century Gothic";
	color: #000;
}

img {
	border: none;
	float: left;
}
#container #screen #situacion {
	float: left;
	width: 380px;
}
#container #screen #contacto {
	float: left;
	width: 350px;
	padding-left: 10px;
}
#container #screen #contacto2 {
	float: left;
	width: 750px;
	text-align: center;
	padding-right: 50px;
	padding-top: 10px;
	line-height: normal;
	letter-spacing: -0.1px;
	font-size: 11px;
	font-family: "Century Gothic";

}
#container #col_left li {
	position:relative;
	list-style: none;
}
nav li{
   list-style: none;
   position:relative; /* importante, para que el submenu tome la posición correcta*/
}
