html, body {
	margin: 0;
	padding: 0;	
	height:100%;
}

body {
	background: #fff;
	text-align: center;
	font: 11px calibri, verdana, arial, sans-serif;
	color:#003399;
	width:100%;
}

/* Float Clear */
 
.clearDiv {
	clear: both;
}


#top{
	height:545px;
	/*border-bottom: 1px #818181 solid;*/
	background: #333333 url(images/border.png) repeat-x;
	background-position: bottom;	
}

#logo{
	position:absolute;
	top:15px;
	left:196px;
	background:#333333;
	}
	
#fecha{
	position:absolute;
	float:right;
	width:957px;
	font-family:"Verdana";
	font-size:10px;
	color:#818181;
	line-height:20px;
	text-align:right;
	/*left:50%;
	margin-left: -70px;*//*CENTRA EL DIV*/
/*	border:1px #FF0 solid;*/
	left:197px;
	top:15px;
	}
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}


/* Menu Body */
/* Menu Body */
	ul#menu {
		position:absolute;
		top:60px;
		width:90.5%;
		height:102px;
		background:url(images/bg_jquery.png) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:20px;
		padding-left:9.5%;	
		border:0px solid #fff;
	}
	

	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(images/sprite3.png) no-repeat scroll top left;
		display:block;
		height:81px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:159px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.somos {
		width:157px;
		background-position:-159px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.pensamos {
		width:158px;
		background-position:-316px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.hacemos {
		width:157px;
		background-position:-474px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.staff {
		width:157px;
		background-position:-631px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.contacto {
		width:157px;
		background-position:-788px 0px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.links {
		width:157px;
		background-position:-947px 0px;
	}
	
	
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(images/sprite3.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.somos span {
		background-position:-159px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.pensamos span {
		background-position:-316px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.hacemos span {
		background-position:-474px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.staff span {
		background-position:-631px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.contacto span {
		background-position:-788px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.links span {
		background-position:-947px -81px;
	}



/* Slideshow Styles */
#cu3er-container {
	width:960px;
	position:relative;	
}

#slideshow {
    position:absolute;	
	top:180px;
	left:196px;
	background: none;
	background-position: top center;
	height: 440px;
}




ul.arrow {
	list-style-type: none; 
	margin: 0;
	padding: 0;	
	text-align: left;
	font-family:Impact;
	font-size:20px;
	color:#555e67;
	width:597px;	
/*	border: 1px #F00 solid;*/
}
	
ul.arrow li
{	
	background-image: url(images/arrow2.png);
	background-repeat:no-repeat;
	background-position: -5px 50%; 
	padding-left: 25px;
	margin-bottom:20px;
	border-bottom:1px #818181 dotted;	
}

ul.double-arrow {
	list-style-type: none; 
	margin: 0;
	padding: 0;	
	text-align: left;
	font-family:"Verdana";
	font-size:11px;
	color:#484848;
	width:590px;	
	line-height:20px;
/*	padding-top:20px;*/
	/*padding-bottom:20px;*/
/*	border:1px #F00 solid;*/
}
	
ul.double-arrow li
{
	background-image: url(images/double_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px; 
	padding-left: 25px;
	/*padding-right: 85px;*/
	padding-bottom:5px;
	margin-bottom:10px;
	margin-left:35px;
	text-align:justify;
/*	border:1px #000 solid;*/
	width:450px;
	
}


#content{
	margin:0 auto;
	padding:0;
	width:960px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#FFF;
	text-align:justify;
	border:0px #F00 solid;
	min-height:500px;

}

#left{
	float:left;
	width:597px;
	margin-left:15px;
	text-align:justify;
	/*border:1px #3F0 solid;*/
	}
	
#right{
	float:right;
	width:301px;
	text-align:justify;
	margin-right:15px;
/*	border:1px #3F0 solid;*/
	}

.text-left{
	width:545px;
/*	padding-top:20px;*/
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
	text-align:justify;
	font-family:"Verdana";
	font-size:11px;
	color:#484848;
	line-height:20px;
/*	border:1px #009 solid;*/
	text-align:justify;
	height:auto;
}

.text-right{
	position:relative;
	float:right;
	width:250px;
	text-align:justify;
	font-family:"Verdana";
	font-size:11px;
/*	border:1px #ff6 solid;*/
}



#footer{
	height:54px;
	width:100%;
	background: url(images/footer.png) repeat-x;
/*  border-top: 1px #ff6600 solid;*/
	font-family:Verdana;
	font-size:10px;
	color:#818181;
	padding-top:28px;
	position:absolute;
	
}

#footer_left{
	float:left;
	width:auto;
	text-align:justify;
	margin-left:210px;
	line-height:15px;
	margin-top:-3px;
}

#footer_right{
	float:right;
	width:auto;
	text-align:justify;
	margin-right:210px;
	margin-top:-8px;
	padding:0;
}



#novedades-title{
	width:298px;
	height:48px;
	background-image:url(images/novedades.png);
/*	margin-top:65px;*/
/*	margin-top:25px;*/
	margin-top:0px;
	margin-bottom:14px;
/*	border:1px #F60 solid;*/
	}
	
/*.novedades-detalle{	
	width:298px;
	height:300px;
	margin-bottom:14px;	
	text-align:justify;
	border:1px #F60 solid;
	}*/

	
.h1{
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
	color:#ff6600;
	text-align:left;
	line-height:15px;
	}

.h2{
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
	color:#909090;
	line-height:15px;
	}
	
.h3{
	font-family:"Verdana";
	font-size:11px;
	color:#000;
	line-height:15px;
	}
	
.h4{
	font-family:"Verdana";
	font-size:11px;
	color:#4859b3;
	text-transform:uppercase;
	line-height:15px;
	}
	
.line{
	width:301px;
	border-bottom:1px #bcbcbc solid;
	margin-bottom:7px;
}

btn_leerMas{
	width:86px;
	height:25px;	
	}



#searchwrapper {
width:301px; /*follow your image's size*/
height:34px;/*follow your image's size*/
/*background-image:url(images/search.png);*/
/*background-repeat:no-repeat;*/ /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
float:right;

}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:9px;
width:240px;
height:23px;
color:#818181;
font-family:"Verdana";
font-size:11px;

}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
}




