/* =======================================

                Main Stylesheet
                
                Building on Twitter Bootstrap
                http://twitter.github.com/bootstrap/
                
========================================== */

/*@import url('assets/css/bootstrap.min.css');
@import url('assets/css/bootstrap-responsive.min.css');*/

/* New styles below */

/*label.valid {
  width: 24px;
  height: 24px;
  background: url(assets/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
        font-weight: bold;
        color: red;
        padding: 2px 8px;
        margin-top: 2px;
}*/


/*
        Theme Name: 1stwebdesigner HTML5/CSS3 Layout
        Date: March 2013
        Description: Basic HTML5/CSS3 layout built on a responsive framework
        Version: 1.0
        Author: Christian Vasile
        Author URL: http://christianvasile.com
*/

/* ===========================
   ======= Body style ======== 
   =========================== */
   
@font-face {
    font-family: 'calvinshandregular';
    src: url('../../fonts/calvin-h-webfont.eot');
    src: url('../../fonts/calvin-h-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/calvin-h-webfont.woff') format('woff'),
         url('../../fonts/calvin-h-webfont.ttf') format('truetype'),
         url('../../fonts/calvin-h-webfont.svg#calvinshandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    /*background-image: url('../../../img/panel/bg_panel2.png');*/

    /*background-color: #5FA0C6;*/
    color: #000305;
    font-size: 87.5%; /* Base font size: 14px */
    font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;

}

.body {
    clear: both; 
    margin: 0 auto; 
    width: 100%;
}
/* ===========================
   ======== Messages ========= 
   =========================== */
.info, .success, .warning, .error2, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 90%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../../img/icons/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../../img/icons/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../../img/icons/warning.png');
}
.error2 {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../../img/icons/error.png');
    list-style: none;
}

/*.valid {
    width: 24px;
    height: 24px;
    background: url('../../../img/icons/success.png') center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}*/

.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../../img/icons/validation.png');
}

/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em;
	color:white;}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}
/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
    outline: 0;
}

a img {
    border: 0px; 
    text-decoration: none;
}

a:link, a:visited {
    color: #5fa0c6;
    padding: 0 1px;
    text-decoration: none;
}

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

#message_box{
    width: 100%;
    margin-bottom: 3%;
	margin-top:3%;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.titulo{
margin:0 auto;
	width:100%;
	background: url('../../../img/bg-header-login.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-align:center;
	padding:.5% 0;
	margin-bottom:2%;
}
.control-label{
	color: #0B558D;
	font-size:10pt;
font-weight:lighter;
}
/* ===========================
   ===== Main Navigation ===== 
   =========================== */

/*.mainHeader nav {
        background: #666;
        font-size: 1.143em;
        height: 40px;
        line-height: 30px;
        margin: 0 auto 30px auto;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
        
.mainHeader nav ul {
        list-style: none; 
        margin: 0 auto;
}

.mainHeader nav ul li {
        float: left; 
        display: inline; 
}
        
.mainHeader nav a:link, .mainHeader nav a:visited {
        color: #fff;
        display: inline-block;
        height: 30px;
        padding: 5px 23px;
        text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
        background: #CF5C3F;
        color: #fff;
        text-shadow: none !important;
}
        
.mainHeader nav li a {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}*/


.mainHeader{
    margin:0 auto;
    width:100%;
}
.mainHeader img {
    width: 30%;
    height: auto;
    margin-bottom: 1%;
}
/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
    overflow: hidden;
    /*-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;*/

background:url(../../../img/skyform.jpeg) top center !important;
/*background:linear-gradient(#add8e6,#87ceeb);
background:-moz-linear-gradient(#add8e6,#87ceeb);
background:-o-linear-gradient(#add8e6,#87ceeb);
background:-webkit-linear-gradient(#add8e6,#87ceeb);*/
background-size : 100%;
	
/*background: #5FA0C6; /* Old browsers */

/*background: -moz-linear-gradient(top,  #eaf7ff 0%, #5fa0c6 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf7ff), color-stop(100%,#5fa0c6)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #eaf7ff 0%,#5fa0c6 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #eaf7ff 0%,#5fa0c6 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #eaf7ff 0%,#5fa0c6 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #eaf7ff 0%,#5fa0c6 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf7ff', endColorstr='#5fa0c6',GradientType=0 ); /* IE6-9 */

    /*estilos extras*/	
    /*background-color: #FFF;
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 11px 11px 29px rgba(0, 0, 0, 0.49),  -11px 11px 29px rgba(0, 0, 0, 0.49), -11px -11px 29px rgba(0, 0, 0, 0.49), 11px -11px 29px rgba(0, 0, 0, 0.49);
    -moz-box-shadow:    11px 11px 29px rgba(0, 0, 0, 0.49),  -11px 11px 29px rgba(0, 0, 0, 0.49), -11px -11px 29px rgba(0, 0, 0, 0.49), 11px -11px 29px rgba(0, 0, 0, 0.49);*/
	/*box-shadow:         11px 11px 29px rgba(0, 0, 0, 0.49),  -11px 11px 29px rgba(0, 0, 0, 0.49), -11px -11px 29px rgba(0, 0, 0, 0.49), 11px -11px 29px rgba(0, 0, 0, 0.49);*/
    padding: 0% 3%;
    /*--------------*/

}

