@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);

html {
    height: 100%;
    min-width: 320px;
    max-height: 100%;	
	font-size: 62.5%;
}
body {
	width: 100%;
    height: 100%;
	max-height: 100%;
	font-size: 1.8rem;
    line-height: 1.5em;
    color: #3e3e3e;
    background: #333;
}
nav {
    width: 30%;	
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #1f1f1f;	
    overflow: auto;
    z-index: 1;
    border-right: #f8ce27 3px solid;
}
nav ul {
    width: 100%;
    height: 50%;	
    position: absolute;
	top: 15%;
    display: block;
    padding: 46px 11.4%;
    margin: 30px 0 30px 0;
}
nav li {
    width: 100%;
    padding: 10px 0 15px 0;	
    border-bottom: 1px solid #3e3e3e;
}
nav li a {
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: color 1s ease;
    font-weight: 700;
}
nav li a span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
    color: #f8ce27;
}
nav li {
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: color 1s ease;
    font-weight: 700;
}
nav li span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
    color: #f8ce27;
}
nav li a:hover {
	color: gray;
}
nav li:last-child {
    border-bottom: none;
}

main {
    width: 70%;
    position: relative;
    margin: 0 0 0 30%;
	background: #fff;
}
article {
    padding: 70px 11.14% 20px 11.14%;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1, article h2 {
	margin-bottom: 25px;
}
article h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.5em;
    font-weight: 700;
    line-height: 40px;
}
article h2 {
    font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 200;
	color: #696969;
    font-weight: 300;
    letter-spacing: 1px;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;	
    border-left: #f8ce27 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
@media only screen and (max-width: 900px) {
    nav {
        display: none;
    }
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }	
}

@media only screen and (max-width: 500px) {
    main {
        width: 100%;
        max-width: none;
        margin: 0% auto;
    }
    article {
        width: auto;
        font-size: 0.8em;
        line-height: 1.6em;
    }
    article h1 {
    font-size: 40px;
    line-height: 38px;
    }
}

#mobile_view{display: none;}
/*  ESTILOS DEFAULT - FIN PLANTILLA -  */

/*  ESTILOS CUSTOM */

#desktop_view, #mobile_view{margin: 0 auto}
#desktop_view .wrapper{
    width: 590px;
    height: 690px;
    overflow: hidden;
}
.imageFull{width: 100%;}
#mobile_view .wrapper{
    height: 400px;
    overflow: hidden;
}

/*  MEDIA QUERY AJUSTES MOBILE  */
@media (max-width: 400px) {
    #mobile_view{display: block;}
    #desktop_view{display: none;}
}

/* lista items */
.list_items {
    width: 95%;
    margin: 0 auto;
}

.main .list_items ul li{
    color: red;
    list-style-type: square;
}
.list_items ul li{
    background: #fd6a37;   
}

#bullet{
   list-style-type: square;
   color: #fd6a37;
    margin-bottom: 20px;
}
#bullet span {
       color: black;
}

/* footer menu final */
#menu_abajo .menu_final{
    font-family: 'Roboto', Helvetica, sans-serif;
    margin: 30px auto 10px auto;
}
#menu_abajo .menu_final h4{
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 100;
    font-size: 10px;
    color: #a7a7a7;
}
#menu_abajo .menu_final .menuItems{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 5px;
    font-size: 12px;
    font-style: italic;
}
#menu_abajo .menu_final .menuItems a{
    text-decoration: none;
    color: #2c2c2c;
}
#menu_abajo .menu_final .menuItems a:hover{
    text-decoration: none;
    border-bottom: 4px solid #0083BE;
    cursor: pointer;
}
#menu_abajo .menu_final .menuItems_current{
    border-bottom: 4px solid #F6B331;
    cursor: pointer;
    
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 10px;
    font-size: 12px;
    font-style: italic;
}
#menu_abajo .menu_final .menuItems_current a{
    text-decoration: none;
    color:#000;
}

#menu_abajo .menu_final .menuItems_current {
    border-bottom: 4px solid #f8ce27;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 10px;
    font-size: 12px;
    font-style: italic;
}

#menu_abajo .menu_final {
    font-family: 'Roboto', Helvetica, sans-serif;
    margin: 30px auto 10px auto;
}