body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {border:none}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/pts_bg.jpg);
	background-repeat: repeat;
}

/* Botón */

.boton {
	display: inline-block;
	zoom: 1;
    *display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-decoration: none;
	padding: .5em .5em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.boton:hover { text-decoration: none; }

/* Redondez */

.redondo {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
 
/* Color */

.negro {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;

}
.negrogoto {
	color: #FFFF66;
	border: solid 1px #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: #333;
	background-image: url(imagenes2/goto_18px.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 42px;
}
.negro:hover {
    background: #000;

}

.azul {
    color: #d7d7d7;
    border: solid 1px #333;
    background: #333;

}

.azul:hover {
    background: #000;

}

.entrante {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/call-incoming.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.curso {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(gesfor2/icons/icon_case.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}

.entrante:hover {
	color: #d7d7d7;
    border: solid 1px #333;
	background: #666;
	background-image: url(imagenes/call-incoming.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}

.saliente {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/call-outgoing.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.saliente:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/call-outgoing.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.seguimiento {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/calendar_32.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.recargarbig {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(reload_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.recargarbig:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(reload_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.seguimiento:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/calendar_32.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.exportar {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/xls.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.exportar:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/xls.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}

.newcurso {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/maletin_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.newcurso:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #666;
	background-image: url(imagenes/maletin_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.infront {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	visibility: hidden;
	z-index: 99;
	background-image: url(imagenes/gris_35percent.png);
	background-repeat: repeat;
	}
.notification {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	position: relative;
	height: 70%;
	width: 80%;
	left: 10%;
	top: 10%;
	right: 0px;
	bottom: 0px;
	overflow: scroll;
	visibility: inherit;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow-y: auto;
	}
.prenotification {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	position: relative;
	height: 18px;
	width: 84%;
	left: 10%;
	top: 10%;
	right: 0px;
	bottom: 0px;
	overflow: scroll;
	visibility: inherit;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.newalumno {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/user_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.newalumno:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/user_32p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.newinscripcion {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/basket2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.newpago {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/credit_card2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.teletransfer {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/network_teletransfer.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.facturas {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/invoice-icon_24.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.facturas:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/invoice-icon_24.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.autocobro {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/Gear.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
.autocobro:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/Gear.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.teletransfer:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/network_teletransfer.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.newinscripcion:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/basket2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}
.newpago:hover {
	color: #d7d7d7;
	border: solid 1px #333;
	background-image: url(imagenes/credit_card2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	background-color: #666;
}

.texto_rojo {
	color: #FFF;
}
.inline {
	display: inline;
}
.css_btn_class {
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #3866a3;
	text-decoration:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	color:#14396a;
	display:inline-block;
	text-shadow:1px 1px 0px #7cacde;
	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
	box-shadow:inset 1px 1px 0px 0px #bee2f9;
	background-image: url(imagenes/white-arrow-right.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	height: 28px;
	width: 78px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #468ccf), color-stop(100%, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
	background-image: url(imagenes/white-arrow-right.png);
	background-repeat: no-repeat;
	background-position: center 4px;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */

#anuncio {
	position:fixed;
	left:0px;
	width:100%;
	height:70px;
	z-index:1;
	visibility: visible;
	bottom: 0px;
	background-image: url(imagenes/gris_35percent.png);
	background-repeat: repeat;
	color: #222;
	text-align: center;
	vertical-align: middle;
	font-size: 8px;
}
#respo {
   width: 100%;
    height: 400px;
    background-image: url('img_flowers.jpg');
    background-size: 100% 100%;
    border: 1px solid red;
}
#anuncio2 {
	position:fixed;
	left:0px;
	width:100%;
	height:40px;
	z-index:1;
	visibility: visible;
	bottom: 0px;
	background-image: url(imagenes/gris_35percent.png);
	background-repeat: repeat;
	color: #222;
	font-size: 8px;
}
.ultrasmall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;	
	}
.petit_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
	font-weight: lighter;
}
.login {
	background-color: #FFF;
	border: 1px solid #6A6A6A;
}
.login_ok {
	background-color: #FFF;
	border: 1px solid #6A6A6A;
	background-image: url(imagenes/001_06.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.login_error {
	background-color: #FFF;
	border: 1px solid #6A6A6A;
	background-image: url(imagenes/001_02.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.rojito {
	font-weight: bold;
	color: #A00;
}
.fondo_boton_change {
	background-repeat: no-repeat;
	background-position: center center;
}
#alinicio {
}
#alinicio:hover {
	filter: Invert;
}