.centercontent {
   /* border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 3% 5%;	
    margin-bottom: 3%;
    border-color: #FF8100;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(100%, 88%, 88%); 	*/
}

#icono{
	width:35%;
	float:left;
	text-align:justify;
}
#icon {
width:90%;
}
#encriptacion{
    width:80%;
	background:#124874;
	border:8px solid white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:white;
	margin-top:50%;
	padding:5%;
}

.centercontent-file {
    text-align:center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 1% 5%;	
    margin-bottom: 3%;
    border-color: #FF8100;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(100%, 88%, 88%); 	
}
.centercontent-file2{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 1% 5%;	
    margin-bottom: 3%;
    border-color: #FF8100;
    border-width: 2px;
    border-style: solid;

}
#jq-menu{
    width:100%;
}
#jq-menu a{
    color: black;
}
#jq-menu ul{
    list-style:none;
}
#jq-menu img{
    width:30%;
}
.add-button{
    margin-left:25%;
    width:50%;
}
.fg-toolbar {
    background:red;
}


.centercontentbaner {
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 3% 5%;	
    margin-bottom: 3%;
    border-color: #FF8100;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(100%, 88%, 88%); 
}
.banner-index{
    width:100%;
    border-color: #017CC8;
    border-width: 2px;
    border-style: solid;
    opacity:.90;
}

/*.bottomcontent {
        background-color: #FFF;	
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        padding: 3% 5%;
}*/

.content {
    width: 68%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

.contentform {
    width:100%;
    /*float: right;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

.subpanel {
    width: 68%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
.post-info {
	color:#ffffff;
	font-family:'Spinnaker',sans-serif;
	font-size:1em;
    font-style: italic;
	text-shadow:2px 2px 1px #000000
}
.subpanel-element {
    background-color:#77BCE6;  
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #77BCE6), color-stop(1, #2B93D2));  
    background-image:-webkit-linear-gradient(#77BCE6, #2B93D2);  
    background-image:-moz-linear-gradient(top, #77BCE6, #2B93D2);  
    background-image:-o-linear-gradient(top, #77BCE6, #2B93D2);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#77BCE6', EndColorStr='#2B93D2');  
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 3% 5%;	
    width:38%;
    float: left;
    margin-right: 1%;	
    margin-left: 1%;	
    margin-bottom: 2%;	
    border-bottom-style:ridge;
    border-color:#FFB971;
}

.subpanel-button{
    float:right;
    width:15%;
    margin-left:10px;
}

.subpanel-button:hover{
    opacity:.60 ;
}
#botones-files{
    float:right;
}

#titulo{
    border-bottom-style:groove;
    border-color:#ffb971;
}
.subpanel-element a{
    color:#FFB971;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.subpanel-element a:hover{
    color:white;
}
/* ===========================
   ========== Form =========== 
   =========================== */
.control-label{
	color:#000000;
	font-family:'Spinnaker',sans-serif;
	font-size:1.2em !important;
	font-weight:bold !important
}
#contactform{
    width: 100%;
    font-size: 16px; /* Primary font size of form. Contained elements' font size are all relative to this setting */
}
#contactform a{
	color:#ffffff;
	font-family:'Spinnaker',sans-serif;
	font-size:1em;
	font-weight: bold;
	text-shadow:2px 2px 2px #000000
}
#contactform a:hover{
	color:#00aeff;
	/*opacity:.9;*/
}
#contactform input{
	font-size:1.4em !important
}
#contactform input, #contactform textarea{
    width: 98%;
    border-radius: 15px;
    border: 1px solid gray;
	font:normal 1.3em auto; /* 24px, or 16px x 1.5 */
	font-family:'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 0.4em;
    box-shadow: 0 0 10px gray inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contactform textarea{
    resize:vertical; /* allow vertical resize of textarea */
    height: 200px;
}


