h1 {
	font-size:0.9em;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-size: 1.2em; 
	color: #00357b;
	font-weight: bold ; 
	text-decoration: none ; 
    text-align: center
}

h3 {
	font-size: 1em;
	color:#00357b;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

h4 {
	font-size: 0.78em;
	line-height: 23px;
	color: #06007E;
}
h5 {
	font-size: 9pt;
	color: #FF7C00; 
}


a         {
	display: block;
	text-decoration: none;
}

a:link ,
a:visited{
	color: #FF7C00;
}

a:hover   {
	color:blue; 
	text-decoration:none
}

p{
	font-size:0.9em;
	line-height: 22px;
}


body{
	background-color: #ECECE0;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Arial, helvetica, trebuchets, Courier, sans-serif;
}

img{
	border:0;
}
	
#global     {
	width: 100%;
	height: auto;
}

/* ==== CABECERA ==== */
#cabecera {
	width: 100%;
	margin: 0 auto;
	height: 150px;
	background: url('../imagenes/fondo.jpg') repeat-x;
}

#cabecera2{
	width: 1024px;
	margin: 0 auto;
	overflow:hidden;
}


#logo{
	float:left;
	width: 400px;
	height: 120px;
	margin-top: 30px;
	display:block;
	border:none;
	background: url(../imagenes/logo5.png);	
}

#logo a{
	width:250px;
	height: 90px;
	margin:0 auto;
}


/* IE7 */
*:first-child+html #logo2{
	margin-top: 40px;
}

#logo2{
	float: left;
	width:520px;
	height:100px;
	margin-left: -40px;
	margin-top:50px;
	background: url(../imagenes/logo4.png);	
}

#logo3{
	float:left;
	width:150px;
	height:50px;
	margin-left: -20px;
	margin-top: 50px;
	background: url(../imagenes/logo6.png);
}

/* ==== FIN CABECERA ==== */



/* ==== NAVEGACION ==== */
#navegacion {
	float:left;
	width: 1031px;
	height:30px;
	font-size: 0.75em;
	position: relative;	
	margin-bottom:10px;
	background: none;
	overflow:hidden;
	background: url(../imagenes/barramenu.jpg) repeat;
	margin-top: -20px;
	margin-left:10px;
}

*:first-child+html #navegacion{
	margin-top: -18px;
}

#navegacion ul { 
	width: 1031px;
	margin: 0 auto;
	overflow: hidden;
}

*:first-child+html #navegacion ul{
	margin-left: 40px;
}

#navegacion li {
	float:left; 
	list-style:none;
	border-right: 1px solid #777777;
	height: 29px;
	line-height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	
}

#primero{
	border-left: 1px solid #777777;
}

#navegacion a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

#navegacion ul li:hover,
#navegacion ul li:active{
	background:#FF7C00; 
}


/* ==== FIN NAVEGACION ==== */

#borde{
	width: 1050px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 7px;
	padding-top: 18px;
	background: url(../imagenes/borde3.png) repeat-y;
	background-color: #F7F7F7;
}


#contenedor{
	width: 1010px;
	min-height: 400px;
	margin: 0 auto;
	overflow: hidden;
}


/* ====  BARRA LATERAL  ==== */

#left{
	width: 168px;
	height: 100%;
	float:left;
	margin-top: 5px;
}

#right{
	width: 168px;
	height: 100%;
	float:right;
	margin-top: 5px;
}

#left img,
#right img{
	border:2px solid #f2f2f2;
}

.banner{
	margin-bottom: 30px;
}

.banner2{
	margin-top: 25px;
	border:2px solid red;
}

.hidden{
	display: none;
}

.titulo2{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding:4px;
	color: #b6b6b6;
}

.logos{
	margin: 0 auto 30px auto;
}


/* ====  MENUS  ==== */
.menus{
	width: 155px;
	margin:0 auto 20px auto;
	overflow:hidden;
	border: 2px solid #f2f2f2;
	background: #cccccc;
}


.margenSup{
	margin-top: 15px;
}

.line{
	line-height: 30px;
}

.separador{
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom:5px;
}

#elementosMenu{
	font-size: 13px;
	font-weight: bold;
}

#elementosMenu ul{
	margin:0 auto;
	overflow: hidden;
}


