
@font-face {
    font-family: "Cambria";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("fonts/cambria/cambria_math.woff") format("woff"), url("fonts/cambria/cambria_math.ttf") format("truetype");
}
@font-face {
    font-family: "CambriaB";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("fonts/cambria/cambria_bold.woff") format("woff"), url("fonts/cambria/cambria_bold.ttf") format("truetype");
}
@font-face {
    font-family: "yummy";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("fonts/yummy.woff") format("woff"), url("fonts/yummy.ttf") format("truetype");
}


* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; width: 100%; max-width: 100% }

body {
    font-size: 12px;
    line-height: 20px;
    font-family: arial, sans-serif;
    color: #806c6c;
  	background: #dcd5bc;
}

a { color: #e10b0b; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
h2 { font-family: 'Roboto', CambriaB; font-size: 22px; color: #343434; }
h3 { font-family: 'Roboto', CambriaB; font-size: 16px; color: #343434; }

.shell { width: 100%; }
header { background: url(images/header.png) no-repeat center 0; height: 92px; }
header .shell { position: relative; z-index: 40;}
#logo { width: 150px; position: absolute; top: 5px; left: 2%; font-size: 0; line-height: 0; }
#logo a { height: 80px; display: block; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; }

#logo2 { width: 150px; position: absolute; top: 5px; left: 2%; font-size: 0; line-height: 0; }
#logo2 a { height: 80px; display: block; background: url(images/logo2.png) no-repeat 0 0; text-indent: -4000px; }

.usuario { width:150px; float:left; position:relative; top: 16px; left: 80%; font-size: 10px;}
.usuario button {
    cursor: pointer;
    cursor: hand;
}
.loginperfil { width: 50px; float:left; position:relative; left: 81%; top: 24px; cursor: pointer; cursor: hand;}

/* contact */
.contact { float: right; padding-top: 55px; }
.contact p { float: left; padding-left: 24px; position: relative; font-size: 17px; color: #fff; text-shadow: rgba(0,0,0,0.3) 1px 1px 1px; }
.contact p a { color: #fff; }
.contact p.phone-ico { padding-right: 17px; }
.contact p.ico span { background: url(images/ico.png) no-repeat 0 0; width: 16px; height: 15px; display: block; position: absolute; top: 2px; left: 0; }
.contact p.phone-ico span { background-position: 0 bottom; }
/* end of contact */

/* navigation */
.shell ul {  }
#navcent { width:750px; margin: 0 auto; }
#navigation { background: url(images/navigation.png) repeat-x 0 0; height: 50px; line-height: 50px; font-family: 'Roboto', CambriaB; font-size: 14px; position: relative; z-index: 20; }
#navigation ul { list-style: none; list-style-position: outside; position:absolute; }
#navigation ul li { float: left; padding-right: 15px; }
#navigation ul li.last { padding-right: 0; }
#navigation ul li a { color: #f7fbfc; position: relative; float: left; }
#navigation ul li a:hover { color: #1b1815; text-decoration: none; text-shadow: rgba(255,255,255,0.4) 1px 1px 1px; }
#navigation ul li a span { background: url(images/bottom-arrow.png) no-repeat 0 0; position: absolute; bottom: -14px; left: 50%; margin-left: -9px;  width: 18px; height: 19px; z-index: 10; display: none; }
#navigation ul li a:hover span,
#navigation ul li.active a span { display: block; }

#navigation ul.submenu {
	width:330px;
    display: none;
    position: absolute;
    border-radius: 4px;
    border: 3px solid #a41212;
    font-family: 'Roboto', CambriaB;
    font-size: 16px;
}

#navigation ul.submenu li {
    width: 330px;
    float:left;
    background-color: #ffffff;
    opacity: .85;
    padding-right: 0;
    height: 30px;
    padding-bottom: 10px;


}
#navigation ul.submenu li a {
    color: #a41212;
    text-align: left;
    padding-left: 4px;

}
#navigation ul.submenu li a:hover {
    color: snow;
    color: #1b1815;
    width: 326px;
    height: 40px;
    background-color: #FED1D1;
}
#navigation li:hover ul.submenu {
	width: 330px;
    display: block;
    z-index: 90;
    top:45px;
}
/* end of navigation */