/* Easy Slider */

#sliderbox{
	margin:0 auto;
	width:100%;
	background-color:#f6f6f6;
	border-top:1px #dadada solid;
	border-bottom:1px #dadada solid;
	margin-top:90px;
	padding-bottom:5px;
	padding-top:5px;	
	}	

#slider{
		margin:0 auto;
	
	}
	
/*	
#slider ul, #slider li{
	margin:0 auto;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:865px;
	text-align:justify;
	font-family:"Arial";
	font-size:10px;
	color:#525252;
	font-weight:bold;	
	}	
	*/
#prevBtn, #nextBtn{ 
	display:block;
	position:absolute;
	left:114px;
	height:48px;
	width:48px;
	margin-top:-67px;
/*	border:1px #C06 solid;*/
	}	
	
#nextBtn{ 
	left:1186px;
	
	}	
	
#prevBtn a, #nextBtn a{  
	display:block;
	height:48px;
	width:48px;
	background:url(images/prevBtn.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/nextBtn.png) no-repeat 0 0;	
	}
	
#prevBtn a:hover{ 
	background:url(images/prevBtn2.png) no-repeat 0 0;	
	}
	
#nextBtn a:hover{ 
	background:url(images/nextBtn2.png) no-repeat 0 0;	
	}
	
/* // Easy Slider */








a {
	color: #343e40 ;
	text-decoration:none;
	font-family:"Verdana";
	font-size:11px;
}
a:hover {
	color: #343e40 ;
	text-decoration:underline;
}

a.enlace:link{
	font-size:10px;
	color:#818181;
	text-decoration:none;
}

a.enlace:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a.destacados{
	color:#525252;
	text-decoration:none;
	text-align:right;
	font-family:"Arial";
	font-size:10px;
	text-transform:uppercase;
	margin-left:200px;
}

a.destacados:hover{
	color:#999;
	text-decoration:none;
	text-align:right;
	font-family:"Arial";
	font-size:10px;
	text-transform:uppercase;
}

	
a.search{
	/*color:#00F;*/
	color:#333;
	text-decoration:none;	
}

a.search:hover{
	color:#00F;
	text-decoration:underline;
	color:#333;
}

