
body {
    background-color:#ccc;
    background-image:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/opacity.png);
}

.container {
    max-width:900px;
    margin:0 auto;
}
.mystyle{ 
height: 20px;
}

.mystyle2{ 
width: 400px;
margin-right: 50px;

}

h1 {
    color:#fff;
}

.important{
	background: #A9D0F5;
	opacity: 0.8;
	width:100%;
    text-align: center;
}

.important2{
	background: #F3F781;
	opacity: 0.9;
	width:90%;
    text-align: center;
	}
	
.enlace1{color: #0000FF;}
a.enlace1:link{text-decoration:none; color:#0000FF;};
a.enlace1:active{text-decoration:none; color:#5858FA;}
a.enlace1:visited{text-decoration:none;color:#4000FF;} 
	
.enlace2{color: #2E9AFE;}
a.enlace2:link{text-decoration:none; color:#2E64FE;};
a.enlace2:active{text-decoration:none; color:#2E9AFE;}
a.enlace2:visited{text-decoration:none;color:#0101DF;} 

.enlace3{color: #0174DF;}
a.enlace3:link{text-decoration:none; color:#0174DF;};
a.enlace3:active{text-decoration:none; color:#0174DF;}
a.enlace3:visited{text-decoration:none;color:#088A85;} 

img {
    /*width:100%;
    height:100%;*/
}

/*HEADER*/

#header {
    width:100%;
    height:auto;
    overflow:hidden;
    background-color:#2d2e5e;
    background-image:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/opacity2.png);
}

#header .top {
    width:100%;
    min-height:100px;
    background-image:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/opacity3.png);
    position:relative;
    margin-top:50px;
    z-index:9999;
}


#header .top #logo {
    height:100px;
    background:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/logo.png) no-repeat 50% 50%;
    background-size:auto auto;
}


#footer {
    width:100%;
    
    overflow:hidden;
    background-color:#2d2e5e;
    background-image:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/opacity2.png);
    margin-top:50px;
    border-top:4px solid #111;
}

#footer p {
    color:#c0c0c0;
    margin:15px;
    font-size:12px;
}

#footer p a {
    color:orange;
    text-decoration:none;
}

#navWrapper {
   padding:30px;
}

#navWrapper ul {
    float:right;
}

.intro {
    text-align:center;
    margin:.3em;
    padding:1.5em;
    font-family:'Dosis';
    
}

.intro h1 {
    font-size:4em;
    color:#b7b7b7;
    
    text-shadow:1px 2px 0px #000;
    
}

/*BLOCKS*/
.block {
    margin:15px;
    padding:10px;
    background:#f8f8f8;
    border:1px solid #ebebeb;
    overflow:hidden;
}

.title {
    margin-bottom:0;
    padding:10px;
    text-align:center;
    /*border-bottom:2px groove #f4f4f4;*/
    border-top:2px groove #fff;
   
    background-color:#ddd;
    background-image:url(file:///C|/Users/hector/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/images/opacity.png);
}

.title h2,.title h3 {
    color:#000;
    font-size:24px;
    font-family:'Dosis';
    color:#1a4d81;
    text-shadow: -2px 1px 2px #fff;
}

.bigTitle {
    margin:15%;
    color:#999;
    font-size:42px;
    font-weight:normal;
    text-shadow:0px 0px 5px #f1f1f1;
    

}


.tooltips p {
    display:block;
    padding:10px;
    background:#eee5ff;
    cursor:pointer;
    border:1px solid #ccc;
    margin-bottom:10px;
}

.tooltips p:hover {
    background:#e8e8e8;
}


.grid_system p {
    /*background:#ccc;*/
    padding:5px;
    font-size:10px;
    overflow:hidden;
    white-space:nowrap;
    text-align:center;
}




/*SLIDER*/
#slideShow {
    width:100%;
    height:350px;
}

#slideShow img {
    width: 100%;
    height: auto;
}

.content {
 margin: 5px;
margin-right: 80px;
background: rgba(21, 242, 252, 0.8);
color: #fff;
width: 250px;
text-align: center !important;
}

.s2 .content {
    background:#222;
    text-align:center;
    font-weight:400;
    font-family:'Dosis';
    font-size:16px;
}

.s3 .content {
    background:rgba(115,255,255,.5);
    color:#ccc;
}

@media only screen and (min-width: 600px) {
    #slideShow {
        height:350px;
    }
    
    #slideShow img {
        height:350px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 600px) {
    #slideShow {
        height:150px;
    }
    
    #slideShow img {
        height:150px;
    }
    
    .content {
        margin:5px;
        font-size:10px;
    }
    
    .s2 .content {
        font-size:10px;
    }
    
    .s3 .content, .s1 .content {
        width:150%;
        height: 20px;
        font-size:10px;
    }
    
    #slideShow .title {
        display: none;
    }
}

ul.slideControl {
    list-style:none;
    background:#efefef;
    padding:5px;
    margin:0 auto;
    width:50%;
    overflow:hidden;
    width:200px;
    border:5px solid #ccc;
    border-top:none;
    opacity:.5;
    border-radius:0 0 20px 20px;
    
}

ul.slideControl li {
    float:left;
    padding:13px;
    background:#ccc;
    margin:9px;
    cursor:pointer;
}

ul.slideControl li:hover, ul.slideControl li.current {
    background:#555;
}


div.opt {
    margin:10px;
    background:#eee;
    padding:5px;
}

span.option {
    font-weight:700;
}

span.description {
    margin-left:10px;
}

.table1 tr{
    background-color: #F6E3CE;
    align: center;
}