/* slider */
.slider-holder { background: #000 url(images/slider-holder.png) no-repeat center 0; height: 30%; position: relative; z-index: 5; margin-top: -4px; }
/*.slider-holder .shell { padding-top: 15px; position: relative; height: 312px; width:720px; margin-left: auto; margin-right: auto; }*/
.slider-holder .shell { padding-top: 15px; position: relative;width:45%; margin-left: auto; margin-right: auto; }
/*.flexslider { border: 1px solid #645c52; height: 271px; width: 700px; position: relative; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }*/
.flexslider { border: 1px solid #645c52;position: relative;width: 93%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
.flexslider ul.slides { list-style: none; list-style-position: outside;  position: relative; overflow: hidden; }
/*.flexslider ul.slides li { float: left; height: 271px; width: 700px; position: relative; }*/
.flexslider ul.slides li { float: left; width: 95%; position: relative; }
/*.flexslider ul.slides li img { width: 700px; height: 271px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }*/
.flexslider ul.slides li img { width: 59%;  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
/*.flexslider ul.slides li .slide-cnt { padding: 24px 20px 22px 23px; position: absolute; top: 0px; right: 0; width: 205px; background: url(images/slide-cnt.png) repeat 0 0; min-height: 299px;
border-radius: 0px 5px 6px 0; -moz-border-radius: 0px 5px 6px 0; -webkit-border-radius: 0px 5px 6px 0; -o-border-radius: 0px 5px 6px 0; }*/
.flexslider ul.slides li .slide-cnt { padding: 24px 20px 22px 23px; position: absolute; top: 0px; right: 0; width: 35%;height: 90%;  background: url(images/slide-cnt.png) repeat 0 0;
border-radius: 0px 5px 6px 0; -moz-border-radius: 0px 5px 6px 0; -webkit-border-radius: 0px 5px 6px 0; -o-border-radius: 0px 5px 6px 0; }
.flexslider ul.slides li .slide-cnt h2 {  color: #ccc8bd; font-size: 23px; line-height: 30px; padding-bottom: 20px; }
.flexslider ul.slides li .slide-cnt p { color: #ccc8bd; font-size: 13px; padding-bottom: 42px; }
.flexslider ul.slides li .slide-cnt p a { font-size: 11px; }
.flexslider ul.slides li .slide-cnt a.slider-btn { width: 205px; height: 35px; padding: 0 0 0 0; background: url(images/slider-btn.png) repeat-x 0 0; display: block; text-align: center; position: relative; line-height: 35px;
font-size: 18px; font-weight: bold; color: #000; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3); -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; text-shadow: rgba(255,255,255,0.1) 2px 2px 1px;}
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { text-decoration: none; background-position: 0 bottom; }
/* end of slider */






/* services */
.services { background-color: #fff; padding-top: 12px; padding-bottom: 12px; }
.services h2 { float: left; font-size: 22px; font-weight: normal; padding-bottom: 15px; padding-left: 3px; color: #3c2323; }
.services a.all-services { float: right; font-size: 14px; margin-right: 10px; }
.services .boxes { margin: 0 auto; position: relative; width: 940px; }
.services .box { width: 175px; float: left; position: relative; }
.services .box + .box { padding-left: 14px; }

.services .box a { float: left; background: #000 url(images/box.png) repeat-x 0 0; padding: 3px 3px 6px 3px;
 box-shadow: 3px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1); -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
 border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.services .box a img { width: 170px; height: 75px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.services .box h3 { text-align: center; font-size: 12px; }
.services .box a h3 { color: #fff;  }
.services .box a:hover { text-decoration: none; background-position: 0 bottom; background-color: #c91616;  }
/* end of services */

/* main */
.main { background: url(images/main.png) repeat-x 0 0;background-color: #fff; padding-top: 32px; padding-bottom: 28px; }
.main p { padding-bottom: 20px; }

.contenbox { margin-left:2%; font-family: 'Roboto', Cambria; font-size: 19px; color: #343434;}
.content1 { width:20%; float: left; }
.content1 h2 { padding-bottom: 15px; }
.content2 { width: 73%; float: left; margin-left: 2%; text-align: justify;}
.content2 h2 { padding-bottom: 10px; }
.content3 {
width:40%;
float:left;
margin: 0 auto;
display:block;
text-align:center;
}
.content4 {width:58%; float: left; margin-left:15px; margin-top: 19px; text-align: justify;}
.content5 {
    width:40%;
    float: left;
    margin-left: 2%;
    margin-top:30px;
    display:block;
 }


.color1 {
    color: #285685;
}
.color2 {
    font-family: 'Oswald', CambriaB;
    font-weight: 700;
    color:#d22612;
}
.boton {
    cursor: pointer;
    cursor: hand;
}

aside { width: 225px; float: right; margin-right: 10% }
aside h2 { padding-bottom: 14px; }
aside .widget { padding-bottom: 28px;  }
aside .img-holder { margin-right: 14px;  float: left; width: 59px; height: 59px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border: 1px solid #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3); -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.3); }
aside .img-holder:hover { border-color: #cc1515;   }
aside .img-holder img { width: 59px; height: 59px; display: block;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
/* end of main */

html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0px; }
#footer, #footer-push { height: 49px; }
#footer { background: url(images/footer.png) repeat-x 0 0; line-height: 47px; height: 49px; }
#footer .footer-nav { float: left; font-size: 11px; color: #5f5f5f; margin-left:2%; }
#footer .footer-nav a { color: #5f5f5f; margin-right: 29px; }
#footer .footer-nav a:hover,
#footer .footer-nav a.active { color: #d11212; text-decoration: none; }
#footer p.copy { float: right; color: #5f5f5f; font-size: 11px; margin-right: 2%; }
#footer p.copy a { color: #717171; text-decoration: underline; }
#footer p.copy a:hover { text-decoration: none; }


.menu_simple ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

.menu_simple ul li {
    padding-bottom: 3px;
}


.menu_simple ul li a {
    text-decoration: none;
    color: white;
    padding: 10.5px 11px;
    background-color: #446388;
    display:block;
}

.menu_simple ul li a:visited {
    color: white;
}

.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #5d81ab;
}


.lista_foro ul {
    margin: 0 auto;
    padding: 0;
    width: 60%;
    list-style-type: none;
}

.lista_foro ul li {
    padding-bottom: 10px;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #aaa;
    text-decoration: none;
    color: gray;
    padding: 10.5px 11px;
    background-color: #e1daca;
    display:block;
    margin-bottom: 5px;
}

.lista_foro_resp ul {
    width: 94%;
    padding-left: 6%;
}

.lista_foro_resp ul li {
    background-color: #cfcfc4;
}

.foro_alta {
    margin: 0 auto;
    padding: 0;
    width: 60%;
}

.foro_alta input, textarea:disabled
{
    background:#dddddd;
}

.foro_alta input, textarea
{
    border-radius: 5px;
}

.lista_foro2 ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 12px;
    list-style-type: none;
    cursor: pointer;
    cursor: hand;
}

.lista_foro2 ul li {
    padding-bottom: 5px;
    border: 1px solid;
    border-radius: 3px;
    /*box-shadow: 10px 10px 10px #aaa;*/
    text-decoration: none;
    color: white;
    padding: 5px 11px;
    background-color: #446388;
    display:block;
    margin-bottom: 5px;
}

.lista_foro2 ul li:hover, .lista_foro2 ul li .current {
    color: white;
    background-color: #5d81ab;
}


input[type=radio].css-checkbox {
    display:none;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:27px;
    height:22px;
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -22px;
}

label.css-label {
    background-image:url(images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content_popup {
    font-family: Roboto;
    font-size: 22px;
    line-height: 28px;
    background-color: #ffffff;
    color: #446388;
    width: 400px;
    height: Auto;
    padding: 15px;
    border: 5px solid;
    border-radius: 8px;
}

#pago_popup {
    font-family: Roboto;
    font-size: 22px;
    line-height: 28px;
    background-color: #ffffff;
    color: #446388;
    width: 400px;
    height: Auto;
    padding: 15px;
    border: 5px solid;
    border-radius: 8px;
}


#login_popup {
    font-family: Roboto;
    font-size: 22px;
    line-height: 28px;
    background-color: #ffffff;
    color: #446388;
    width: 400px;
    height: Auto;
    padding: 15px;
    border: 5px solid;
    border-radius: 8px;
}


/* BUTTON UNIVERSAL SYLES */
.button-wrapper {
    /*margin: 0 auto;*/
    margin:0;
    padding: 20px 0;
    width: 420px;
    clear: both;
}

.button-wrapper a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Oswald',Arial,sans-serif;
}


/* ################# BUTTON STYLE 3 ################# */

.a-btn-3{
    background:#80a9da;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
    background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-3-text{
    padding-top:10px;
    display:block;
    font-size:18px;
    white-space:nowrap;
    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
    color:#446388;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-3-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#63707e;
    text-shadow:0px -1px 1px #363f49;
    color:#fff;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:38px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-3-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-3-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(http://design14.volusion.com/v/proofs/Hack_Day_CSS3/images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-3:hover{
    padding-right:340px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn-3:hover .a-btn-3-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn-3:hover .a-btn-3-slide-text{
    width:260px;
}
.a-btn-3:hover .a-btn-3-icon-right span{
    opacity:1;
}
.a-btn-3:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}

.miImagen{
    float:left;
    padding: 5px;
    margin: 15px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 15px #000000;
-webkit-box-shadow: 0px 0px 15px #000000;
box-shadow: 0px 0px 15px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
opacity: 0.85;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 59);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 59);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}

/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* set global font to Open Sans */
body {
  font-family: 'Open Sans', 'sans-serif';
  background-image: url(http://benague.ca/files/pw_pattern.png);
}

/* css for title */
h1 {
  color: #55acee;
  text-align: center;
}

.link {
  border-bottom: 2px dotted #55acee;
  text-decoration: none;
  color: #55acee;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}

.link:hover {
  color: #2ecc71;
  border-bottom: 2px dotted #2ecc71;
}

/* css for the shiny buttons */
.btn {
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  font-size: 22px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  display: inline-block;
}

.btn:hover {
  cursor: url(sym46.cur), auto;
}
.azul {
  color: #55acee;
  border: 2px #55acee solid;
}

.azul:hover {
  background-color: #55acee;
  color: #fff
}

.verde {
  color: #2ecc71;
  border: 2px #2ecc71 solid;
}

.verde:hover {
  color: #fff;
  background-color: #2ecc71;
}

.rojo {
  color: #e74c3c;
  border: 2px #e74c3c solid;
}

.rojo:hover {
  color: #fff;
  background-color: #e74c3c;
}

.purpura {
  color: #9b59b6;
  border: 2px #9b59b6 solid;
}

.purpura:hover {
  color: #fff;
  background-color: #9b59b6;
}

.naranja {
  color: #e67e22;
  border: 2px #e67e22 solid;
}

.naranja:hover {
  color: #fff;
  background-color: #e67e22;
}

.amarillo {
  color: #f1c40f;
  border: 2px #f1c40f solid;
}

.amarillo:hover {
  color: #fff;
  background-color: #f1c40f;
}

.misbotones{
  padding-top: 30px;
  text-align: center;
}

.hide {
  display: none;
}