.line{
	height:1px; 
	border-bottom:1px #999 dotted; 
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.lista{
	margin-left:25px;
	width:auto;
	height:auto;
	padding:0;
/*	border:1px #000 solid;*/
	}
	
.lista2{
	margin-left:50px;
	width:auto;
	height:auto;
	padding:0;
/*	border:1px #000 solid;*/
	}

.textmiddle {vertical-align:middle;} 


.separador{
	width:100%;
	height:2px;
	border-top:1px #818181 dotted;
	border-bottom:1px #818181 dotted;
	margin-top:10px;
	}
	
.searchresult{
	color:#000;
	font-weight:bold;
	font-family:"Arial";
	text-align:center;
	width:100%;
	height:20px;
	background:#69F;
	}
	

.pop{
	margin-left:25px;
	margin-right:25px;
	width:auto;
	height:auto;
	padding:0;
	color:#000;
	text-align:justify;
	font-family:"Verdana";
	font-size:10px;
	padding-bottom:15px;
	/*	border:1px #000 solid;*/
	}
	
	ul.double-arrow2 {
	list-style-type:square;
	margin: 0;
	padding-left: 50px;	
	text-align: left;
	font-family:"Verdana";
	font-size:10px;
	color:#484848;
	width:500px;	
/*	border:1px #000 solid;*/
}
	
ul.double-arrow2 li
{
	/*background-image: url(images/double_arrow.gif);
	background-repeat:no-repeat;
	background-position: 7px 35%; */
	padding-left: 25px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:justify;
	width:450px;
	
}

ul.cv{
	padding-top:10px;
	padding-bottom:10px;
	}

ul.cv li{
	padding-right:20px;
	/*border:1px #000 solid;*/
	margin-left:20px; 
	width:350px;
	list-style-type:circle;
	}
	
	

.inputText {
	width:253px;
	height:28px;
	font-size: 11px;
 	background-color: #eee;
 	border: 1px solid #d9d9d9; 
	padding-left:5px;
	}
	
.textArea{
	height:124px;
	font-size: 11px;
 	background-color: #eee;
 	border: 1px solid #d9d9d9; 
	padding-left:5px;
	padding-top:5px;
	font-family:"Verdana";
	font-size:11px;
}

.searchinput {
	width:400px;
	height:28px;
	font-size: 11px;
 	background-color: #fff;
 	border: 1px solid #d9d9d9; 
	padding-left:5px;
	margin-right:5px;
	}
	
.buscar{
	width:109px;
  	height:29px;
	border:1px #707070 solid;
	background-color:#f2f2f2;
	margin:0;
	padding:0;
	font-family:"Century Gothic";
	font-size:12px;
	text-transform:uppercase;	
	}

button.enviar {
  width:109px;
  height:29px;
  background:url(images/btn_enviar.jpg) no-repeat;
  border:0;
  margin-top:10px;
}

button.borrar {
  width:109px;
  height:29px;
  background:url(images/btn_borrar.jpg) no-repeat;
  border:0;
  margin-top:10px;
}

.jcarousel{	
	width:298px;
	height:500px;
	margin-bottom:14px;	
	text-align:justify;
	border:0px #F60 solid;
	
	}
.jcarousel ul li{ list-style:none; display:block; padding:0; margin:0; }



/***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED ***** UNUSED *****/ 

#bottom{
	margin:0;
	padding:0;
	background:url(images/destacados.png) repeat-x;
	height:154px;
	width:100%;
	}

/***** DESTACADOS SIN SLIDER *****/
#destacados{
	height:100px;
	width:100%;
	background-color:#f6f6f6;
	border-top:1px #dadada solid;
	border-bottom:1px #dadada solid;
	margin-top:90px;
	/*border: 1px #F00 solid;*/
	}
	
ul.destacados{
		margin:0 auto;
		height:100px;
		width:980px;	
		list-style-type:none;
/*		border:1px #f00 solid;	*/
	}

ul.destacados li{
			float:left;
			height:70px;
			width:275px;
			/*border-top:1px #ccc dotted;
			border-bottom:1px #ccc dotted;*/
			border:1px #ccc solid;
			/*margin-right:20px;*/
			margin-left:20px;
			text-align:justify;
			font-family:"Arial";
			font-size:10px;
			color:#525252;
			font-weight:bold;
			margin-top:10px;		
			margin-bottom:10px;	
			padding:5px 5px 5px 5px;
			list-style-type:none;		
			background:#fff;
}

/***** // DESTACADOS SIN SLIDER *****/

#arrow_left{
	float:left;
	position:absolute;
	left:114px;
	height:48px;
	width:48px;
/*	border: 1px #000 solid;*/
	margin-top:26px;
	}
	
#arrow_right{
	float:right;
	position:absolute;
	left:1186px;
	height:48px;
	width:48px;
/*	border: 1px #000 solid;*/
	margin-top:26px;
	}
	
	
	h1{
	font-family:"Century Gothic";
	font-size:16px;
	padding-bottom:10px;
	font-weight:100;
	}
h2{
	font-family:"Century Gothic";
	font-size:12px;
	padding-bottom:10px;
	font-weight:100;
	text-decoration:underline;
	}
	
h3{
	font-family:"Century Gothic";
	font-size:18px;
	padding-bottom:10px;
	color:#000;
	font-weight:100;
	border-bottom:1px #818181 dotted;
	}
	
h4{
	font-family:"Century Gothic";
	font-size:11px;
	padding-bottom:10px;
	font-weight:100;
	color:#000;
	}
	
h5{
	font-family:"Impact";
	font-size:16px;
	color:#484848;
	font-weight:400;		
	}
	
.font{
	font-family:"Century Gothic";
	font-size:18px;
	padding-bottom:5px;
	color:#000;
	font-weight:bold;
	}
	
	ul.jslider{
		list-style-type:none;
		}