#contactform input:focus, #contactform textarea:focus{
    box-shadow: 0 0 10px #00aeff inset;
}


#contactform input[type="radio"], #contactform input[type="checkbox"]{
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
}

#contactform select{
    border: 2px solid #aaaaaa;
    font-size:1.3em;    
	width: 80%;
}

#contactform .formcolumn{ /* column div inside form */
    width: 49%;
    float: left;
}

#contactform .formcolumn:first-of-type{
    margin-right: 2%; /* 2% margin after first column */
}
label.error{
	margin:-3% 0% !important
}
#contactform .formcolumn label{
	color:#000000;
	text-transform:none !important
}
#contactform .formcolumn label, #contactform .formcolumn fieldset{
    font: lighter .8em helvetica, sans-serif, arial; /* font size is 12.8px, or 16 x 0.8 */
    text-transform: uppercase;
    display: block;
    margin-top: 1em;
    margin-bottom: 3px;
	padding-top: 2em !important;
}
.log{
	color:#0B558D;
}
.h2_title{
	color:#ffffff;
	font-family:'Carrois Gothic SC',sans-serif;
	font-size: 2.5em;
	margin-bottom:0%;
	text-shadow:2px 2px 2px #000000
}
#contactform .formcolumn label:first-child, #contactform .formcolumn fieldset:first-child{
    margin-top: 0; /* first label or fieldset within each column should not no top margin */
}

#contactform fieldset ul{
    list-type: none;
    margin:-6% 0% 0% 0%;
    padding: 0;
}

#contactform fieldset ul li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right:.5em;
	margin-top:0% !important
}

#contactform div.buttons{
    clear: both;
    text-align: center;
}

#contactform input.add{
	background:linear-gradient(#00aeff,#4169E1);
	background:-moz-linear-gradient(#00aeff,#4169E1);
	background:-o-linear-gradient(#00aeff,#4169E1);
	background:-webkit-linear-gradient(#00aeff,#4169E1);
	border:0;
	box-shadow: 0 0 10px gray;
	color:#ffffff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9acb', endColorstr='#2c7ab4',GradientType=0 ); /* IE6-9 */
	font-family:'Carrois Gothic SC',sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
    margin-top: 1.5EM;
    margin-right: 1%;
	max-width: 600px;
    min-width: 100px;
	text-shadow:2px 2px 2px #000000;
	width: 30%
}
#contactform input.add:hover{
	background:linear-gradient(#4169E1,#00aeff);
	background:-moz-linear-gradient(#4169E1,#00aeff);
	background:-o-linear-gradient(#4169E1,#00aeff);
	background:-webkit-linear-gradient(#4169E1,#00aeff)
}
#contactform input.cancel{
	background:linear-gradient(#00aeff,#4169E1);
	background:-moz-linear-gradient(#00aeff,#4169E1);
	background:-o-linear-gradient(#00aeff,#4169E1);
	background:-webkit-linear-gradient(#00aeff,#4169E1);
	border:0;
	color:#ffffff;
	cursor: pointer;
	font-family:'Carrois Gothic SC',sans-serif;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	letter-spacing: 2px;
	margin-left: 1%;
    margin-top: 1.5EM;
    max-width: 600px;    
    min-width: 100px;
    text-shadow:2px 2px 2px #000000;
	width: 30%;
}
#contactform input.cancel:hover{
	background:linear-gradient(#4169E1,#00aeff);
	background:-moz-linear-gradient(#4169E1,#00aeff);
	background:-o-linear-gradient(#4169E1,#00aeff);
	background:-webkit-linear-gradient(#4169E1,#00aeff)
}
#contactform input.button:active{
    text-shadow: 0 0 1px #8a8a8a;
    background: rgb(109,0,25);
    background: -moz-linear-gradient(top,  rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,25,1)), color-stop(56%,rgba(143,2,34,1)), color-stop(100%,rgba(169,3,41,1)));
    background: -webkit-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: -o-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: -ms-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: linear-gradient(to bottom,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 );
}
#demo-coupon{
	color:#0b558d;
	font:lighter .8em helvetica,sans-serif,arial;
	padding:10% 0% 0% 0%;
	text-align:center;
	text-transform:uppercase
}
#encrypt{
	color:#0b558d !important;
	font:lighter helvetica,sans-serif,arial;
	padding:8% 0% 0% 0%;
	text-transform:uppercase
}
iframe.fancybox-iframe{
	overflow:hidden;
}
:-ms-input-placeholder{
	color:#999999
}
::-moz-placeholder{
	color:#999999
}
:-moz-placeholder{
	color:#999999
}
::-webkit-input-placeholder{
	color:#999999
}
@media screen and (max-width: 1200px){ /* responsive form settings, when window width is 480px or less */

    #contactform{
        font-size: 12px; /* decrease form font size */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    }

    #contactform .formcolumn{
        width:45%;
        float:left;
    }

    #contactform .formcolumn:first-of-type{
        margin-right: 0; /* remove right margin from first form column */
    }

    #contactform .formcolumn:nth-of-type(2){
        /*padding-top: 2em; /* add padding to top of 2nd form column, so there is a gap between the 1st and 2nd column */
    }

    #contactform select{
        width: 98%;
    }

    #contactform input.add{
        width:32%;
    }

    #contactform input.cancel{
        width:32%;
    }
}
/* ===========================
   ========== Table =========== 
   =========================== */   
