*{
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bg.gif) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%;
}
div#wrapper{
	text-align: left;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
div#header{
	background: url(images/head.jpg) no-repeat #fff;
	/*height: 190px;*/
}
h1{
	position: absolute;
	top: 10px;
	left: 165px;
	/*background: url(images/logo.jpg) no-repeat;*/
	width: 105px;
	height: 105px;
}

/*minimenu*/

div#mini{
	padding-top: 111px;
	padding-left: 300px;
	height: 20px;
	width: 500px;
	overflow: hidden;
}

#mini ul{
	background: url(images/puntosh.gif) top left repeat-x;
	list-style: none;	
	height: 15px;
}
#mini ul li{
	float: left;
	width: 90px;
}
#mini ul li.datos{
	width: auto;
	padding: 0 10px;
	padding-top: 3px;
	color: #a4a3a1;
	font-size: 1em;
}
li span{
	color: #ef6a00;
}
#mini ul li a{
	height: 15px;
	width: 90px;
	display: block;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 1em;
	color: #a4a3a1;
	text-decoration: none;
	background: url(images/flechaup.gif) left center no-repeat;
}
#mini ul li a:hover{
	background: url(images/flechadown.gif) left center no-repeat;
	text-decoration: underline;
}


/*supermenu pa bajo*/

div#menu{	
	height: 35px;
	padding-top: 10px;
	overflow: hidden;
}

#menu ul{
	list-style: none;
	padding-left: 165px;
}

#menu ul li{
	float: left;
	height: 50px;
	width: 108px;
	text-align: center;
}
#menu ul li a{
	padding-top: 8px;
	width: 108px;
	height: 50px;
	display: block;
	font-family: Tahoma, Arial;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #656565;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#menu ul li a.activo{
	background: url(images/puntero.gif) 11px 12px no-repeat; 
}

div#content{
	margin: 0 auto;
	padding-top: 40px;	
	width: 800px;
	overflow: hidden;
}

div#contenido1{
	float: left;
	width: 378px;
}
div#contenido2{
	margin-left: 44px;
	float: right;
	width: 378px;
}
div#foot{
	clear: both;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	width: 500px;
	background: url(images/foot.gif) left top repeat-x;
}
h2{
	margin-bottom: 10px;
}
h2#quienes{
	width: 378px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#quienes span {
	background: url(images/quienes.jpg) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#ambito{
	width: 378px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#ambito span {
	background: url(images/ambito.jpg) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#noticias{
	width: 378px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#noticias span {
	background: url(images/noticias.jpg) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
p{
	padding-left: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #757575;
	margin-bottom: 15px;
}
div.texto{
	margin-top: 25px;
	padding-top: 10px;
	background: url(images/bg_texto.jpg) no-repeat top left;
	width: 378px;
	height: 500px;
}
div.texto p{
	padding: 0 10px;
}

ul#clientes{
	list-style: square;
	padding: 10px 20px;
	list-style-position: inside;
	
}
ul#clientes li{
	font-size: 1.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #757575;
}


/*noticias*/
div#noticia1{
	margin: 0 auto;
	float: left;
	width: 183px;
}

div#noticia1 img, div#noticia2 img{
	border: 2px solid #d1d1d1;
	padding: 2px;
	display: block;
}
div#noticia2{
	float: right;
	width: 183px;
}
div#noticia1 span, div#noticia2 span{
	font-size: 0.9em;
}
div#noticia1 a, div#noticia2 a{
	color:  #757575;
	margin-top: 4px;
	line-height: 1.5em;
	padding-left: 8px;
	background: url(images/puntero.gif) 0px 5px no-repeat;
	display: block;
	text-decoration: none;
}
div#noticia1 a:hover, div#noticia2 a:hover{
	background-color: #f6f6f6;
}


p#player1{
	margin: 0;
	background: url(images/player1.jpg) no-repeat ;
	background-position: 20px -12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}
