body {
	background-color: #FFF;
    color: #444444;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana;
	font-size: 12px;
	font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 16px;
	margin: 0px;
	border: 0px;
	background-repeat:repeat-x;
}
@media screen{
	body {
		overflow-y: scroll;
	}
}

.mini{
	font-size: 10px;
}

.titulo{
	margin-top: 15px;
}

.tituloAux{
	margin-top: 15px;
}

h1 {
	font-size: 18px;
	color: #666666;
}

h2 {
	font-size: 14px;
	color: #AAAAAA;	
}

a:link,a:visited {
	color: #C1CF00;
	text-decoration: none;
	border:none;
}
a.enlaceColor{
	color: #C1CF00;
}

a.menu {
	
}
a.menuSelec {
	color:#999999;
}

/*
.centrador {
	position: relative;
	left: 50%;
	width: 1px;
}

.sizefijo {
	position: relative;
	left: -500px;
	width: 1000px;
}
.sizefijoSinSombra {
	position: relative;
	left: -500px;
	width: 1000px;
}
*/
.sizefijo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#head {
	clear: both;
	height: 115px;
}
#head .titulo {
	float: left;
	height: 80px;
}
#head h1 {
	display: none;
}

#menu {
	margin-left: 10px;
	margin-bottom: 20px;
}

#menu ul {
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}		
#menu li {
	display: inline;
	margin-right: 15px;
}

#menu a {
	color: #C1CF00;
	font-size: 16px;
	
}
#menu a:hover {
	color: #C1CF00;
	border-bottom: 4px solid #C1CF00;	
}
a.selec {
	color: #C1CF00;
	border-bottom: 2px solid #C1CF00;
}

#subMenu {
	float: right;
	background-position: center 0px;
	background-repeat: no-repeat;
	width: 350px;
	height: 80px;
	margin-right: 10px;
	margin-top: 15px;
}

#subMenu .contacto {
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#subMenu .busqueda {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

#subMenu .contactar {
	width: 100%;
	margin-top: 8px;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}
#subMenu .tlf {
	width: 100%;
	text-align: right;
	font-size: 18px;
	color: #C1CF00;
	font-style: italic;
	font-weight: bold;
}

#contenido {
	clear: both;
	position: relative;
	padding: 10px;
	margin-left: 0px;
}

#contenido .introduccion{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* para hacer recuadros de contenidos */
.filaContenido{
	margin-bottom: 15px;
}
.cuadroContenido {
	position: relative;
	float: left;
	margin-left: 15px;					
	border: 1px solid #DDD;
	padding: 5px;
}

.cuadroContenidoSinBorde {
	position: relative;
	float: left;
	margin-left: 5px;					
	border: none;
	padding: 5px;
}
.cuadroDerecha {
	position: relative;
	float: left;					
	width: 300px;										
	margin-left: 30px;
}
/* --------------------------------- */

/* Noticias con recuadro la derecha  */

#contenido .noticias {
	width: 39%;
	margin-left: auto;
	padding: 4px 9px;
	border-color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
}


#contenido .tituloSeccion{
	font-size: 14px;
	margin-left: 5px;
}
#contenido .tituloAzul{
	font-size: 14px;
	margin-left: 5px;
	color: #C1CF00;
}

/* NOTICIAS sin imagen ----------------------------------- */
.noticia {
	position: relative;
	margin-bottom: 5px;
	margin-top: 13px;
}

.noticia .fecha {
	left: 0px;
	position: absolute;	
	color: #A4A5AA;
}

.noticia .titulo {
	margin-left: 80px;
	font-weight:bold;
}

.noticia .contenido {
	color: #000;
}
/* ------------------------------------------ */

/* BLOG ----------------------------------- */
#blog{
	margin-top: 20px;
}

#blog .fecha {
	font-size: 14px;
	font-weight: bold;
}

#blog .titulo {
	margin-top: 10px;
	color: #C1CF00 !important; 
	font-size: 16px !important;
	font-weight: bold;
}

#blog .contenido {
	margin-top: 10px;
}
/* ------------------------------------------ */

/* NOTICIAS CON imagen ----------------------------------- */
.noticiasListado{
	float: left;
	position: relative;
	margin-top: 20px;
}
.imagenNoticia {
	float: left;
	width: 150px;
}
.textoNoticia {
	position: relative;
	margin-left: 160px;
	color: #000;
}
				
.tituloNoticia{
	font-weight:bold;
}
a.tituloNoticiaColor{
	font-weight:bold;
	color: #C1CF00;
}

a.tituloProducto{
	font-weight:bold;
	font-size: 14px;
	text-transform:uppercase;
	color: #C1CF00;
}

.fechaNoticia{
	color: #A4A5AA;
}
/* ----------------------------------------------------- */

/* IMAGEN CON sombra ----------------------------------- */
#item {
	float: left;
	position: relative;
	margin-top: 20px;
	text-align: center;
	margin-right: 20px;
	width: 33;
}

.itemImagen{
	width: 90px;
	-moz-box-shadow: 0 0 10px 0 #CCCCCC;
	-webkit-box-shadow: 0 0 10px 0 #CCCCCC;
	box-shadow: 0 0 10px 0 #CCCCCC;
}
/* ----------------------------------------------------- */

.barraHerramientas{
	margin-bottom: 15px;
	background-image: url(imagenes/bg-herr.jpg);
	background-repeat:repeat-x;
	color: #FFF;
	height: 50px;
	padding: 4px 9px;
}

.filaHerramientas{				
	border: none;
}

