/* Cegon Rediseno 2009 */
* {
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
}

h1{
	width:313px;
	height:47px;
	font-size:80%;
	position:relative;
	float:left;
	margin:20px;
	color:#FFF;
}

h1.logo span{
	position:absolute;
	width:100%;
	height:100%;
	margin-left:1px;
}

h1.logo span{background:url(../img/logo.gif) center no-repeat;	}

h1 a{color:#FFF;}

h1.logo a span:hover{
	cursor:pointer;
}

h2{
	float:right;
	font-size:120%;
	margin:40px 20px 0 0;
	font-weight:normal;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h2 strong{
	color:#600;
	font-weight:normal;
}

h3{
	margin:10px 0 0 25px;
	padding:11px 11px 11px 50px;
	color:#666;
	font-weight:normal;
	clear:both;
}

h3.soluciones{
	background:url(../img/tick-mini.png) left top no-repeat;
}

h3.trabajos{
	background:url(../img/lapiz-mini.png) left top no-repeat;
}

h3.carpeta{
	background:url(../img/carpeta-mini.png) left top no-repeat;
}

h3.agenda{
	background:url(../img/agenda-mini.png) left top no-repeat;
	padding-left:60px;
}

h3.plano{
	background:url(../img/plano-mini.png) left top no-repeat;
	padding-left:60px;
}

h4 {
	color:#666;
}

address{
	font-style:normal;
	color:#666;
	font-size:80%;
}

acronym{
	font-weight:bold;
}

iframe{
	width:400px;
	height:300px;
}

#container {
	width:902px;
	margin:0px auto;
}

#header{
}

#nav, #nav-int{
	background-color:#000;
	clear:both;
	height:42px;
	width:892px;
	margin:0 auto;
}


#nav ul, #nav-int ul{
	padding:8px;
	text-align:center;	
}

#nav ul{
	margin-left:500px;
	}

#nav-int ul{
	margin-left:260px;
	}

#nav li, #nav-int li{
	color:#FFF;
	float:left;
	list-style:none;
}

#nav-int .aqui{
	padding:3px;
	display:block;
	padding:3px 10px;
	color:#FFF;
	text-decoration:none;
	background-color:#600;
}

#nav li a, #nav-int li a{
	padding:3px;
	display:block;
	padding:3px 10px;
	color:#FFF;
	text-decoration:none;
}

#nav li a:hover, #nav-int li a:hover{
	background-color:#600;
	cursor:pointer;
}

#presentacion{
	width:894px;
	height:290px;
	margin:0 auto;
}

#content{
	background:url(../img/fondo.png) repeat-y;
	min-height:300px;
}

#textos{
}

#textos p a{
	color:#600;
}

#textos p{
	font-size:80%;
	color:#555;
	margin-bottom:10px;
}

#textos li{
	font-size:80%;
	color:#555;
	margin-left:25px;
}


div.col-izda, div.col-dcha{
	
	margin-top:10px;
}

div.col-izda{
	float:left;
	margin-left:30px;
	width:44%;
}

div.col-dcha{
	width:47%;
	float:right;
	margin-right:35px;
}

#content div.destacado{
	width:30%;
	float:left;
	background:url(../img/fondo-destacado.png) top repeat-x ;
	height:170px;
	border-top:4px solid #999;
	border-bottom:4px solid #DADADA;
	margin:20px 8px 0 18px;
}
div.destacado h3{
	color:#666;
	padding:20px 0 20px 70px;
	margin-left:20px;
	font-weight:normal;
	font-size:160%;
}

div.destacado h3.tick{
	background:url(../img/tick-grande.png) left no-repeat;
}

div.destacado h3.carpeta{
	background:url(../img/carpeta-grande.png) left no-repeat;
}

div.destacado h3.lapiz{
	background:url(../img/lapiz-grande.png) left no-repeat;
}

div.destacado h3 a{
	color:#666;
	text-decoration:none;
}

div.destacado h3 a:hover{
	color:#999;
}


div.destacado p{
	margin:5px 10px ;
	font-size:80%;
}

#footer{
	height:107px;
	background:url(../img/fondo-pie.png) top center no-repeat #FFF;
	color:#FFF;
	font-size:70%;
	padding:70px 10px 0 10px;
	clear:both;
}

#footer p{
	float:left;
}

#footer ul{
	float:right;
}

#footer li{
	display:inline;
}

#footer a{
	color:#FFF;
}

.clear{clear:both;}


/*----,Noscript --*/
#adv{
	/*background-color:#FFF;*/
}

#adv p{
	border:1px dashed #036;
	color:#333;
	font-size:90%;
	padding:20px;
	width:400px;
	margin:5px auto;
	text-align:center;
	background-color:#dadada;
}

/*slideshows*/
#cabecera{
	width:894px;
	height:290px;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}

#my_slideshow{
	position:absolute;
	
	width:894px;
	height:290px;
}

#my_slideshow img{
	width:894px;
	height:290px;
}