@charset "utf-8";
/* CSS Document */

html, body { overflow: auto; }
body {
	background: none;
}

div#header {
	background: #005e9c url(../images/secciones/header_bg.jpg) no-repeat scroll center top;
	width: 100%;
	height: 95px;
}

div#header div#logo {
	position: absolute;
	margin: 20px 0 0 45px;
}
.centrado {
	width: 825px;
	margin: 0 auto;
}

/* contenidos estilos gral */
p {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #235e93;
	line-height: 22px;
}
a { color: #7dc102; text-decoration: underline; font-weight: bold; font-style: italic }
.verde { color: #7dc102; font-weight: bold; }

/* contenido 1 */
div#propositoX div#proposito p#imagen {
	position: absolute;
	margin: -193px 0 0 376px;
	width: 450px;
}

/* contenido 2 */
div#efectoX div#efectoimg {
	width: 491px;
	height: 228px;
	margin: 0 auto;
}

/* contenido 3 */
div#consultoresX div#margen { padding-left: 38px; }
div#consultoresX div#margen div#foto {
	position: absolute;
	margin: 14px 0 0 20px;
}
div#consultoresX div#margen div#titulo_bg {
	background: transparent url(../images/venturi/curriculum_title_bg.png) no-repeat scroll right 0;
	width: 794px;
	height: 37px;
}
div#consultoresX div#margen div#titulo_bg div {
	padding-left: 167px;
}
div#consultoresX div#margen div#titulo_bg h1#rubio {
	background: transparent url(../images/venturi/rodolfo_rubio_h1.gif) no-repeat scroll 0 0;
	width: 450px;
	height: 37px;
	padding: 0;
	margin: 0;
	text-indent: -3000px;
}
div#consultoresX div#margen div#titulo_bg h1#alan {
	background: transparent url(../images/venturi/alan_h1.gif) no-repeat scroll 0 0;
	width: 357px;
	height: 37px;
	padding: 0;
	margin: 0;
	text-indent: -3000px;
}
div#consultoresX div#margen div#ficha {
	margin-left: 170px;
}
div#consultoresX div#margen div#ficha h3 {
	font-size: 13px;
	font-family: Arial;
	color: #7dc102;
	margin-bottom: 0;
}
div#consultoresX div#margen div#ficha ul {
	list-style: none;
	color: #235e93;
	font-size: 13px;
	font-family: Tahoma;
	padding-left: 65px;
	margin-top: 5px;
}
div#consultoresX div#margen div#ficha p {
	font-size: 13px;
	font-family: Tahoma;
	padding-left: 65px;
	margin-top: 5px;
	width: 500px;
}

/* esconder contenidos secundarios */
div#efectoX, div#consultoresX {
	display: none;
}

div#footer {
	background: transparent url(../images/secciones/footer_bg.png) no-repeat scroll center top;
	width: 100%;
	height: 42px;
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
}
div#footer div {
	margin: 0 auto;
	width:727px;
	padding-top: 14px;
}

/* sub menu */
div#submenu {
	background: transparent url(../images/venturi/submenu_bg.png) no-repeat scroll center top;
	width: 100%;
	height: 55px;	
}
div#submenu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
}
div#submenu ul li {
	display: inline;
	float: left;
}
div#submenu ul li a {
	background: transparent url(../images/venturi/submenu_sprite.gif) no-repeat scroll 0 0;
	height: 32px;
	display: block;
	text-indent: -3000px;
}

div#submenu ul li#proposito a:hover { background-position: 0 -32px; }
div#submenu ul li#proposito a {
	width: 191px;
	background-position: 0 0;
}
div#submenu ul li#proposito a.menu_sel { background-position: 0 -32px !important; }

div#submenu ul li#efecto a:hover { background-position: -191px -32px; }
div#submenu ul li#efecto a {
	width: 159px;
	background-position: -191px 0;
}
div#submenu ul li#efecto a.menu_sel { background-position: -191px -32px !important; }

div#submenu ul li#consultores a:hover { background-position: -350px -32px; }
div#submenu ul li#consultores a {
	width: 132px;
	background-position: -350px 0;
}
div#submenu ul li#consultores a.menu_sel { background-position: -350px -32px !important; }

.Subcentrado {
	margin: 0 auto;
	width: 570px;
	padding-top: 7px;
}
.centrado3 {
	width: 794px;
	margin: 0 auto;
}
