/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*====================================*/
/*=========== yodesigner.com =========*/
/*====================================*/

body, html {
    width: 100%;
}
body {
    font-family: 'Merriweather', Arial, Helvetica, sans-serif;
    font-size: 0.625em;
    background: url(../images/bkgbody.jpg) repeat top left;
    background-color: #46474b;
    text-align: center;
    color: #36373a;
    
}
#wrap-header, section, footer {
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

aside {
    float: right;
    width: 310px;
    margin-left: 50px;
}

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


header {
    background: url(../images/bkgheader.png) repeat-x top left;
    min-width: 100%;
    overflow: hidden;
}
#wrap-header {
    height: 460px;
}
#logo {
    background: url(../images/proactive-logo.png) no-repeat top left;
    float: left;
    text-indent: -9999px;
    margin-top: 8px;
}
#logo a{
    display: block;
    width: 174px;
    height: 103px;
}
ul#language{
    background: url(../images/bkglanguage.png) no-repeat top left;
    width: 113px;
    height: 18px;
    float: right;
    margin-top:20px;
    padding-top: 5px;
}
ul#language li{
    background: url(../images/icn-arrow.png) no-repeat center left;
    padding-left: 15px;
    margin-left: 20px;
}
ul#language li a{
    font-family: Arial, sans-serif;
    font-size: 1.4em;    
    color: #388bc4;
    text-decoration: none;    
}
ul#language li a:hover{
    color: #fff;
}
nav {
    float: right;
    width: 775px;
    margin-top: 41px;
}
nav li{
    float: left;
    padding: 13px 15px 16px 15px
}
nav li a, .active {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    color: #fff;
    text-decoration: none;
}
.active{
    background: url(../images/bkgactive.png) repeat-x top center;
}
nav li a:hover{
    color: #2e95da;
}

/*============================*/
/*=========== SLIDER =========*/
/*============================*/

#banner {
    width: 980px; /* Change this to your images width */
    height: 330px; /* Change this to your images height */
    background-color: gray;
    clear: both;
}
.nivoSlider {
    position: relative;
    width: 100%; /* Change this to your images width */
    height: 100%; /* Change this to your images height */
    background: url(../images/nivo-slider/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/*============================*/
/*=========== SECTION ========*/
/*============================*/

section {
    background: url(../images/icn-section.png) no-repeat 0 27px;
    background-color: #e6e6e6;
    padding: 33px 0;
}
section#interior {
	min-height: 550px;
}
h1 {
    font-size: 2.8em;
    margin: 0 50px 50px 50px;
    color: #234965;
}
h2 {
    font-size: 2.2em;
    margin: 20px auto;
    color: #000;
    margin: 40px 50px 10px 50px;
    padding: 15px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 570px;
    line-height: 1.4em;
}
h3 {
    font-size: 1.8em;
    color: #000;
    margin: 20px 50px 10px 50px;
    padding: 15px 0;
    line-height: 1.6em;
}
h4 {
    font-size: 1.6em;
    color: #224a64;
    margin: 10px 50px 10px 50px;
    line-height: 1.6em;
}
p {
    font-size: 1.6em;
    line-height:1.6em;
    text-align: justify;
    margin: 20px 50px;
}

p a {
	text-decoration: none;
	color: #2e95da;
}
section#interior h1 {
    margin-bottom: 20px;
}
section#inicio h2 {
    font-size: 2.2em;
    margin: 20px auto;
    color: #000;
    background: url(../images/bkgh2.png) repeat-x center left;
    margin: 40px 50px 10px 50px;
    padding: 25px 0;
    text-align: center;
    border: none;
    width: 880px;
}
span#ingresar-datos{
    float: right; 
    
    font-size: 1.6em;
}
span#ingresar-datos a{
    background: url(../images/ingrese-sus-datos.png) no-repeat 0 0;
    width: 254px;
    height: 35px;
    padding-top: 12px;
    padding-left: 60px;
    display: block;
    color: #fff;
    text-decoration: none;
}
span#ingresar-datos a:hover{
    background: url(../images/ingrese-sus-datos.png) no-repeat 0 -47px;
}

