﻿/* RESETEAMOS TODOS LOS ESTILOS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em;}
ul,ol { list-style: none; }
img { border: none; }


/* ESTILOS GENERALES */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#000;
}
.clear{
	clear:both;
}

/* DIVS */
#cont_textos{
	width:700px;
	background:url(../img/puntos.gif) no-repeat top right;
	padding:56px 0;
	float:left;
}
#cont_mapa{
	width:700px;
	background:url(../img/puntos.gif) no-repeat top right;
	padding:56px 0 0 0;
	float:left;
}
#tit_seccion{
	width:159px;
	height:17px;
	float:left;
	margin-right:38px;
	background-color:#ed0a21;
	text-align:right;
	padding:3px 5px 0 0;
}
#tit_seccion2{
	width:159px;
	height:17px;
	margin-bottom:20px;
	background-color:#ed0a21;
	text-align:right;
	padding:3px 5px 0 0;
}

#descripcion{
	width:488px;
	padding-right:10px;
	float:left;
}

#cont_proyectos{
	width:490px;
	float:left;

}
.descripcion2{
	width:670px;
	float:left;
	margin-bottom:30px;
	padding-left:15px;
}

#cabecera_productos{
	width:700px;
	height:172px;
	background:url(../img/cabecera_productos.jpg) no-repeat;
	margin-bottom:44px;
}
#cabecera_servicios{
	width:700px;
	height:172px;
	background:url(../img/cabecera_servicios.jpg) no-repeat;
	margin-bottom:44px;
}
#cabecera_flash{
	width:700px;
	margin-bottom:44px;
}
#cabecera_staff{
	width:700px;
	height:227px;
	background:url(../img/cabecera_staff.jpg) no-repeat;
	margin-bottom:44px;
}
#cabecera_proyectos{
	width:700px;
	/*height:172px;
	background:url(../img/cabecera_servicios.jpg) no-repeat;*/
	margin-bottom:44px;
}

/* TEXTOS */
a:link{
	color:#1faffa;
	text-decoration:underline;
}
a:visited{
	color:#1faffa;
	text-decoration:underline;
}
a:hover{
	color:#1faffa;
	text-decoration:underline;
}
a.sin_raya:link{
	color:#1faffa;
	text-decoration:none;
}
a.sin_raya:visited{
	color:#1faffa;
	text-decoration:none;
}
a.sin_raya:hover{
	color:#1faffa;
	text-decoration:none;
}
.georgia{
	font:0.8em Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.cuadro{
	background-color:#5cf90f;
}