/*  Web Design - paulohernandez.com  */


/* Site Styles
================================================== */

/* body */
@charset "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'segoe_uiregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #58595b;
}

/* font-face / segoe regular */
@font-face {
    font-family: 'segoe_uiregular';
    src: url('../css/fonts/segoe-webfont.eot');
    src: url('../css/fonts/segoe-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/segoe-webfont.woff') format('woff'),
         url('../css/fonts/segoe-webfont.ttf') format('truetype'),
         url('../css/fonts/segoe-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'segoe_uiregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
	color: #0b2a3a;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #0b2a3a;
}

h2 span {
	color: #6dc067;
}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0b2a3a;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 42px;
	font-weight: bold;
	color: #0b2a3a;
}

h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 42px;
	font-weight: bold;
	color: #0b2a3a;
}

h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 42px;
	font-weight: bold;
	color: #0b2a3a;
}


/* link */
a:link, a:visited, a:active {
	font-size: 16px;
	font-weight: normal;
	color: #0b2a3a;
	text-decoration: none;
}

a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #0b2a3a;
	text-decoration: none;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Images */
img { 
	border: 0 none;
}

/* paragrahp */
p { 
	margin: 0px;
	padding: 0px;
}

/* line */
hr {
	border: 0;
	width: 100%;
	color: #dddedf;
	background-color: #dddedf;
	height: 1px;
}



/* #Page Structure
================================================== */

/* header */
#header {
	margin: 0px;
	padding: 0px;
}

/* main */
#main {
	margin: 0px;
	padding: 0px;
}

/* footer */
#footer {
	margin: 0px;
	padding: 0px;
}

/* content */
.content {
    width: 1100px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}



/* Header
================================================== */

/* logo */
.logo {
	float: left;
	width: 250px;
	height: 165px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

/* menu */
.menu {
	float: right;
	width: 500px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

/* idioma */
.idioma {
	float: right;
	margin: 10px;
	padding: 0px 10px 0px 0px;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	border-right: 1px solid #fff;
}

.idioma img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}



/* navigation
================================================== */

/* navigation */
.navigation {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.navigation ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	color: #fff;
}

.navigation ul a{
	font-weight: bold;
	color: #fff;
	padding: 17px 0px 17px 0px;
}

.navigation ul a:hover{
	color: #6dc067;
}

.navigation ul li{
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 17px 20px 17px 20px;
	cursor: pointer;
}

.navigation ul li:hover {
	color: #6dc067;
}

.navigation ul li ul {
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250%;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.navigation ul li ul li { 
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	opacity: 0.7;
    filter: alpha(opacity=70);
	padding: 6px 0px 7px 20px; 
	display: block; 
	color: #0b2a3a;
	border-bottom: 1px solid #3f4847;
}

.navigation ul li ul li:last-child { 
	border-bottom: none;
}

.navigation ul li ul li:hover {
	background: #;
	color: #6dc067;
}

.navigation ul li ul li a{ 
	font-size: 14px;
	font-weight: normal;
	color: #0b2a3a;
}


.navigation ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}



/* Footer
================================================== */

/* credits */
.credits {
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	background: #e9eaea;
	border-top: 2px solid #d9dada;
}



/* Page Nosotros
================================================== */

/* headerNosotros */
.headerNosotros {
    height: 480px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerNosotros.jpg) no-repeat center top;
	color: #fff;
}

.headerNosotrosEng {
    height: 480px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerNosotrosEng.jpg) no-repeat center top;
	color: #fff;
}

/* mainNosotros */
.mainNosotros {
	margin: 0px;
	padding: 50px 50px 50px 80px;
}

/* textNosotros */
.textNosotros {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-align: justify;
}

.textNosotros span {
	font-weight: bold;
	color: #0b2a3a;
}

/* fraseNosotros */
.fraseNosotros {
	float: right;
	width: 355px;
	margin: 0px;
	padding: 0px;
}



/* Page Servicios
================================================== */

/* headerServicios */
.headerServicios {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerServicios.jpg) no-repeat center top;
	color: #fff;
}

.headerServiciosEng {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerServiciosEng.jpg) no-repeat center top;
	color: #fff;
}

/* mainServicios */
.mainServicios {
	margin: 0px;
	padding: 30px 50px 50px 50px;
	line-height: 18px;
}

/* titleServicios */
.titleServicios {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #0b2a3a;
	border-bottom: 10px solid #3b667c;
}

/* textServicios */
.textServicios {
	margin: 0px;
	padding: 30px 50px 0px 50px;
	text-align: justify;
}

.textServiciosColor{
	font-weight: bold;
	color: #0b2a3a;
}



/* Page Socios
================================================== */

/* headerSocios */
.headerSocios {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerSocios.jpg) no-repeat center top;
	color: #fff;
}

.headerSociosEng {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerSociosEng.jpg) no-repeat center top;
	color: #fff;
}

/* mainSocios */
.mainSocios {
	margin: 0px;
	padding: 30px 50px 50px 50px;
	line-height: 18px;
}

/* textSocios */
.textSocios {
	margin: 0px;
	padding: 50px 0px 50px 0px;
}

/* textSociosInf0 */
.textSociosInfo {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.textSociosInfo img{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}




/* Page Contacto
================================================== */

/* headerContacto */
.headerContacto {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerContacto.jpg) no-repeat center top;
	color: #fff;
}

.headerContactoEng {
    height: 360px;
	margin: 0px;
	padding: 0px;
	background: url(../images/headerContactoEng.jpg) no-repeat center top;
	color: #fff;
}

/* mainContacto */
.mainContacto {
	margin: 0px;
	padding: 30px 50px 50px 50px;
}

.formContacto {
	float: left;
	width: 55%;
	margin: 0px;
	padding: 0px;
}

.formContacto h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #0b2a3a;
}

.input {
	width: 400px;
	margin: 0px;
	padding: 10px 5px;
	font-family: 'segoe_uiregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #58595b;
	background: #fff;
	border: 1px solid #e0e1e1;
}

.textContacto {
	float: right;
	width: 45%;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
}

.textContacto h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #0b2a3a;
}

.textContacto h2 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: normal;
	color: #58595b;
}

/* formContacto */




/*  Web Design - paulohernandez.com  */