.barraHerramientasClarita{
	margin-bottom: 15px;
	background-image: url(imagenes/bg-herramientas.jpg);
	background-repeat:repeat-x;
	border-left: 0.1em solid #CCCCCC;
	border-right: 0.1em solid #CCCCCC;
	color: #444444;
	height: 40px;
	padding: 9px 9px;
}


/* DESTACADOS ------------------------------------------ */
#contenido .destacados {
	position: relative;
	clear: both;
	margin-top: 20px;
}


#contenido .destacados .destacado {
	float: left;
	width: 23%;
	height: 220px;
	margin-left: 8px;
	border-color: #000000;
	background-color: #F4F4F4;
	border: 1px solid #DDD;
	padding: 4px 4px;
}

#contenido .destacado .imagen {
	text-align: left;
	margin-top: 9px;
}

#contenido .destacado .titulo{
	height: 30px;
	background-color: #C1CF00;
}

#contenido .destacado .titulo h2{
	font-size: 12px;
	padding: 9px 9px;
	text-transform: uppercase;
	color: #FFF;
}

#contenido .destacado .titulo a{
	color: #FFF;
}

#contenido .destacado .texto {
	margin-top: 9px;
	margin-right: 15px;
}

#contenido .destacado .mas {
	margin-top: 9px;
	margin-right: 20px;
	color: #C1CF00;
	text-align: right;
}
/* ----------------------------------------------------- */

#foot {
	clear: both;
	height: 200px;
	margin-top: 10px;
    background-image: url(imagenes/bgfooter.jpg);
    overflow: hidden;
    color: #FFF;
}

#foot .menu {
	float: left;
	position: relative;
	top: 15px;
	margin-left: 10px;
	text-align: left;
}
#foot .menu ul {
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}		
#foot .menu li {
	margin-top: 3px;
}
#foot .menu a {
	color: #FFF;
}
#foot .menu a:hover {
	color: #555555;
	text-decoration: underline;
}

#foot .tituloFoot {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#foot .contacto {
	float: right;
	position: relative;
	top: 15px;
	margin-right: 16px;

}
#foot .texto {
	color: #A4A5AA;
	text-align: right;
}

.clear { clear: both; }

				#lateral {
					margin-top: 10px;
					position: absolute;
					left: 0px;
					width: 180px;
					margin-left: 10px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					-border-radius: 4px;
					padding: 4px 9px;
					color: #444;
					background-color: #F8F8F8;
				}
				
				#margenul {
					margin-left: 15px;
					padding: 10px;
				}
				
				#lateral ul {
					margin: 0px;
					margin-left: 9px;
					padding: 10px;
					list-style-type: none;
				}
				
				#lateral li {
					background-image: url(imagenes/icon/linea_punteada.gif);
					background-position:center bottom;
					background-repeat:no-repeat;
					padding-bottom:10px;
					padding-top:5px;
				}	
								
				#general {
					position: relative;
					margin-left: 210px;
					padding-left: 10px;
					padding-top: 1px;
					min-height: 600px;
				}
				
				#migasdepan {
					margin-top: 10px;
					margin-right: 10px;
					border: 1px solid #DDD;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					-border-radius: 4px;
					padding: 4px 9px;
					color: #444;
					background-color: #F8F8F8;
				}
				#migasdepansinborde {
					margin-top: 10px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					-border-radius: 4px;
					padding: 4px 9px;
					background-color: #F8F8F8;
				}	

/* CAJA CONTENIDO --------------------------- */
	.cajaContenido {
		padding-top: 10px;
	}
		
	.cajaImagen {
		float: left;
		width: 80px;
	}
				
	.cajaTexto {
		position: relative;
		margin-left: 90px;
	}
/* ------------------------------------------- */
				.productoAction {
					position: relative;
					float: left;					
					width: 200px;										
					padding-top: 10px;				
					margin-right: 10px;
				}
				
				#productoAction ul {
					margin: 0px;
					margin-left: 0px;
					padding: 0px;
					list-style-type: none;
				}
				
				.enlaceConImg {
					display: block;
					background-repeat: no-repeat;
					padding: 10px;
					padding-left: 30px;
					background-position: 5px 5px;
				}
				.soloImg {
					display: block;
					background-repeat: no-repeat;
					padding: 10px;
					padding-left: 30px;
					background-position: 5px 5px;
					color: #A4A5AA;
				}
				
				.cabecera{
					float: left;
					width: 100px;
					font-weight: bold;
				}
				.cabeceraLarge{
					float: left;
					width: 160px;
					font-weight: bold;
				}				
							
				.grupoFormulario{
					margin-top: 10px;
					margin-bottom: 10px;
					background-color: #F4F4F4;
					padding: 5px 5px;
				}
				.encabezadoGrupo{
					font-weight: bold;
					font-size:12px;
					margin-top: 5px;
					margin-bottom: 10px;					
				}
				.lineaGrupo{
					margin-top: 5px;
				}
				

tr.rowGris{
	background-color:#CCCCCC;
}
tr.rowBlanca{
	background-color:#FFFFFF;
}

#contenido .productoTitulo{
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#contenido .productoSubTitulo{
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #AAA;
}

#caracteristicas {
	margin-bottom: 20px;
	margin-top: 8px;
}

#caracteristicas ul {
	margin: 0px;
	margin-left: 9px;
	padding: 0px;
	list-style-type: none;
}		
#caracteristicas li {
}
#contenido .productoEnlace{
	text-align: right;
	margin-right: 5px;	
	color: #C1CF00;
}

.trabajoRealizado {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 10px;
	min-height: 245px;

}

.nombreTrabajo{
	font-weight:bold;
}