.responsive {
    width:100%;
    background-color:#2B93D2;   
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2B93D2), color-stop(1, #77BCE6));  
    background-image:-webkit-linear-gradient(#2B93D2, #77BCE6);  
    background-image:-moz-linear-gradient(top, #2B93D2, #77BCE6);  
    background-image:-o-linear-gradient(top, #2B93D2, #77BCE6);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2B93D2', EndColorStr='#77BCE6');
    color: white;
    padding:1%;	
    text-align:center;
}
.responsive th{
    background:#FF8100;
    color:#3b3b3b;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */
.menu-sidebar {
    width:24%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    background-color: #017BC8;	
    padding: 2% 3%;
    margin-bottom: 2%;
    -moz-box-shadow:inset 0 0 10px #000000;
    -webkit-box-shadow:inset 0 0 10px #000000;
    box-shadow:inset 0 0 10px #000000;
    margin-bottom:20px;
}
.menu-sidebar h2{
    color:white;
    margin-bottom:1%;

}
.submenu{
    width: 100%;
    float: left;
    margin-left: 1%;	
    margin-right: 1%;
    padding: 1%;
    margin-bottom: 2%;
    color:white;
    text-align:right;
    border-bottom-style:outset;
}
.submenu a{
    color:#FF8100;
}
.submenu a:hover{
    color:#01C9F5;
    cursor: pointer;
}
#menu{
    clear:both;
    list-style:url('../../../img/bulet2.png');

}
#menu li a{
    color:white;
}
#menu li:hover{
    list-style:url('../../../img/bulet.png');
}
#menu a:hover{
    color:#515050;
    cursor: pointer;
}
#sidebar-menu{
    clear:both;
    margin-top:4%;
}

.tips-sidebar {
    width: 24%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    background-color:#FF8100;	
    padding: 2% 3%;
    margin-bottom: 2%;
    -moz-box-shadow:inset 0 0 10px #ffffff;
    -webkit-box-shadow:inset 0 0 10px #ffffff;
    box-shadow:inset 0 0 10px #ffffff;
}
.sidebar-new {
    width:23%;
    float: left;
    margin-left: 2%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    padding: 1% 3%;	
    margin-bottom: 3%;
    border-color: #FF8100;
    border-width: 2px;
    border-style: solid;
    background-color: rgb(100%, 88%, 88%); 	
}
.sidebar-new img{
    float:left;
    width:100%;

}
.sidebar-new h2{
    color: orange;
    text-align:center;
} 
#ayuda{
    border-bottom-style:outset;
}
/*.middle-sidebar {
        width: 24%;
        float: left;
        margin-left: 2%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        background-color: #FFF;	
        padding: 2% 3%;
        margin-bottom: 2%;
}

.bottom-sidebar {
        width: 24%;
        float: left;
        margin-left: 2%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        background-color: #FFF;	
        padding: 2% 3%;
}*/

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

