/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


@font-face {

	font-family: 'general';
    src: url('../imgs/swis721-cn-bt-roman.ttf');
    font-weight: normal;
    font-style: normal;
   
}

html {
    color: #333;
    font-size: 2.5em;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
	
}


ul {
     list-style: none;
}

.foto{
	width:"100%";
    background: #931977;
    border:solid 5px rgb(200,200,200);
    -webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;

} 


a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fae;
	    font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #fff;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

video {
	position: fixed;
	min-width:100%;
	min-height:100%;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1000;
	/*
	width: 100%;
	height:100%;
    vertical-align: middle;
	*/
}


audio,
canvas,
iframe,
img,
svg
{
	
	/*
	width: 100%;
	height:100%;
    vertical-align: middle;
	*/
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    /* background: #110000;  */
/* Montossi este es el fondo */
	margin: 0;
	font-family: 'general',Arial,sans-serif;
    font: 16px/26px;
}



.wrapper {
    width: 100%;
    margin: 0 5%;
}



/* ===================
    ALL: Orange Theme
   =================== */




.header-container {
    border-bottom: 0px solid #788f71;
	
}



.footer-container,
.main aside {
/*
    border-top: 20px solid #8f1880;
*/
}

.header-container,
.footer-container,
.main aside {
/*
    background: #8f1880;
*/
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: #46013d;
    background: #788f71;
    border:solid 0px rgb(200,200,200);
    -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}
nav a:link {
	color: #fff;
	text-decoration: none;
}
nav a:visited {
	text-decoration: none;
	color: #fff;
}
nav a:hover {
	text-decoration: underline;
	color: #cfc;
}
nav a:active {
	text-decoration: none;
	color: #fff;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0;
}



.main article h1 {
    font-size: 2em;

}

.main aside {
/*
	background-color:rgb(255,255,255);
	border:solid 6px rgb(200,200,200);
	-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;
	color:#666666;
	padding: 0px 0px 0px 0px ;
*/
}




.footer-container footer {
    color: #46013d;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.totales {

text-align:justify;
	
}   
/* SLIDER */   
.slider{
  
width: 95%;
margin: auto;
overflow:hidden;

/*width: 600px;
height: 300px;
float:left;

*/

}

.slider ul {
	display: flex;
	padding: 0;
	width: 500%;
	
	
	animation: cambio 35s infinite alternate;
	animation-timing-function: inherit;
}

.slider li {
	width:100%;
	list-style: none;
}

.slider img {

  -webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
	width:100%;
}

@keyframes cambio{
	
	0% { margin-left: 0; }
	10% { margin-left: 0; }

	20% { margin-left: -100%;}
	30% { margin-left: -100%;}

	50% { margin-left: -200%;}
	60% { margin-left: -200%;}
	
	70% { margin-left: -300%;}
	80% { margin-left: -300%;}
	
	90% { margin-left: -400%; }
	100% { margin-left: -400%; }

	
	/*
	
	0% { margin-left: 0; }
	18% { margin-left: 0; }

	20% { margin-left: -100%;}
	38% { margin-left: -100%;}

	40% { margin-left: -200%;}
	58% { margin-left: -200%;}
	
	60% { margin-left: -300%;}
	80% { margin-left: -300%;}
	
	82% { margin-left: -400%; }
	100% { margin-left: -400%; }
	*/
	
}

.s_element{
position:relative;
width:100%;
height:100%;
display:none;

}

.s_visible{

display:block;

}

#ele1{
background-image: url(../img/ele1.jpg);
}

#ele2{
background-image: url(../img/ele2.jpg);

}

#ele3{
background-image: url(../img/elex.png);

}





   
/* CONVERTIDOR */

	
.cotizacion  table{ 
   /* border:solid 1px #eee;
   padding:0.5em;
	margin: 0% 0% 0% 0%;
    border-radius:12px;
    width: 100%;*/
   
	background-color:rgb(255,255,255);
	border:solid 6px rgb(200,200,200);
	-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;
	color:#666666;
	   padding:0.5em;

   
    }

.cotizacion tr th { 
    background-color:#eee;
    font-size:0.6em;
	
    }

.cotizacion .valores {
	
	text-align:center;
	color:#222222;
	font-size:1.7em;

    }
	
.cotizacion .valores2 {
	
	text-align:center;
	color:#222222;
	font-size:1.7em;

    }

.cotizacion .valores3 {
	
	text-align:center;
	color:#222222;
	font-size:2.3em;

    }	
	
.cotizacion .moneda { 
    text-align:left;
	font-size:0.8em;
    }

.cotizacion .moneda2 { 
    text-align:left;
	font-size:1.1em;
    }

.cotizacion .moneda3 { 
    text-align:left;
	font-size:1.6em;
    }	
	
.cotizacion td { 
    border-bottom:solid 1px #eee;
    }

		
#convertidor { 
    border:solid 1px #eee;
    padding:0px;
    border-radius:12px;
    width: 100%;
    }
	
#convertidor form input { 	
margin: 10px;
background-color: #fff;
border: solid 1px #eee;
border-radius: 8px;
font-size: 1.0em;
font-weight: bold;
padding: 5px;
color: green;
		   }

#convertidor form select { 	
background-color: #788f71;
border: solid 1px #000;
color: #fff;
font-size: 0.8em;
padding: 3px;
margin: 5px;
border-radius: 5px;
}

#convertidor .boton { 	
background-color: green;
solid 1px solid black;
color: #FFF;
padding: 5px;
margin: 5px;
border-radius: 5px;
font-size: 1.0em;
font-weight: bold;
 }

#convertidor .boton:hover{ 	
background-color: gray;
solid 3px #000;
color: #FFF;
padding: 5px;
margin: 5px;
border-radius: 5px;
font-size: 1.0em;
font-weight: bold;
}

#convertidor #resultado{ 
text-align:center;
background-color: rgba(233, 237, 190, 1);
border: 1px solid rgba(255, 255, 255, 1);
color: rgba(1, 0, 0, 1);
padding: 10px;
margin: 10px;
border-radius: 5px;
}










/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style-type: none;
}


    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        margin-top: 1%;
        float: right;
        width: 48%;
    }

/* ============
    WIDE: Main
   ============ */

  
    .main article {
        float: right;
        width: 40%;
		margin: -5% 0% 0% 0% ;

    }

    .main aside {
        float: left;
        width: 58%;
    }
	
	
	
}

@media only screen and (min-width: 1140px) {



/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 90%; /* 1140px - 10% for margins ancho */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
