/********************************************
 *											*
 *	CSS bluefund							*
 *	Archivo  	:	style.css			    *
 *	@author    	: 	Dealfil Comunicación   	*
 *	@author 	: 	info@dealfil.com   	    *
 *  @WEB		:	http://www.dealfil.com	*
 *	@version	:	1.0					    *
 *											*
 ********************************************/

* {
    margin: 0;
}

html, body{
	height: 100%;
	width: 100%;
	padding:0; 
	margin:0;
}
body{
	background: #0a1924;
}


/*------------------------------
=GENERAL
------------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #fff;
	text-decoration:none;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
.blue{
	color: #244D6D;
}
.bold{
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
}
.email{
	color: #244D6D;
	clear: both;
	display: block;
	text-align: center;
}
.email:hover{
	color: #fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*------------------------------
=ESTRUCTURA
------------------------------*/
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; min-height: 100%;
}
#wrap{
	width: 100%;
}
#header{
	background: #0a1924 url(../images/bg_header.jpg) no-repeat right bottom;
	height: 139px;
	width: 100%;
	position: relative;
}
#contenedor {
	background: #0a1924 url(../images/bg_cabecera.jpg) repeat-x;
	position: relative;
	margin-top: -3px;
	padding-bottom: 23px;
}  /* debe ser el mismo alto que el footer */

#footer {
	position: relative;
	margin-top: -23px; /* valor negativo del alto del footer */
	height: 23px;
	clear:both;
	background: url(img/bg_footerwrap.jpg) repeat-x;
	color: #fff;
	font-size: 13px;
}


/*------------------------------
=HEADER
------------------------------*/

#nav{
	height: 11px;
	position: absolute;
	bottom: 10px;
	right: 72px;
}
#nav li{
	float: left;
	margin: 16px;
	height: 11px;
}
#nav li a{
	display: block;
	height: 11px;
	text-indent: -9999px;
}
#nav li a#presentacion{
	background: url(../images/presentacion.png) no-repeat;
	width: 110px;
	height: 11px;
}
#nav li a#presentacion:hover{
	background-position: 0px -11px;
}
#nav li a#estrategia{
	background: url(../images/estrategia.png) no-repeat;
	width: 88px;
	height: 11px;
	margin-top: 2px;
}
#nav li a#estrategia:hover{
	background-position: 0px -11px;
}
#nav li a#inversion{
	background: url(../images/inversion.png) no-repeat;
	width: 78px;
	height: 11px;
}
#nav li a#inversion:hover{
	background-position: 0px -11px;
}
#nav li a#equipo{
	background: url(../images/equipo.png) no-repeat center 1px;
	height: 11px;
	width: 54px;
	margin-top: 1px;
}
#nav li a#equipo:hover{
	background-position: 0px -10px;
}
#nav li a#privada{
	background: url(../images/privada.png) no-repeat;
	width: 108px;
	height: 11px;
}
#nav li a#privada:hover{
	background-position: 0px -11px;
}

/*------------------------------
=CONTENT
------------------------------*/

#contenedor .logo{
	background: url(../images/logo.png) no-repeat;
	height: 17px;
	width: 265px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 70px;
	top: 17px;
}

#contenedor .contenido{
	float: right;
	width: 654px;
}
#contenedor #slide{
	overflow: hidden;
	width: 654px;
	height: 177px;
}
#contenedor #google-map{
	overflow: hidden;
	width: 654px;
	height: 177px;
}
#contenedor .google-aviso{
	font-size: 9px;
	font-family: Arial;
}
.text{
	margin: 40px 0px 0px 0px;
}
.text h1.presentacion{
	background: url(../images/h1_presentacion.jpg) no-repeat;
	height: 32px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.inversion{
	background: url(../images/h1_inversion.jpg) no-repeat;
	height: 32px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.estrategia{
	background: url(../images/h1_estrategia.jpg) no-repeat;
	height: 29px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.equipo{
	background: url(../images/h1_equipo.jpg) no-repeat;
	height: 29px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.areaprivada{
	background: url(../images/h1_areaprivada.jpg) no-repeat;
	height: 32px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.contacto{
	background: url(../images/h1_contacto.jpg) no-repeat;
	height: 29px;
	width: 322px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text h1.aviso{
	background: url(../images/h1_avisolegal.jpg) no-repeat;
	height: 29px;
	width: 276px;
	text-indent: -9999px;
	margin-bottom: 30px;
}
.text p{
	width: 322px;
	text-align: justify;
	clear: both;
}
.text .p-aviso{
	width: 570px;
}
.text .p-google{
	float: left;
	width: 150px;
	cursor: pointer;
	margin-right: 50px;
	line-height: 10px;
}
.text .p-google .bold{
	font-weight: bold;
	font-style: normal;
}
.text .bold{
	font-weight: bold;
	font-style: italic;
	width: 550px;
}
.text ul{
	margin-top: -10px;
	color: #244D6D;
	list-style: inside;
}
.text ul li{
	margin: 1px 0px;
}
.text ul li span{
	color: #fff;
}
.text table div{
	width: 150px;
	padding: 10px;
	text-align: center;
}
.text table div span{
	font-style: italic;
	font-size: 12px;
}

.text label{
	display: block;
	width: 80px;
	margin: 5px 5px 0px 0px;
}
.text input{
	background: #1b3247;
	border: 0px;
	height: 20px;
	font-size: 13px;
	margin-top: -2px;
	float: left;
	margin: 0px 7px 7px 0px;
	padding: 0px 5px;
	border-top: 1px solid #060c12;
	border-right: 1px solid #26425d;
	border-bottom: 1px solid #26425d;
	border-left: 1px solid #060c12;
	color: #1B8CDF;
	font-size: 10px;
}
.text #acceder_area_privada{
	position: relative;
	top: -18px;
	left: 215px;
	width: 56px;
	height: 9px;
	background: url(../images/entrar.jpg) no-repeat;
	border: 0px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
	.text .team{
			width: 100%;
		}
			.text .team li{
				float: left;
				width: 254px;
				height: 67px;
				position: relative;
				list-style: none;
				margin-bottom: 24px;
			}
				.text .team li div {
					float: left;
					margin-right: 13px;
					position: relative;
					border: 1px solid #244D6D;
				}
					.text .team li div .cv{
						display: block;
						width: 31px;
						height: 15px;
						text-indent: -9999px;
						background: url(../images/cv.jpg) no-repeat;
						position: absolute;
						bottom: 0px;
						right: 0px;
					}
				.text .team li p{
					margin: 0px;
					width: 167px;
					height: 64px;
					float: right;
					position: relative;
					top: -64px;
					color: #fff;
				}
					.text .team li p span{
						display: block;
						font-weight: bold;
					}
					.text .team li p a{
						display: block;
						position: absolute;
						bottom: 0px;
						color: #244D6D;
						font-size: 11px;
					}
					.text .team li p a:hover{
						color: #1B8CDF;
					}


/*------------------------------
=FOOTER
------------------------------*/
#footer p{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #2c628c;
	font-size: 11px;
}
#footer a{
	color: #2c628c;
}
#footer a:hover{
	color: #fff;
}