.mainFooter {
    width: 100%;
    float: left;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-left: 0;
    background-color: #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
    color: #FFF;	
}

.mainFooter p {
    width: 91%;
    margin: 2% auto;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
}
@media only screen and (max-width:900px){
}
@media only screen and (max-width:800px){
}
@media only screen and (max-width: 640px){
	#contactform .formcolumn{
	float:left;
    width:100%
	}
	#contactform fieldset ul{
		margin:-3% 0% 0% 0%;
	}
	label.error{
	margin:-1.5% 0% !important
	}
}
@media only screen and (max-width: 520px){
}
@media only screen and (max-width:480px){
}
@media only screen and (max-width: 320px){
}
@media only screen and (min-width : 150px) and (max-width : 780px){
    .body {
        clear: both; 
        margin: 0 auto; 
        width: 95%;
        font-size: 90%;
    }
	#icono{
	font-size: 0.65em;
}

    /*.mainHeader nav {
            background: #666;
            font-size: 1.143em;
            height: 160px;
            line-height: 30px;
            margin-bottom: 0;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
    }
            
    .mainHeader nav ul {
            list-style: none; 
            margin: 0 auto;
            padding-left: 0;
    }
    
    .mainHeader nav li {
            margin-left: 0 auto;
            width: 100%;
    }
    
    .mainHeader nav a:link, .mainHeader nav a:visited {
            color: #FFF;
            display: block;
            height: 30px;
            padding: 5px 0;
            text-decoration: none;
    }
    
    .mainHeader nav a:active,
    .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
            background: #CF5C3F;
            color: #fff;
            text-shadow: none !important;
    }
            
    .mainHeader nav li a {
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
                    
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
    }*/

    .mainContent {
        overflow: hidden;
        line-height: 25px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .centercontent {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        padding: 2% 5%;
        margin-bottom: 4%;
    }

    .centercontentbaner {
        display: none;
    }

    /*.bottomcontent {
            background-color: #FFF;	
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;	
            padding: 2% 5%;
    }*/

    .content {
        width: 100%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
    }	

    .post-info {
        display: none;
    }

    .tips-sidebar {
        display: none;
        /*width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        background-color: #FFF;	
        margin-top: 4%;
        margin-left: 0;
        padding: 0 7%;
        margin-bottom: 0;*/		
    }

    /*.tips-sidebar p {
            width: 90%;
    }*/

    .menu-sidebar {
        width: 86%;
        float: left;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        background-color: #017BC8;
        margin-top: 4%;
        margin-left: 0;
        padding: 0 7%;
        margin-bottom: 20px;		
    }

    .menu-sidebar p {
        width: 90%;
    }
    #sidebar-menu{
        clear:both;
    }
    .menu{
        list-style:url('../../../img/bulet.png');
    }
    /*.top-sidebar {
            width: 86%;
            float: left;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;	
            background-color: #FFF;	
            margin-top: 4%;
            margin-left: 0;
            padding: 0 7%;
            margin-bottom: 0;		
    }
    
    .top-sidebar p {
            width: 90%;
    }

    .middle-sidebar {
            width: 86%;
            float: left;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;	
            background-color: #FFF;	
            margin-top: 4%;
            margin-left: 0;
            padding: 0 7%;
            margin-bottom: 0;	
    }
    
    .middle-sidebar p {
            width: 90%;
    }
    
    .bottom-sidebar {
            width: 86%;
            float: left;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;	
            background-color: #FFF;	
            margin-top: 4%;
            margin-left: 0%;
            padding: 0 7%;
            margin-bottom: 1%;
    }
    
    .bottom-sidebar p {
            width: 90%;
    }*/

    .mainFooter {
        width: 100%;
        float: left;
        margin: 2% 0;
        padding-left: 0;
        background-color: #666;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
        color: #FFF;	
    }

    .mainFooter p {
        width: 86%;
        margin: 2% auto;
    }

}