body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#454545;
	line-height:1.4;
	background-color: #f5f5f5;
	background-image: url(../images/bac.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

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:320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background:#f5f5f5;
	border:2px solid #ccc;
    padding:10px;
    -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;
}

.round_input:focus {
	background:#fff;
	border:2px solid #778C9D;
    padding:10px;
}

.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;
}

.login_input:hover {
	border:1px solid #ddd;
	background:#ddd;
}

.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);
}

.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);
}

.botonNaranja {
    margin: 10px;
	padding:10px; 
	color:#fff;
	background-color:#B4AFA0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	border:0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	text-decoration:none;
	transition: all 0.3s ease-out;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
-webkit-appearance:none;
}

.botonNaranja:hover {
	background-color:#c30;
	text-decoration:none;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.botonRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#c30;
	padding:10px;
	border:1px solid #c30;
    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:#c00;
	border:1px solid #c00;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.botonsoteAzul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#0063AC;
	padding:10px;
	border:1px solid #0063AC;
    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:#06c;
	border:1px solid #06c;
	cursor:pointer;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}

.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);
}

.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;
}

.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;
}


form.forma label.error, label.error {
	color:#cc0000;
	font-size:10px;
	padding-left:5px; 
	display: none;
}

/*label.error {
	display:block;
}
*/
input.error, select.error, textarea.error { 
	width:320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background:#f5f5f5;
	border:2px solid #E33320;
    padding:10px;
    -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;
}

.warning{
	color:#E33320;
	font-size:10px; 
}

.example{color:#666;}
.not_example{color:#f00;}

/*///////////////////////////////////////////////////////// CUERPO ////////////////////////////////////////////////////*/


#header {
	width:100%;
	height:150px;
	position:fixed;
	z-index:900;
}

.top {
	border-bottom:5px solid #EE2F23;
}

#esq_logo {
	position:absolute;
	top:135px;
	left:100px;
	background:url(../images/esq_logo.png);
	width:230px;
	height:60px;
	z-index:9999;
}

.esq_foto {
	position:absolute;
	top:0;
	right:0;
	background:url(../images/esq_foto.png);
	width:43px;
	height:132px;
	z-index:99999;
}


.celdaMapamundi {
	background-image: url(../images/mapamundi.jpg);
	background-position: center center;
	background-repeat:no-repeat;
}