section#inicio p {
    width: auto;
}
ul#frases{
    overflow: hidden;
    margin-left: 50px;
}
ul#frases li{
    width: 260px;
    float: left;
    margin-right: 50px;
    text-align: center;
    padding-bottom:5px;
}
ul#frases img{
    background: url(../images/bkgfrase.png) no-repeat bottom center;
    padding-bottom: 9px;
}
ul#frases span{
    font-size: 1.3em;
    font-style: italic;
    color: #5f6166;
    margin-top:10px;
    display: block;
}
ul#frases strong{
    color: #234965;
    font-weight: normal;
    display: block;
    padding-top:5px;
    display: block;
}
aside img{
    display: block;
}
section#interior ul, ol {
    margin-left: 50px;
    overflow: hidden;
    width: 570px;
}
section#interior li {
    font-size: 1.5em;
    color: #666;
    background: url(../images/icn-up.png) no-repeat left 3px;
    padding-left: 20px;
    margin-bottom: 18px;
}
section ul#pq-elegirnos {
    margin-left: 50px;
}
section ul#pq-elegirnos li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    line-height: 1.5em;
}
section ol li{
    width: 250px;
    float: left;
}
section ul#posiciones{
    background: url(../images/img-xpert.jpg) no-repeat right top;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: -30px;

}
blockquote {
    margin-left: 50px;
    width: 570px;
    font-size: 1.8em;
    text-align: center;
    line-height: 2.0em;
    background: url(../images/bkgzigzag.png) repeat-x top left;
    padding: 20px 0;
    margin-top: 20px;
}
blockquote span {
    display: block;
    background: url(../images/bkgzigzag.png) repeat-x bottom left;
    width: 570px;
    height: 20px;
    
}
span.btn-ingrese-datos{
    margin-left: 50px;
    margin-top: 30px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 15px 0;
    width: 570px;
    text-align: right;
}
span.btn-ingrese-datos a{
    font-size: 2.2em;
    text-decoration: none;
    color: #000;
    display: block;
    padding-right: 30px;
    background: url(../images/btn-arrow.png) no-repeat right 0;
}
span.btn-ingrese-datos a:hover{
    color: #555;
    background: url(../images/btn-arrow.png) no-repeat right -25px;

}
#contact {
	margin-left: 50px;
}
#contact label {
    font-size: 14px;
    color: #4b4b4b;
    width: 120px;
    display: inline-block;
    margin-bottom: 20px;
    background: url(../images/icn-up.png) no-repeat center left;
    padding-left: 15px;
}
#contact input, #contact textarea  {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    color: black;
    padding: 8px;
    border: none;
    outline: none;
}
#contact textarea {
    height: 100px;  
}
#contact #nombres, #contact #apellidos, #contact #telefono, #contact #correo, #contact #email, #contact #profesion, #contact #especializacion, #contact #emp-actual , #contact #pos-actual , #contact #comentarios {
    width: 405px;
}
#contact #cv {
	width: 305px;
}
#contact .txt-mensaje{
	float: left;
}
#contact input.btenviar {
    font-family: 'Merriweather', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    background: url(../images/btn-registrar-datos.png) no-repeat left 0;
    color: #FFF;
    margin-left: 138px;
    width: 260px;
    height: 45px;
    border: none;
    clear: left;
    margin-top: 20px;
}
#contact input.btexaminar {
    font-family: 'Merriweather', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    background-color: #545454;
    margin-left: 10px;
}
#mapa {
	margin-left: 50px;
}
#proceso {
	margin-left: 40px;
}
aside ul#otros {
    background: #0b2948;
    margin-left: 0;
    width: 240px;
    padding: 5px 10px 0px 10px;
}
aside ul#otros li{
    background: url(../images/bkg-arrow.png) no-repeat left top;
    padding-left: 23px;
    margin: 10px 0;
}
aside ul#otros li.borde{
    border-bottom: solid 1px #556a7f;
    padding-bottom: 10px;
}
aside ul#otros a {
    text-decoration: none;
    color: white;
    font-size: 1.0em;
}
aside ul#otros a:hover {
	color: #2e95da;
}
/*============================*/
/*=========== FOOTER =========*/
/*============================*/


footer p{
    font-family: Arial,sans-serif;
    font-size: 1.4em;
    color: #e5e5e5;
    line-height: 1.2em;
    float: left;
    width: auto;
    margin-left: 0px;
}
footer p a{
    color: #042034;
    text-decoration: none;
}
footer p a:hover{
    color: #fff;
}
footer li{
    float: right;
    margin-left: 45px;
    margin-top: 10px;
}

footer li.design-by {
    padding-top: 15px;
}
footer li.design-by a{
    text-decoration: none;
    color: #bbb;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    margin-left: 60px;
}











