/*  
Theme Name: formatoverde
Description: Estilos base se la seccion empresa
Version: 0.1
Author: IdeiT S.L., <a href="http://www.ideit.es">IdeiT</a>
Author URI: http://www.ideit.es
Media: screen
*/


/* ---------------------------------- */
/*  IMPORTS    */
/* ----------------------------------- */
@import url("base.css");




/* ---------------------------------- */
/* 	CONTENT BLOCK	*/
/* ----------------------------------- */
div#central_content
{
	padding-top: 25px;
}




/* ---------------------------------- */
/* 	CONTENT ENTERPRISE */
/* ----------------------------------- */

ul.list_images
{
	float: left;
	width: 305px;
	margin-top: 40px;
}
ul.list_images li
{
	margin-bottom: 20px;
}
ul.list_images li.isos
{
	margin-top: -25px;
	text-align: center;
}
ul.list_images li.isos img
{
	margin: 0px 5px 0px 5px;
}


ul.list_images li.politica-calidad
{
	text-align: center;
	margin-top: 10px;
}

ul.list_images li.politica-calidad a
{
	font-weight: bold;
	color: #00722D;
}
ul.list_images li.politica-calidad a:hover
{
	color: #9EC10E;
}



div.empresa_content
{
	float: left;
	width: 619px;
	background: #fff url(empresa/bg_content.png) no-repeat top right;
	padding-top: 210px;
	margin-bottom:  40px;
}
div.empresa_content p
{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	text-align: justify;
	line-height: 135%;
	color: #003366;
	margin: 0px 80px 15px 70px;
	text-indent: 30px;	
}
div.empresa_content strong
{
	font-weight: bold;
}

div.empresa_content h1
{
	font: bold 1.2em "Trebuchet MS";
	text-align: justify;
	line-height: 135%;
	color: #003366;
	margin: 0px 80px 15px 70px;
}




/* -----------------------------------
 AVISO LEGAL 
 ----------------------------------------*/
 
div.aviso-legal
{
	float: left;
	width: 619px;
	padding-top: 210px;
	background: #fff url(empresa/bg_content.png) no-repeat top right;
	margin-bottom:  40px;
}
div.aviso-legal p
{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	text-align: justify;
	line-height: 135%;
	color: #003366;
	margin: 0px 80px 15px 70px;
	text-indent: 0px;	
}
div.aviso-legal strong
{
	font-weight: bold;
}

div.aviso-legal h1
{
	font: bold 1.2em "Trebuchet MS";
	text-align: justify;
	line-height: 135%;
	color: #003366;
	margin: 0px 80px 15px 70px;
}



/* ---------------------------------- */
/* 	CONTENT QUALITY */
/* ----------------------------------- */

div#quality
{
}
div#iso9001
{
	float: left;
	width: 49%;
	padding-bottom: 40px;
}

div#iso14001
{
	float: left;
	width: 49%;
	padding-bottom: 40px;
}


div#quality h1
{
	text-align: center;
	font: normal 1.6em/135% "Trebuchet MS";
	color: #00722d;
	margin: 10px;
}

div#quality h2
{
	text-align: center;
	font: bold 1.2em/135% "Trebuchet MS";
	color: #003366;
	margin: 10px;
}

div#quality p
{
	text-align: center;
	font: normal 1.2em/135% "Trebuchet MS";
	color: #003366;
	margin: 10px;
}
div#quality a:link, div#quality a:visited
{
	color: #00722d;
}
div#quality a:hover, div#quality a:active
{
	color: #9ec10e;
	text-decoration: none;
}

div#quality p img
{
	border: 1px solid #ccc;
}