.celdaIndex {
	background-color: #BEBDB8;
	background-image: url(../images/i1.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTest {
	background-color: #E3730D;
	background-image: url(../images/bac_test.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaEsq2 {
	background-image: url(../images/esq_logo2.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.celdaTop2 {
	background-color: #BEBDB8;
	background-image: url(../images/top2.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}


.celda30 {
	padding:30px;
}

.celda20 {
	padding:20px;
}

.celda15 {
	padding:15px;
}

.celda10 {
	padding:10px;
}

/*.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);
}
*/

.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);
}
	
.cate {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#fff;
	background:rgba(0, 0, 0, 0.75);
	padding:15px;
	bottom:0;
	position:absolute;
	z-index:200;
}
	
.celdaCont1 {
	background-image: url(../images/bac.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.celdaTrans {
	background:rgba(255, 255, 255, 0.75);
}

.celdaSer {
/*	border-left:5px solid #ccc;
*/    -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;
}

.celdaSer:hover {
	background:rgba(100, 100, 100, 0.05);
/*	border-left:5px solid #bbb;
*/    -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;
	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;
}


/*.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:#454545;
	background:#fff;
	padding:8px 20px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}

.tabActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#419639;
	background:#fff;
	padding:8px 20px;
	border-bottom:1px solid #fff;
	border-left:1px solid #ccc;
}

.tab0 {
    border-bottom:1px solid #ccc;
}

.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: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 20px solid rgba(255,255,255,0.5);
	border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}

.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;
}

.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;
}

.celdaFlechaCal {
	background-image: url(images/flecha_cal.png);
	background-repeat: no-repeat;
	background-position: left 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;
}

.celdaTip {
	background:#fff;
	border-bottom:1px dotted #cccccc;
	padding:12px 0;
    -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;
}

.celdaTip:hover {
	background:#f5f5f5;
	border-bottom:1px dotted #cccccc;
	padding:12px 0;
}

.error{
	color:#cc0000;
	font-size:10px; 
}

.bottom {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
}

.fechaCal {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
}

.foto {
	border:1px solid #f5f5f5;
}

.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;
}

.top1 {
	background-image: url(../images/top1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top1b {
	background-image: url(../images/top1b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.top2 {
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top2b {
	background-image: url(../images/top2b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.top3 {
	background-image: url(../images/top3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top3b {
	background-image: url(../images/top3b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.top4 {
	background-image: url(../images/top4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top4b {
	background-image: url(../images/top4b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.top5 {
	background-image: url(../images/top5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.top6 {
	background-image: url(../images/top6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.lineaH {
	background-image: url(../images/lineaH.png);
	background-position: center top;
	background-repeat:repeat-x;
}

.lineaV {
	background-image: url(../images/lineaV.png);
	background-position: center top;
	background-repeat:repeat-y;
}


.bacTop {
	background-image: url(../images/top1.jpg);
	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;
}

.area{
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    margin:0px;
	color:#0063AC;
}

/*.sombraBottom {
	background-image: url(../images/esq_bottom.png);
	background-position: left top;
	background-repeat:no-repeat;
}
*/
.rayaUp {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.rayaDown {
	border-bottom:1px dotted #999999;
	padding-bottom:20px;
}

.desaturate{
    filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter: gray; 
    -webkit-filter: grayscale(1); 
	transition:all linear 0.15s;
}

.desaturate:hover{
    filter: grayscale(0%); 
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); 
    filter: ; 
    -webkit-filter: grayscale(0); 
}

.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:135%;
	background-position:center center; 
	background-repeat:no-repeat;
	opacity:1;
	transition:all linear 0.15s;
}

.zoom2:hover{
    background-size:155%;
	opacity:1;
}

.captionC {
	color:#fff;
	background:rgba(174,109,0,0.8);
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight:400;
	cursor:pointer;
	
}

.bacC1 {
	background-image: url(../images/c1b.png);
	background-position: center center;
	background-repeat:no-repeat;
    -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;
}

.bacC1:hover {
	background-image: url(../images/c1c.png);
	background-position: center center;
	background-repeat:no-repeat;
}


#slide2{
	position: relative;
	background-image:url('../images/bac2.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#ccc;
	height:auto;
}

#slide3{
	position: relative;
	background-image:url('../images/bac3.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#ccc;
	height:auto;
}

#slide4{
	position: relative;
	background-image:url('../images/bac4.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#ccc;
	height:auto;
}

#slide5{
	background-image:url('../images/mapamundi2.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#343839;
	height:auto;
}

#slide6{
	background-image:url('../images/bacSomos2.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#ccc;
	height:auto;
}

#slide7{
	background-image:url('../images/bacContacto.jpg');
	background-position:center center;
	background-attachment: fixed !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-color:#ccc;
	height:auto;
}

.sombraFoto {
	box-shadow:0 0 12px rgba(0,0,0,0.5);
}


/*/////////////////////////////////////// LINKS ///////////////////////////////*/



A:LINK, A:VISITED, A:ACTIVE { text-decoration: none; color:#239AA7}
A:hover {text-decoration: underline; color:#239AA7}

A.azulLink:LINK, A.azulLink:VISITED, A.azulLink:ACTIVE { text-decoration: none; color:#0063AC}
A.azulLink:hover {text-decoration: underline; color:#0063AC}

A.naranjaLink:LINK, A.naranjaLink:VISITED, A.naranjaLink:ACTIVE { text-decoration: none; color:#F08900}
A.naranjaLink:hover {text-decoration: underline; color:#F08900}

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.blancoLink:LINK, A.blancoLink:VISITED, A.blancoLink:ACTIVE { text-decoration: none; color:#ffffff;}
A.blancoLink:hover {text-decoration: underline; color:#ffffff;}

A.bottomLink:LINK, A.bottomLink:VISITED, A.bottomLink:ACTIVE { text-decoration: none; color:#ccc}
A.bottomLink:hover {text-decoration: underline; color:#ccc; }



/*/////////////////////////////////////// MENUS ///////////////////////////////*/


A.idioma:LINK, A.idioma:VISITED, A.idioma:ACTIVE {
	font-family: 'Oswald', Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	color:#fff;
    background: #778C9D; 
	padding:5px 10px;
	border:1px solid #778C9D;
	border-radius:5px;
	text-decoration: none;
    -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.idioma:hover {
	color:#778C9D;
    background: #fff;
	border:1px solid #778C9D;
	cursor:pointer;
	text-decoration: none;
}

A.idioma2:LINK, A.idioma2:VISITED, A.idioma2:ACTIVE {
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	color:#778C9D;
    background: transparent; 
	padding:10px;
	border:2px solid #778C9D;
	text-decoration: none;
    -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.idioma2:hover {
	color:#fff;
    background: #778C9D;
	border:1px solid #778C9D;
	cursor:pointer;
	text-decoration: none;
}

.boton {
	font-family: Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	color:#778C9D;
    background: transparent; 
	padding:10px;
	border:2px solid #778C9D;
	text-decoration: none;
    -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;
}

.boton:hover {
	color:#fff;
    background: #778C9D;
	border:2px solid #778C9D;
	cursor:pointer;
	text-decoration: none;
}

.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:#444;
    background: #fff; 
	padding:0 25px;
	border-top:0;
	border-left:1px dotted #CAD7DD;
	border-right:0;
	border-bottom:0;
    -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;
}


.menuStart h4 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#444;
	margin:0;
	padding:0;
    -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;
}

.menuStart span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#EE2F23;
	text-transform:uppercase;
    -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;
}

.menuStart:hover {
	color:#fff;
    background: #EE2F23;
	padding:0 25px;
	border-top:0;
	border-left:1px solid #EE2F23;
	border-right:0;
	border-bottom:0;
	cursor:pointer;
}

.menuStart:hover h4 {
	color:#fff;
}

.menuStart:hover span {
	color:#fff;
	font-size:11px;
	font-weight:normal;
}

.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
}

.azul {
	color:#778C9D
}

.azulO {
	color:#036
}
.cafe {
	color:#c60
}


.cafeC {
	color:#D88700
}

.naranja {
	color:#F08900
}

.roja {
	color:#E33320
}

.verde {
	color:#419639
}

.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);
}

.geneva28 {
	font-size: 28px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.geneva36 {
	font-size: 36px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.arial27 {	
	font-size: 27px;
	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;
}

.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;
}

.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.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;
}

.fechaGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:888;
	padding-left:20px;
}

.cambio {
	font-weight:bold;
	font-size:11px;
}

.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;
}


.oswald16 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
}

.oswald16light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight:300;
}

.oswald20 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
}

.oswald20light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 20px;
	font-weight:300;
}

.oswald22 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 22px;
}

.oswald22light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 22px;
	font-weight:300;
}

.oswald24 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
}

.oswald24light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	font-weight:300;
}

.oswald30 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
}

.oswald30light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	font-weight:300;
}

.oswald36 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 36px;
}

.oswald36light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 36px;
	font-weight:300;
}

.oswald40 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
}

.oswald40light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	font-weight:300;
}

.oswald42 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 42px;
}

.oswald42light {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 42px;
	font-weight:300;
}

.rubik30 {
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
}

.rubikone60 {
	font-family: 'Rubik One', sans-serif;
	font-size: 60px;
}

.rubikone40 {
	font-family: 'Rubik One', sans-serif;
	font-size: 40px;
}

.lato20 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
}

.lato24 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
}

.lato28 {
	font-family: 'Lato', sans-serif;
	font-size:28px;
}

.lato34 {
	font-family: 'Lato', sans-serif;
	font-size:34px;
}

.lato50 {
	font-family: 'Lato', sans-serif;
	font-size:50px;
}


/*/////////////////////////////////////// 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;
}


/*/////////////////////////////////////// NEWS TICKER BOTTOM BAR ///////////////////////////////*/



  
.carousellite { width:100%; }  

.carousellite ul li{ list-style:none; display:block;}  

.carousellite li{ 
	padding:5px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}  

.carousellite li:hover { 
	background:#C0DA5C;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	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;
}