#elementosMenu ul li{
	width: 155px;
	list-style:none;
	margin:0 auto;
	margin-left: -45px;
	background: #cccccc;
	padding:3px;
	border-bottom: 1px solid #f2f2f2;
}

*:first-child+html #elementosMenu ul li{
	margin-left: 0;
	margin-bottom: -3px;
}


#elementosMenu ul li:hover,
#elementosMenu ul li:active,
#elementosMenu2 ul li:hover,
#elementosMenu2 ul li:active{
	background:#FF7C00;
}

#elementosMenu a{
	color:#000;
	padding:2px;
}

#elementosMenu2{
	font-size: 13px;	
	font-weight: bold;
}

#elementosMenu2 ul{
	margin:0;
	padding:0;
}


#elementosMenu2 ul li{
	list-style:none;
	width: 145px;
	margin-left: -5px;
	padding: 10px;
}

#elementosMenu2 a{
	color: #000;
}

.titulo{
	color:#FFF;
	border-bottom: 1px solid #FFF;
	background: url('../imagenes/menu.png') repeat-x;
	height: 34px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
}

#titulo2{
	float:left;
	margin: 8px;
	line-height: 22px;
}

/* ====  FIN MENUS  ==== */

/* ====  FIN BARRA LATERAL  ==== */



/* ====  CONTENIDO PRINCIPAL  ==== */

#contenido{
	float:right;
	width:790px;
	height:auto;
	padding: 20px;
	margin: 0 auto;
	text-align:left;
}

#noticias{
	width:660px;
	float:left;
}

.noticia{
	float:left;
	width:640px;
	margin:0 auto 20px auto;
	overflow:hidden;
	padding-left: 20px;
}

.noticia img{
	margin: 5px;
}

.noticia p{
	text-align:left;
	margin-left: 60px;
}

.noticia h2{
	float: left;
	border-bottom: 3px solid #00357b;
	padding: 3px;
}

.contenidoNot{
	width:630px;
	float:left;
} 

.contenidoNot a{
	color: blue;
	margin-left: 20px;
}

.contenidoNot a:hover{
	text-decoration:underline;
}

.imgs{
	float:left;
	margin-right: 10px;
}

.imgs img{
	border:0;
}

#lnkCatalogo{
	margin: 0 auto;
	width: 250px;
	font-size: 16px;
}

#lnkGrua{
	float: right;
	font-weight: bold;
	margin-right: 80px;
	margin-top: -110px;
}   

#lnkGrua2{
	font-weight: bold;
	float:right;
	margin-top: 40px;
	margin-right: 40px;
} 

*:first-child+html #lnkGrua{
	margin-top: -125px;
}

#lnkGrua a{
	text-decoration:none;
	color: #FF7C00;
}

#lnkGrua a:hover{
	color: blue;
}


.inscripcion{
	float: left;
	width: 500px;
	height: 400px;
	margin-top: 5px;
}

.inscripcion ul{
	list-style:none;
	text-align:left;
	overflow: auto;
	padding: 0;
	margin-top: 40px;
}

.inscripcion ul li{
	line-height: 26px;
	margin-bottom: 5px;
	font-size: 12px;
}

*:first-child+html .inscripcion ul li{
	line-height: 18px;
	
}

*:first-child+html .inscripcion h2{
	margin-top: 40px;
}

.inscripcion h3{
	color:#e68802;
	text-align:center;
}

#video img{
	width: 178px;
	height: 68px;
	margin:26%;
}

#video{
	width:350px;
	height: 250px;
	border: 10px solid #c9c9c9;
	background-color:#000;  
	margin:30px auto 0 auto;
}


/* PIE */


#pie{
	width: 1010px;
	height: 60px;
	margin: 20px auto 0 auto;
	background: #393838;
	color: #FFF;
}     

#datospie{
	padding-top:5px;
}

#pie a{
	margin-top: 7px;
}

#pie a:hover{
	color: #ccc;
}

#aviso{
	width: 100px;
	margin: 0 auto;
}




/* FIN PIE */


/* ESTILO PÁGINAS INCLUIDAS */

#quienessomos ul li,
#avisolegal ul li{
	margin-bottom: 10px;
	font-size:0.9em;
	line-height: 22px;
}

#tc{
	width:550px;
	margin: 15px auto;
}

#giftpt{
	width: 400px;
	margin: 80px auto 40px auto ;
}

