body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#454545;
	line-height:1.4;
	background-color: #EFEFEF;
	margin:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

tr.alt td {
background-color:#f5f5f5;
}

tr.over td {
background-color:#C6D8DF;
	text-shadow: #F4F4F4 0px 1px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
}

ul {
	list-style-type: none;
	list-style-image: url(../images/0.png);
}

.ulverde {
	list-style-type: none;
	list-style-image: url(../images/0.png);
}

hr { background-color: #ccc; border: 0; height:1px; }

object { outline:none; }



/*/////////////////////////////////////// FORM ///////////////////////////////*/


FORM {
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
 }

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#454545;
	line-height:1.4;
}


.botonsote {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	-webkit-appearance: none;
}

.botonsito {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px;
	-webkit-appearance: none;
}

.border0 {
border:0;
}

.round_input {
	width:380px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color:#fff;
	background:transparent;
    padding:10px;
	border:2px solid #ccc;
    transition:all linear 0.15s;
	-webkit-appearance: none;
	outline:none;
}

.round_input:focus {
	background:#000;
	color:#fff;
	border:2px solid #000;
    padding:10px;
	-webkit-appearance: none;
	outline:none;
}

.round_input_trans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#454545;
	background:#fff;
	border:1px solid #fff;
    padding:6px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline:none;
}

.login_input {
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	color:#333;
	border:1px solid #bbb;
	background:#bbb;
    padding:2px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline:none;
}

.login_input:hover {
	border:1px solid #ddd;
	background:#ddd;
	outline:none;
}

.botonLogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background:#D1182B;
	padding:3px 6px;
	border:1px solid #D1182B;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonLogin:hover {
	color:#fff;
	background:#ff0000;
	border:1px solid #ff0000;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteIndex {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:transparent;
	padding:20px 50px;
	border:2px solid #E33320;
	-webkit-appearance: none;
    transition:all linear 0.15s;
}

.botonsoteIndex:hover {
	color:#fff;
	background:#E33320;
	border:2px solid #E33320;
	cursor:pointer;
	-webkit-appearance: none;
}

.botonsoteIndex2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#454545;
	background:transparent;
	padding:20px 50px;
	border:2px solid #454545;
	-webkit-appearance: none;
    transition:all linear 0.15s;
}

.botonsoteIndex2:hover {
	color:#fff;
	background:#E33320;
	border:2px solid #E33320;
	cursor:pointer;
	-webkit-appearance: none;
}

.botonCuenta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333;
	background:#fc0;
	padding:3px 6px;
	border:1px solid #fc0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonCuenta:hover {
	color:#333;
	background:#ff0;
	border:1px solid #ff0;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#AFB322;
	padding:10px;
	border:1px solid #AFB322;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonRed:hover {
	color:#fff;
	background:#C6CA26;
	border:1px solid #C6CA26;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonVerde {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background:#95AC35;
	padding:3px 6px;
	margin-top:3px;
	border:1px solid #95AC35;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonVerde:hover {
	color:#fff;
	background:#738529;
	border:1px solid #738529;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonAzul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	background:#25868D;
	padding:3px 6px;
	margin-top:3px;
	border:1px solid #25868D;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonAzul:hover {
	color:#fff;
	background:#30ACB6;
	border:1px solid #30ACB6;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonAmarillo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:#AF4C85;
	padding:3px 6px;
	margin-top:3px;
	border:1px solid #AF4C85;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonAmarillo:hover {
	color:#fff;
	background:#AF4C85;
	border:1px solid #AF4C85;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteRojo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#A0162F;
	padding:10px;
	border:1px solid #A0162F;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteRojo:hover {
	color:#fff;
	background:#f00;
	border:1px solid #f00;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteAzul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#25868D;
	padding:10px;
	border:1px solid #25868D;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteAzul:hover {
	color:#fff;
	background:#30ACB6;
	border:1px solid #30ACB6;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteAmarillo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#ADCF19;
	padding:10px;
	border:1px solid #ADCF19;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonsoteAmarillo:hover {
	color:#fff;
	background:#A2BF17;
	border:1px solid #A2BF17;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonNoticia {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	background:#95AC35;
	padding:3px 6px;
	margin-top:3px;
	border:1px solid #95AC35;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonNoticia:hover {
	color:#fff;
	background:#738529;
	border:1px solid #738529;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}

