/*  
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
*/

/* ---------------------------------- */
/* 	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 {
	background: url("empresa/bg_content.png") no-repeat scroll right top #FFFFFF;
    float: left;
    margin-bottom: 40px;
    padding-top: 210px;
    width: 619px;
}
div.aviso-legal p {
    color: #003366;
    font-family: "Trebuchet MS";
    font-size: 1.2em;
    line-height: 135%;
    margin: 0 80px 15px 70px;
    text-align: justify;
    text-indent: 0;
}
div.aviso-legal strong {
    font-weight: bold;
}
div.aviso-legal h1 {
    color: #003366;
    font: bold 1.2em/135% "Trebuchet MS";
    margin: 0 80px 15px 70px;
    text-align: justify;
}

/* QUALITY */
div#quality {
    padding-top: 25px;
}
div#quality h1 {
    color: #00722D;
    font: 1.6em/135% "Trebuchet MS";
    margin: 10px;
    text-align: center;
}
div#quality h2 {
    color: #003366;
    font: bold 1.2em/135% "Trebuchet MS";
    margin: 10px;
    text-align: center;
}
div#quality p {
    color: #003366;
    font: 1.2em/135% "Trebuchet MS";
    margin: 10px;
    text-align: center;
}
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 #CCCCCC;
}
div#iso9001{
	float: left;
	width: 49%;
	padding-bottom: 40px;
}
div#iso14001{
	float: left;
	width: 49%;
	padding-bottom: 40px;
}