#documentacion{
	margin-top: -35px;
	text-align: center;
}

#documentacion div{
	padding: 10px;
	overflow:hidden;
	margin-right: 10px;
	display:inline-block;
}

*:first-child+html #documentacion div{
	display: inline;
}

#documentacion p{
	clear: left;
}

#documentacion h2{
	margin-top: 50px;
	clear:both;
}

#documentacion a{
	color:#000000;
	font-weight: bold;
	line-height: 30px;
	float:left;
}

#documentacion a:hover{
	color: blue;
}

#documentacion div img{
	float:left;
	border: none;
	margin-right: 10px;
}

#dondeestamos{
	margin-top: 60px;
	padding-left: 25px;
}

#form-trabaja{
	margin-top: 20px;
	padding-left: 25px;
}

#hosting,#regalos{
	text-align: center;
}

#regalos table{
	font-size:0.8em;
	line-height: 20px;
	margin-bottom: 30px;
}

#regalos table td{
	width: 33%;
}

#regalos img{
	margin: 20px;
}

*:first-child+html #instrucciones{
	margin-left: -380px;
}

/* FIN ESTILO PÁGINAS INCLUIDAS */

#tituloSL{
	background: url('../imagenes/menu.png') repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}

#slider{
	float:left;
	margin: 5px 8px 40px 8px;
	border: 2px solid #f2f2f2;
}

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:1px solid #F2F2F2; 
	height:310px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 

}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:10px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
	font-weight:bold;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../imagenes/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#d5e4f3; font-weight:bold; border:2px solid #c9def3;
}
#featured .ui-tabs-panel{ 
	width:400px; height:310px; 
	background:#cecece; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:240px; left:0; 
	width: 100%;
	height:70px; 
	background: url('../imagenes/info-bg.jpg'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Arial; font-size:12px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

.sliderpage{
	padding: 10px;
}

.sliderpage li{
	line-height: 30px;
	font-size: 0.9em;
	list-style:none;
}

.sliderimgs{
	width: 400px;
	margin:35px auto;
	border: 2px solid #f2f2f2;
}

.img-regalo{
	float:left;
	width: 320px;
	margin: 30px;
}

.img-regalo1{
	float:left;
	width: 250px;
}

.img-regalo img{
	border: 2px solid #f2f2f2;
}

#faq{
	text-align:left;
}

#faq li{
	line-height: 27px;
	font-size: 0.9em;
}

#faq h3{
	margin-top: 30px;
}

#faq h2{
	text-decoration:underline;
}

.list{
	list-style:none;
}


#homologaciones{
	text-align:center;
}

#homologaciones h2{
	font-size: 1.4em;
	color: #a0a0a0;
}


.homologacion{
	float:left;
	width: 320px;
	height: 180px;
	margin: 25px;
	font-size: 18px;
	font-weight:bold;
}

.homologacion img{
	margin-top: 15px;
}

.homologacion2 {
	float:center;
	width: 320px;
	height: 250px;
	margin:16px;
}

.homologacion p{
	line-height: 10px;
}

.tit-hom{
	padding:1px;
	font-size: 13px;
	color: #9c9c9c;
}

#linkfaq{
	width: 250px;
	height:50px;
	background: url('../imagenes/faq.png') no-repeat;
	float:right;
	margin-top: 40px;
	overflow:hidden;
}

#linkfaq a{
	color:#cccdce;
	width: 220px;
	margin:0 auto;
}

#linkfaq a:hover{
	color: #a4ccee;
}

#legislacion img{
	float: left;
	margin-right: 10px;
}

#legislacion div{
	height: 40px;
	font-size: 0.9em;
	text-align: left;
}

#legislacion h2{
	margin-bottom: 40px;
}

#legislacion a{
	color:#242424;
}

#legislacion a:hover{
	color:blue;
}

#calPRL ul{
	text-align: left;
	margin-left: 30px;
}	

*:first-child+html #calPRL ul{
	margin-left: 60px;
}

#calPRL ul li{
	margin-bottom: 15px;
	cursor:pointer;
}


#textCal{
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight:bold;
	font-size: 14px;
}

*:first-child+html #textCal{
	margin-top: 0;
}

.calendario{
	margin-left: -50px;
	display: none;
	margin-bottom: 30px;
}