.botonIndex {
  display: inline-block;
  margin: 10px;
	padding:3px 6px;
  background: #99CC00;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.7);

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0));
	-webkit-appearance: none;
}

.botonIndex:hover {
	background:#AFEA00;
	-webkit-appearance: none;
}

form.contacto label.error, label.error {
	color:#ff0;
	font-size:10px;
	padding-left:5px; 
	display: inline-block none;
	text-transform:uppercase;
}

/*label.error {
	display:block;
}
*/
input.error, select.error, textarea.error { 
	width:380px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color:#ff0;
	background:#000;
    padding:10px;
	border:2px solid #E33320;
    transition:all linear 0.15s;
	-webkit-appearance: none;
	outline:none;
}

.error{
	color:#ff0;
	font-size:12px;
}

.warning{
	color:#ff0;
	font-size:12px;
	text-transform:uppercase; 
}

.example{color:#666;}
.not_example{color:#f00;}

.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#069;
}

/*///////////////////////////////////////////////////////// CUERPO ////////////////////////////////////////////////////*/



.top {
	background: #000;
	background-image:url(../images/bac_top.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top1 {
	background: #069;
	background-image:url(../images/top1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top2 {
	background: #069;
	background-image:url(../images/top2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top3 {
	background: #069;
	background-image:url(../images/top3.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top4 {
	background: #069;
	background-image:url(../images/top4.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top5 {
	background: #069;
	background-image:url(../images/top5.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top6 {
	background: #069;
	background-image:url(../images/top6.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top7 {
	background: #069;
	background-image:url(../images/top7.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top8 {
	background: #069;
	background-image:url(../images/top8.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top9 {
	background: #069;
	background-image:url(../images/top9.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.top10 {
	background: #069;
	background-image:url(../images/top10.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}


#menucontainer {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

#divMenu1, #divMenu2 {
	width:175px;
	position:absolute;
	text-align:left;
	display:none;
	z-index:3000;
}

#divMenu3 {
	width:180px;
	position:absolute;
	text-align:left;
	display:none;
	z-index:3000;
}

#divMenu4 {
	width:165px;
	position:absolute;
	text-align:left;
	display:none;
	z-index:3000;
}

.lineaV {
	background-image:url(../images/lineaV.png);
	background-repeat:repeat-y;
	background-position:top center;
}

.celdaIndex {
	background-color: #BEBDB8;
	background-image: url(../images/i1.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTop1 {
	background-color: #ebebeb;
	background-image: url(../images/top1.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTop2 {
	background-color: #ebebeb;
	background-image: url(../images/top2.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTop3 {
	background-color: #ebebeb;
	background-image: url(../images/top3.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTop4 {
	background-color: #ebebeb;
	background-image: url(../images/top4.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTop5 {
	background-color: #ebebeb;
	background-image: url(../images/top5.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTopTJ {
	background-color: #ebebeb;
	background-image: url(../images/topTJ.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celda30 {
	padding:30px;
}

.celda20 {
	padding:20px;
}

.celda15 {
	padding:15px;
}

.celda10 {
	padding:10px;
}

.cate {
	font-family: 'Oswald', Arial, sans-serif;
	font-size:24px;
	color:#fff;
	background:rgba(44, 69, 95, 0.75);
	padding:15px;
	left:1px;
	bottom:1px;
	position:absolute;
	z-index:200;
}

/*.categoria {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	background:#ebebeb ;
	padding:8px 15px;
	border:1px solid #D1182B;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.categoria:hover {
	color:#fff;
	background:#ff0000;
	border:1px solid #ff0000;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
*/

.separador {
	background-image: url(../images/separador.png);
	background-position: center center;
	background-repeat:no-repeat;
}

.separador2 {
	background-image: url(../images/separador2.png);
	background-position: center center;
	background-repeat:no-repeat;
}

.bacS {
	background-image: url(../images/bac_s.gif);
	background-position: top center;
	background-repeat:repeat-y;
}

.bacBot {
	background-image: url(../images/bac_bot.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:30px;
}

.categoria {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	background:#ebebeb ;
	padding:8px 15px;
	border:1px solid #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.categoria:hover {
	color:#fff;
	background:#ff0000;
	border:1px solid #ff0000;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
	
	
.celdaSponsor {
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	padding-top:20px;
}

.celdaProd {
	border:1px solid #ebebeb;
	padding:15px;
	opacity:1;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.celdaProd:hover {
	border:1px solid #999;
	padding:15px;
	opacity:.7;
/*	box-shadow: 0 0 12px rgba(0,0,0,0.2);
*/}

.celdaCont1 {
	background-image: url(../images/bac.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTrans {
	background-image:url(../images/bac_trans_bco.png)
}

.celdaSer {
	background:#fff;
	border:1px solid #ccc;
	outline:4px solid #ebebeb;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;	
    outline-radius:9px;
    -moz-outline-radius:9px;
    -webkit-outline-radius:9px;	
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.AceldaSer:hover {
	padding:10px;
	background:#fff;
	box-shadow:3px 3px 5px rgba(0,0,0,0.4);
}

.celdaBacSer {
	background-image: url(../images/bac_ser.png);
	background-position: left top;
	background-repeat:repeat-x;
	border-top:1px solid #ccc;
	padding:10px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.celdaCliente {
	background:#fff;
	border:1px solid #ccc;
	padding:15px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.celdaCliente:hover {
	border:1px solid #069;
	padding:15px;
	box-shadow: 5px 5px 12px rgba(0,0,0,0.4);
}


.celdaGal {
	border-bottom:1px dotted #cccccc;
	background-color:#fff;
	padding:15px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.celdaGal:hover {
	background-color:#ebebeb;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
	border-bottom:1px solid #ebebeb;
}

.menuSocio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#454545;
	background:#f5f5f5;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.menuSocio:hover {
	background:#fc0;
	color:#000;
	cursor:pointer;
}

.tabInactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	background:  rgba(0,153,153,0.4);
	padding:15px 30px;
	border-bottom:1px solid #ccc;
	border-top:1px solid rgba(0,153,153,0.3);
	border-right:1px solid rgba(0,153,153,0.3);
}

.tabInactive:hover {
	background:  rgba(0,153,153,0.6);
}

.tabActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2FA9B7;
	background:#fff;
	padding:15px 30px;
	border-bottom:1px solid #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}

.tab0 {
    border-bottom:1px solid #ccc;
}

.celda30round {
	padding:30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px
}

.celda30rounded {
	padding:30px;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}

.celda30rounded13 {
	padding:30px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px
}

.celdaRound {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px
}

.celdaRounded {
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}

.celdaRedonda {
    position: relative;
	border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
  border: 15px solid rgba(255,255,255,0.5);
}

.celdaRedonda:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 15px solid rgba(255,255,255,0.5);
	border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.celdaRounded6 {
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.celdaRound12 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px
}

.celdaRound1 {
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px
}

.celdaRound2 {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px
}

.celdaRound3 {
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px
}

.celdaRound4 {
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px
}

.celdaRound34 {
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.celdaInide {
	background-image: url(../images/bac_inide.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.celdaFlechaCal {
	background-image: url(../images/flecha_cal.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.celdaFlechaTestimonio {
	background-image: url(../images/flecha_testimonio.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.celdaSombraDer {
	background-image: url(../images/bac_sombra.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.celdaSombraDer2 {
	background-image: url(../images/bac_sombra2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.celdaNoticia {
	border-top:1px solid #fff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #fff;
	background-color:#f5f5f5;
}

.celdaCarrera {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background:#fff;
	background-image: url(../images/trans.gif);
	background-position: center center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #cccccc;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.celdaCarrera:hover {
	background:#f5f5f5;
	color:#222;
	background-image: url(../images/bac_flechaCH.png);
	background-position: right center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.celdaCarreraTit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:20px;
}

.rayado {
	text-decoration:line-through;
}

.bottom {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
}

.fechaCal {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
}

.foto {
	border:7px solid #fff;
}

.foto1 {
	border:1px solid #fff;
}


.fotoIzq {
	border:1px solid #86a3bf;
	margin-right:10px;
}

.fotoIzq2 {
	margin-right:10px;
}

.fotoIzq30 {
	margin-right:30px;
	padding-right:30px;
}

.fotoDer {
	margin-left:10px;
}

.fotoNota {
	border:5px solid #fff;
	margin-right:10px;
}

.mayusculas {
	text-transform:uppercase;
}

.fechaNota {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#777777;
}

.celdaFlechaCal {
	background-image: url(../images/flecha_cal.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.tablaInfoDiplomado {
	border:1px solid #ccc;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	padding:20px;
	background-color:#f5f5f5
}
	
#loginForm {
	position:absolute;
	width:178px;
	z-index:10;
	background-color:#7F7F7F;
	background-image: url(images/bac_menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:8px;
	border:4px solid #7F7F7F;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	z-index:100;
}

.bacTop {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.bacTop_i {
	background-image: url(../images/top_i.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.formasGris ul{ 
	padding:0 0 30px 0;
	margin:30px 0;
	border-bottom:2px dotted #D5E691;
}  

.formasGris ul li{ list-style:none; display:block;}  

.formasGris li{ 
	padding:5px;
	margin-bottom:5px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}  

.formasGris li:hover { 
	background:#D5E691;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	cursor:pointer;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}  

.formasGris li h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-left:20px;
}

.bacSer {
	background-image: url(../images/bac_ser.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
}

.bacInfo {
	background-image: url(../images/bac_info.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.bacVerde {
	background-image: url(../images/bac_verde.png);
	background-position: right bottom;
	background-repeat:no-repeat;
}

.bacVerde2 {
	background-image: url(../images/bac_verde2.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.paginar {
color:#999999;
font-size:10px
}

A.paginar2:LINK, A.paginar2:VISITED, A.paginar2:ACTIVE { 
	color:#fff;
	background-color:#bbb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding:2px 4px;
	border:1px solid #bbb;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-decoration:none;
}

A.paginar2:hover {
	color:#FFF;
	background-color:#D1182B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding:2px 4px;
	border:1px solid #D1182B;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-decoration:none;
}

.borderBottom {
	border-bottom:1px dashed #ccc;
}

.area2 {
    text-transform:uppercase;
    font-size:32px;
    letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#93B4B7
}

.nombre {
	color:#fff;
    text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
/*	font-family: 'PT Sans', sans-serif;
*/	font-weight:bold;
    font-size:40px;
    letter-spacing:15px;
    margin:0px;
}

.area1 {
    text-transform:uppercase;
    font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
    letter-spacing:5px;
    margin:0px;
}

.area {
    text-transform:uppercase;
    font-size:13px;
	font-weight:bold;
    letter-spacing:5px;
	font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    margin:0px;
	color:#fff;
}

.sombraBottom {
	background-image: url(../images/sombra_bottom.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.rayaUp {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.rayaDown {
	border-bottom:1px dotted #999999;
	padding-bottom:20px;
}

.sombra {
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.zoom{
    background-size:100%;
	background-position:center center; 
	background-repeat:no-repeat;
	opacity:1;
	border:1px solid #fff;
	transition:all linear 0.15s;
}

.zoom:hover{
    background-size:120%;
	opacity:1;
	border:1px solid #fff;
}

.zoom2{
    background-size:180%;
	opacity:1;
	transition:all linear .15s;
}

.zoom2:hover{
    background-size:200%;
	opacity:1;
}


.rayos {
	background-image:url('../images/bac_planes.jpg');
	background-position:center center; 
	background-repeat:no-repeat;
}

#elmenu {
	position:relative;
	float:left;
}

.sombra2 {
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.sombra2:hover {
	position: relative;
	-webkit-box-shadow: 0px 3px 26px 3px rgba(00, 00, 00, 0.15);
	box-shadow: 0px 3px 26px 3px rgba(00, 00, 00, 0.25);
	text-decoration:none;
  }

.sombra3 {
	position: relative;
	-webkit-box-shadow: 0px 3px 26px 3px rgba(00, 00, 00, 0.45);
	box-shadow: 0px 3px 26px 3px rgba(00, 00, 00, 0.45);
	text-decoration:none;
	border:0;
  }

#lonuevo ul, #lonuevo li{
	margin:0;
	padding:0;
	list-style:none;
}
#lonuevo, #lonuevo li{ 
	width:100%;
	overflow:hidden;
}
#nextA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#f5f5f5;
	padding:3px 6px;
	border:1px solid #f5f5f5;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	margin-left:30px;
	text-decoration:none;
}

#nextA:hover {
	background:#fff;
	border:1px solid #fff;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	text-decoration:none;
}

#prevA {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#f5f5f5;
	padding:3px 6px;
	border:1px solid #f5f5f5;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	text-decoration:none;
}

#prevA:hover {
	background:#fff;
	border:1px solid #fff;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	text-decoration:none;
}


.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*/////////////////////////////////////// LINKS ///////////////////////////////*/



A:LINK, A:VISITED, A:ACTIVE { text-decoration: none; color:#28929D}
A:hover {text-decoration: underline; color:#28929D}

A.negroLink:LINK, A.negroLink:VISITED, A.negroLink:ACTIVE { text-decoration: none; color:#000000}
A.negroLink:hover {text-decoration: underline; color:#000000}

A.grisLink:LINK, A.grisLink:VISITED, A.grisLink:ACTIVE { text-decoration: none; color:#333}
A.grisLink:hover {text-decoration: underline; color:#333}

A.blancoLink2:LINK, A.blancoLink2:VISITED, A.blancoLink2:ACTIVE { text-decoration: underline; color:#ffffff;}
A.blancoLink2:hover {text-decoration: underline; color:#000;}

A.blancoLink:LINK, A.blancoLink:VISITED, A.blancoLink:ACTIVE { text-decoration: none; color:#ffffff;}
A.blancoLink:hover {text-decoration: underline; color:#ffffff;}

A.azulLink:LINK, A.azulLink:VISITED, A.azulLink:ACTIVE { text-decoration: none; color:#488EC1;}
A.azulLink:hover {text-decoration: underline; color:#488EC1;}

A.azuloLink:LINK, A.azuloLink:VISITED, A.azuloLink:ACTIVE { text-decoration: none; color:#28A2B3;}
A.azuloLink:hover {text-decoration: underline; color:#28A2B3;}

A.amarilloLink:LINK, A.amarilloLink:VISITED, A.amarilloLink:ACTIVE { text-decoration: none; color:#FF9;}
A.amarilloLink:hover {text-decoration: underline; color:#FF9;}

A.azulLink2:LINK, A.azulLink2:VISITED, A.azulLink2:ACTIVE { 
	text-decoration: none;
	color:#488EC1;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
 }
A.azulLink2:hover {text-decoration: underline; color:#488EC1;}

A.bottomLink:LINK, A.bottomLink:VISITED, A.bottomLink:ACTIVE { text-decoration: none; color:#ccc}
A.bottomLink:hover {text-decoration: underline; color:#ccc; }

A.linkBotonsote:LINK, A.linkBotonsote:VISITED, A.linkBotonsote:ACTIVE { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#FFF;
	background:transparent;
	padding:20px 50px;
	border:2px solid #E33320;
	-webkit-appearance: none;
    transition:all linear 0.15s;
 }
A.linkBotonsote:hover {
	color:#fff;
	text-decoration:none;
	background:#E33320;
	border:2px solid #E33320;
	cursor:pointer;
	-webkit-appearance: none;
	}


/*/////////////////////////////////////// MENUS ///////////////////////////////*/



#topmenu {
	width:100%;
	position:fixed;
	top:0;
	z-index:999;
}

a.anchor {
    display: block;
    position: relative;
    top: -117px;
    visibility: hidden;
}

.menuBac {
    background: -moz-linear-gradient(0% 100% 90deg, #004B96, #4991F3);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4991F3), to(#004B96));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4991F3', endColorstr='#004B96',GradientType=0 ); /* ie */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4991F3', endColorstr='#004B96',GradientType=0 ); /* ie 8 */
	border-top:1px solid #4991F3;
	border-bottom:1px solid #004B96;
}

.menuStart {
	color:#666;
    background: rgba(0,0,0,0); 
	background-image: url(../images/trans.gif);
	background-position: center center;
	background-repeat:no-repeat;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menutit {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.menumini {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.menuStart:hover {
	color:#fff;
    background: rgba(0,0,0,.3); 
/*    background: #7AA2A5;
*/	background-image: url(../images/flecha_menu_top.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	cursor:pointer;
}

.menuActive {
	color:#fff;
    background: #2FA9B7;
	background-image: url(../images/flecha_menu_top2.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	border-bottom:0;
	cursor:pointer;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menuTop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
    background: #8AD9E1;
	padding:0 12px;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.menuTop:hover {
	color:#fff;
    background: #65CCD8;
	cursor:pointer;
}

.menuEDUcontrol {
	width:45px;
	height:36px;
	display:block;
	line-height:36px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
    background: #AAC4C6;
	padding:0 12px;
	border-left:1px solid #7AA2A5;
    -webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.menuEDUcontrol:hover {
	width:180px;
	color:#fff;
    background: #000;
}

.menuUser {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color:#fff;
    background: #2FA9B7;
	padding:5px;
	border-bottom:1px dotted #97D4DB;
}

.menuUser:hover {
	color:#227A84;
    background: #97D4DB;
	cursor:pointer;
}

.menuAdminStart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#ebebeb;
	border-left:1px dotted #cacaca;
	padding:8px
}

.menuAdminOver {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#882BAC;
	border-left:1px dotted #cacaca;
	padding:8px
}



/*/////////////////////////////////////// TIPOGRAFIA ///////////////////////////////*/


.negra {
	color:#000
}

.blanca {
	color:#FFFFFF
}

.gris {
	color:#999
}

.grisO {
	color:#666
}

.azul {
	color:#75A2A2
}

.azul2 {
	color:#2FA9B7
}

.azulC {
	color:#81B0D3
}

.azulC2 {
	color:#34BCC7
}

.azulC3 {
	color:#64EEE8
}

.azulO {
	color:#629393
}

.azulO2 {
	color:#488EC1
}

.azulO3 {
	color:#28A2B3
}

.azulO4 {
	color:#1A2737
}

.cafe {
	color: #c30
}

.naranjaC {
	color:#D4866A
}

.roja {
	color:#E33320
}

.verde {
	color:#758A11
}


.vino {
	color:#740015
}

.vinoC {
	color:#A0162F
}


.line0 {
		line-height:1;
}

.arial30 {	
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.arial24 {	
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.arial20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.arial20blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
}

.arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.arial18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.arial16boldBlanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

.arial16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}


.arial15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.arial14Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.arial14BoldNegra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000
}

.arial14BoldBlanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#fff
}

.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.geneva24 {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.geneva24blanca {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.geneva24roja {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#990000;
}

.geneva24gris {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.geneva24verde {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#859C25;
}

.geneva24azulO {
	font-size: 24px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#0099CC ;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

.fechaGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:888;
	padding-left:20px;
}

.cambio {
	font-weight:bold;
	font-size:11px;
}

.oswald18 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.oswald18light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.oswald20 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.oswald20light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.oswald22 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.oswald22light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
}

.oswald24 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.oswald24light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
}

.oswald30 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
}

.oswald30light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height:1 normal;
}

.oswald40 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
}

.oswald40light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height:1 normal;
}

.oswald50 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 50px;
	font-weight: 400;
}

.oswald50light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height:1 normal;
}

.oswald60 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 60px;
	font-weight: 400;
}

.oswald460light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 60px;
	font-weight: 300;
	line-height:1 normal;
}

.ptsans16 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}

.ptsans20 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
}

.ptsans24 {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
}

.ptsans30 {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
}
.ptsans60 {
	font-family: 'PT Sans', sans-serif;
	font-size: 60px;
}
.ptsans90 {
	font-family: 'PT Sans', sans-serif;
	font-size: 90px;
}

/*/////////////////////////////////////// JQUERY SCROLL TABS ///////////////////////////////*/


#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 380px;
    width: 980px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFf url(../images/bac_ser.jpg) no-repeat bottom right;
}

.scrollContainer div.panel {
    padding: 30px;
    height: 330px;
    width: 920px;
}

.scrollContainer div.panel ul {
	list-style-type: none;
	list-style-image: url(../images/0.png);
}

.scrollContainer div.panel li {
    margin-left: 340px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0 0 9px 30px;
	background:#fff;
}

ul.navigation li {
    display: inline;
    margin-right: 3px;
}

ul.navigation a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
	font-weight:bold;
    background-color: #D1182B;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

ul.navigation a:hover {
    background-color: #ff0000;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

ul.navigation a.selected {
    background-color: #ff0000;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


/*/////////////////////////////////////// CARROUSEL LITE ///////////////////////////////*/



  
.carousellite { width:100%;
	padding:0;
	margin:0;
 }  

.carousellite ul li{ 
	list-style:none; 
	display:block;
 }  

.carousellite ul{ 
	padding:0;
	margin:0;
 }  

.carousellite li{ 
	background:transparent;
	color:#454545;
	padding:10px;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
	border-top-left-radius:45px;
	border-bottom-left-radius:45px;
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}  

.carousellite li:hover { 
	background:#fff;
	background-image: url(../images/bac_flechaCH.png);
	background-position: right center;
	background-repeat:no-repeat;
	border:1px solid #f5f5f5;
	cursor:pointer;
}  
  
.clear { clear: both; }



/*/////////////////////////////////////// FORMAS BOTTOM INDEX ///////////////////////////////*/



  
.formasBottom { width:100%; }  

.formasBottom ul{ padding:0; margin:0   }  

.formasBottom ul li{ list-style:none; display:block;}  

.formasBottom li{ 
	padding:5px;
	background:#C0DA5C;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}  

.formasBottom li:hover { 
	background:#D5E691;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	cursor:pointer;
}  
.formasBottom li h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	font-weight:normal;
	padding:0;
	margin:0;
	padding-left:20px;
}
  


/*#scrollInst { 
margin: 0 auto 0 auto; 
width:250px; 
height:300px; 
overflow-y:hidden; 
overflow-x:hidden; 
}*/



/*////////////////////////////////////////// SLIMBOX //////////////////////////////////////////*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222d3f;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}








/*////////////////////////////////////////// FUULSCREEN //////////////////////////////////////////*/





ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section{
	text-align:center;
}

#menus ul {
  display: inline;
}

#menu ul {
	display:inline-block;
	padding:0;
	margin:0;
}

#menu li {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height:1;
	display:inline-block;
	list-style-type: none;
	margin:0;
	padding:15px 0;
	color: #fff;
	background:#000;
    -webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;

}
#menu li:hover{
	background: rgba(227,51,32, 0.5);
	color:#fff;
}
#menu li.active{
	background: #E33320;
	color: #fff;
}
#menu li.active:hover{
	background: #E33320;
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu{
	position:relative;
	z-index: 70;
	width: 100%;
	text-align:center;
	padding: 0;
	margin:0;
}

#idioma{
	position: fixed;
	z-index: 99;
	right: 255px;
	top: 15px;
}






@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
#titprecios{
	display:none;
}
#footer{
	display:none;
}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
#titprecios{
	display:none;
}
}



@media all and (device-width: 640px) and (device-height: 960px) and (orientation:portrait) {
#titprecios{
	display:none;
}
#footer{
	display:none;
}
}

@media all and (device-width: 640px) and (device-height: 960px) and (orientation:landscape) {
#titprecios{
	display:none;
}
#footer{
	display:none;
}
}


/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */