/*  
Theme Name: formatoverde
Description: Estilos base se la seccion contacto
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: 10px;
}



/* MAPA DE GOOGLE */
div.google_map
{
	background: #fff url(contacto/shadow_map.jpg) bottom right no-repeat;
	float: left;
	width: 290px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
}
div.google_map h4
{
	background: url(contacto/kwin.png) no-repeat center left;
	padding: 5px 0px 5px 20px;
	margin-left: 5px;
}
div.google_map h4 a
{
	font-size: 1em;
	color: #888;
}




/* DATOS DE CONTACTO */
div.datos_contacto
{
	float: left;
	width: 634px;

	background: url(contacto/bg_header.png) no-repeat top right;
	padding-top: 190px;
	
}

div.datos_contacto div.izquierda
{
	float: left;
	width: 38%;
	margin-left: 70px; 
}

* html div.datos_contacto div.izquierda { margin-left: 50px; }

div.datos_contacto div.derecha
{
	float: left;
	width: 38%;
	margin-left: 0px;
}

div.datos_contacto a:link, div.datos_contacto a:visited
{
	color: #00722d;
}
div.datos_contacto a:hover, div.datos_contacto a:active
{
	color: #9ec10e;
	text-decoration: none;
}

div.datos_contacto p
{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	text-align: justify;
	line-height: 135%;
	color: #003366;
	margin: 0px 0px 3px 0px;
}

div.datos_contacto h3
{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	color: #003366;
	margin: 15px 0px 1px 0px;
}
div.datos_contacto h4
{
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: normal;
	color: #003366;
	margin: 0px 0px 2px 0px;
}

div.datos_contacto p.nota
{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	text-align: left;
	line-height: 135%;
	color: #666;
	margin-top: 10px;
}



