/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
  font-family: 'Cousine';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  src: local('Cousine'), url('http://themes.googleusercontent.com/font?kit=XSyf5TeZkNsOekyxVgREqgLUuEpTyoUstqEm5AMlJo4') format('truetype');
  color: #000;
}

	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none;
	font-family: 'Cousine';
 	font-style: normal;
  	font-weight: normal;
  	font-size: 11px;
  	src: local('Cousine'), url('http://themes.googleusercontent.com/font?kit=XSyf5TeZkNsOekyxVgREqgLUuEpTyoUstqEm5AMlJo4') format('truetype');
	color: #000;
}

a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover { color:#000000; background-color: #FEF200;}

a img { border: none; }

#menu {
    width: 180px;
    margin-left:20px;
	padding-left: 10px;
	padding-top: 20px;
	overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	/**float: left;*/
    height: 100%;
	background-color: #FFF; 
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;	
}

#menu ul li{
	padding-top: 1px;
	
}

#menu ul li.section-title { 
	width: 150px;
	padding-bottom: 0px;
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #000;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;

}

#content {
    height: 100%;
    margin: 20px 0 0 260px; /*margen del contenido*/
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 650px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.fecha {
    font-family: 'Cousine';
 	font-style: normal;
  	font-weight: normal;
	font-size: 11px;
	src: local('Cousine'), url('http://themes.googleusercontent.com/font?kit=XSyf5TeZkNsOekyxVgREqgLUuEpTyoUstqEm5AMlJo4') format('truetype');
	color: #333;
}

#tabla-horiz {
	margin-top: 14px;
}

.direccion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	background-color: #000;
	color: #fff;
}

.direccion a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	background-color: #000;
	color: #fff;
	
}

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


.textobreves {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color:#444;
}

.textobreves a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444;
	text-decoration: underline;
}

.textobreves a:hover {
	text-decoration: underline;
	background-color: #FEF200;
}

.tit_breves{
	font-family: helveticabold, Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 18px;
	/*background-image: url(/files/gimgs/fondo_text.png);
	background-repeat: repeat;*/
}

.negro {
	color: #fff;
	background-color: #000;
}

.amarillo {
	color: #000;
	background-color: #FEF200;
}

.textoxl {
	font-family: helveticabold, Georgia,  Arial, Verdana, Geneva, sans-serif;
	font-size: 60px;
	line-height: 53px;
	color:#000000;
}

.textoxl a {
	font-family: helveticabold, Georgia,  Arial, Verdana, Geneva, sans-serif;
	font-size: 60px;
	line-height: 53px;
	color:#000000;
	text-decoration: underline;
}

.textoxl a:hover {
	background-color: #FEF200;
}

.textoservicios {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color:#000000;
}

.textoservicios a {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

.textoservicios a:hover {
	background-color: #FEF200;
}

.tit_servicios{
	font-family: helveticabold, Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size: 18px;
}

.destacadoservicios {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	text-align: justify;
	color:#000000;
}

.listclientes {
	
	list-style-type: none;
}

.piefoto {
	margin-top: 8px;
}

.textoproyectos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	color:#444;
}

.tit_proyectos {
	width: 650px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-bottom: 15px;
	margin-top: 15px;
}

.tit_proyectos a{
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
}

.tit_proyectos a:visited{
	font-weight: normal;
}

#caja01{
	width: 305px;
	float: left;
	margin-right: 18px;
}

#caja02{
	width: 305px;
	float: left;
	
}

#mapagoogle{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: fixed;
	z-index: -10000;
}

/* ---------------------------------------- CIERRA FLOAT ---------------------------------------- */
.cierrafloat {
	clear: both;
}



/* ---------------------------------------- TIPOGRAFÍAS ---------------------------------------- */

@font-face {
    font-family: 'helveticabold';
    src: url('http://www.echeazarra.es/tipos/helveticabold.eot');
    src: url('http://www.echeazarra.es/tipos/helveticabold.eot?#iefix') format('embedded-opentype'),
         url('http://www.echeazarra.es/tipos/helveticabold.woff') format('woff'),
         url('http://www.echeazarra.es/tipos/helveticabold.ttf') format('truetype'),
         url('http://www.echeazarra.es/tipos/helveticabold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

