@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

a {
	color:#F5255F;
	text-decoration:none;
}

a:hover {
	color:#4B575F;
	text-decoration:underline;
}

body {
	font: 14px Helvetica,​Arial,​Sans-serif;
	background-color: #ffffff;
	height: 100%;
	min-width: 400px;
	margin:0;

}

form {
	
	min-width: 400px;
	margin:0;
	float:left
}

fieldset {
	border:1px solid #DFDFDF;
	margin-bottom:30px;
	padding-top:10px;
border-radius: 5px 5px 5px 5px;
background-color:#F9F9F9;
}

#frmFiltro > fieldset {
	border:1px solid #DFDFDF;
	background: none repeat scroll 0 0 #DDDDDD;
	border-radius: 5px 5px 5px 5px;
}

#frmValidar > fieldset {
	border:1px solid #DFDFDF;
	background: none repeat scroll 0 0 #DDDDDD;
	border-radius: 5px 5px 5px 5px;
}

#frmFiltro > fieldset > label {
color: #333333;
font-size: 14px;
    font-weight: normal;
    line-height: 20px;
display:inline-block;
	min-width:1px;
}
legend {
	display:none;
}
fieldset fieldset {
	border:none;
	padding:0px;
	margin:15px 0px;
	/*border:1px solid #DFDFDF;*/
	background-color:#F8F8F8;
}
fieldset fieldset legend{
	font-weight:bold;
	font-style:italic;
	color:#000;
}
input[type=text], input[type=password], input[type=file] {

background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
	width:137px;
}
 textarea {
	 
	 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
	 
 }

select {
	min-width:140px;
	 font-size: 15px;
    overflow: hidden;
    padding: 3px 4px;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
width:200px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
}
label {
color: #333333;
font-size: 14px;
    font-weight: normal;
    line-height: 20px;
display:inline-block;
    min-width: 125px;
	padding-top:10px;
}
input {
	display:inline-block;
}
input[readonly] {
	background-color:#F2F2F2;
}
.errorContainer {
	display:inline-block;
}
em.error {
  background:url("../img/ico/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("../img/ico/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}


h2 {
	color:#F5255F;
	font-size:22px;
	margin:0 0 10px 0;
}
h3 {
	color:#F5255F;
	font-size:20px;
	margin:0 0 10px 0;
}
h4 {
	font-size:12px;
}

img { border:0; }
ol, ul {
    list-style: none outside none;
}
/***********************************************************************/
#Content {
	background-color: #f9f9f9;
	background-color: #ffffff !important;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}

/***********************************************************************/
#Cabecera {
    height: 60px;
    margin: 0 auto;
    width: 1050px;
}
#ContCabecera {
    background: none repeat scroll 0 0 #212529;
    padding: 0;
}
.float-r {
    float: right;
}
.buttonCab a {
    background-color: #212121;
    border: 1px solid #212121;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: bold;
    margin: 11px 0 0 5px;
    padding: 3px;
}
a {
    color: #212529;
    outline: medium none;
    padding: 2px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
}
.logo {
    float: left;
    height: 60px;

    width: 317px;
}

#Cabecera a {
	
	color: #FFF;
	font-weight: bold;
}



#CabeceraLogo{
	float:left;
	width:224px;
	height:53px;
/*	background:url("../img/logo_saviamail.png") no-repeat scroll left center transparent;*/
	margin:0 0 0 20px;
	padding:15px;
}

#NavSup{
	float:right;
	width:170px;
	height:40px;
	background-image:url(../img/bg/bg-menu-sup.png);
	background-repeat:no-repeat;
	margin:15px 20px 0 0;
	padding:10px 20px 10px 20px;
	}
	
#Navhelp{
    background-image: url("../img/como-empezar.png");
    background-repeat: no-repeat;
    float: right;
    height: 75px;
    margin: 18px 0 0;
    padding: 0 10px;
    width: 90px;
	cursor:pointer;
	}
	
#Navhelp:hover{
	background-image: url("../img/como-empezar-h.png");
	cursor:pointer;
}

.navhelpA{
	padding: 0 80px 60px 0;
}
	
#Cabecera2 {
	width: 100%;
	height: 10px;	
	background-color: #4B575F;
	border-bottom: 1px solid #4B575F;
	text-align: left;
}

#Cabecera3 {
	width: 100%;
	height: 20px;
	padding:3px 0 3px 0;
	background: #E3E3E3 url(../img/bg/bck-barra.gif) repeat-x scroll 0 0;
	border-bottom: 1px solid #E3E3E3;
	text-align: right;
	color:#464646;
	font-weight:bold;
}

#Cabecera h1 {
	font-family: Cambria;
	font-size: 34px;
	font-weight: normal;
	color:#FFF;
	/*color: #F5255F;	*/
	display: inline;
}
.boton_cerrar {
	position: absolute;
	top: 5px;
	right: 10px;
	background-image: url(../imagenes/computer_remove.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;	
}

a.enlace_cerrar { text-decoration: none; color: #4D902A; font-size: 13px; font-weight: normal }

.boton_inicio {
	position: absolute;
	top: 5px;
	right: 125px;
	background-image: url(../imagenes/inicio.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;	
}

a.enlace_inicio { text-decoration: none; color: #4D902A; font-size: 13px; font-weight: normal }

/***********************************************************************/

#ColumnaIzq {
	float: left;
	width: 20%;
	margin:0 0 0 0;
	/*min-width:198px;*/
}

#ColumnaDer {
	float: left;
	width: 80%;
}
.interior {
	padding: 14px 14px 0 14px;
	/*padding: 14px 14px 0 14px;*/
}

/***********************************************************************
Manager
***********************************************************************/
.manager h2 {
	margin:10px;
}

.Cuerpo {
    margin: 0 auto;
	margin-top:10px;
	padding:20px;
    max-width: 1240px;
    min-width: 960px;
    width: auto;
border-radius: 10px 0 2em 4pt;
-ms-border-radius: 10px 0 2em 4pt;
-moz-border-radius: 10px 0 2em 4pt;
-webkit-border-radius: 10px 0 2em 4pt;
-khtml-border-radius: 10px 0 2em 4pt;
border:1px solid #CCC;
min-height: 100%;

}
* html #Cuerpo {
height: 100%;
}

ul.menu-sec {
	list-style:none;
	list-style-position:inside;
	display:block;
	margin:10px 0 0 10px;
	padding:0;
	*list-style-position:outside;	
	float:left;
	width:200px;
    border-radius: 5px 5px 5px 5px;			
}

ul.menu-sec > li  {
	border-bottom: 1px solid #FFF;
}
ul.menu-sec > li > a {
	background-color:#F5255F;		
	color:#FFF;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	min-height:30px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	text-decoration:none;
	text-transform: uppercase;

}

ul.menu-sec > li > a img{
	padding-right:5px;
}

ul.menu-sec > li > ul {
	padding: 0px 0 0 0;		
	text-align: left;
	list-style-position:inside;
	display:block;
	text-transform: uppercase;
}

ul.menu-sec > li > ul > li > a {
	text-decoration: none;
	color: #515050;
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding: 2px 0 2px 10px;
	margin-left:15px;


}
ul.menu-sec  {
	padding-top:0px;
	padding-bottom:0px;
		border: 1px solid #F5255F;
}

ul.menu-sec  > li > ul > li {
	border: 1px solid #F9F9F9;
	padding-top:10px;
	padding-bottom:10px;
}


ul.menu-sec > li > ul > li > a:hover {
	color:#F5255F;
}

.inner-content {
	margin:10px 10px 0 220px;


}

/*** eventos_tickets_nuevo *************************************************/
#OpcionesAvanzadas {
	display:none;
}

/***********************************************************************
Clases genéricas
***********************************************************************/
.clearfloat {
	clear:both;
}
/*** tabla de listados *************************************************/
.ok {
	background-color:#DFFFEA;
	padding:5px;
}
.ko {
	background-color:#FFEBE8;
	padding:5px;
}
table.listado {

	border: 1px solid #212529;
    border-radius: 5px 5px 5px 5px;
}
table.listado thead th, table.listado tfoot th {
	text-align:center;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;

font-weight:bold;
	text-transform: uppercase;

	padding: 6px 6px 6px 12px;
	background: #212529 ;
}
table.listado thead tr, table.listado tfoot tr, table.listado thead a, table.listado tfoot a {

	color: #FFFFFF;
	font-weight:bold;
}
table.listado thead a:hover, table.listado tfoot a:hover {
	color:#d54e21;
}
table.listado tbody tr {
	background-color:#FFF;
}
table.listado tbody tr.t1 {
	background-color:#f7f7f7;
}
table.listado tbody tr.tDes {
	background-color:#CCE6E6;
}
table.listado td {
	word-wrap: break-word;
	text-align:center;
}
table.listado tbody .premium {
	background: #fff6ad ;
}
/********************************************************************************/
input[type=submit], input[type=button], a.btn, a.btn2,button {
	margin:0 5px 0 0;
	/*background-color:#4B575F;*/
	background-color: #66931C;

	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	padding:0px 20px;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
font-size: 13px;
    font-weight: bold;
    line-height: 29px;
	padding:5px 20px;
	
}
input[type=submit] {
	background-color: #212529;
}
a.btn {
	padding:5px 20px;
font-size: 13px;
    font-weight: bold;
    line-height: 29px;
	background-color: #66931C;
    color: #FFFFFF;
	padding: 6px 15px;
    transition: none 0s ease 0s;
}

a.btn2 {
	/*padding:5px 20px; Quitando este padding - Armando */
	font-size: 13px;
	margin-top: 1px;
    font-weight: bold;
	line-height: 29px;
	background-color: #F5255F;
    color: #FFFFFF;
	padding: 3px 10px;
    transition: none 0s ease 0s;
}
/* Alterado también el estilo del hover de los botones - Armando */
a.btn2:hover {
	font-size: 13px;
    font-weight: bold;
    line-height: 29px;
	background-color: rgb(149, 156, 1);
    color: #FFFFFF;
	padding: 3px 10px;
    transition: none 0s ease 0s;
}
input[type=submit]:hover, input[type=button]:hover, a.btn:hover {
	background-color:#F5255F;
	/*background-color:#F5255F;*/
}

form a.btn {
	background-color:#212529;
}


.botonera {
	background-image:url(../img/bg/bg-botonera.gif);
	background-repeat:repeat-x;
	
	/*background-color:#EAF3FA;
	padding:5px 0 5px 0;*/
}
.botonera a.btn {
	margin-left:5px;
}


.all-rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
.spacer {
	display: block;
	height:10px;
}

/********************************************************************************/


.paginado {
	text-align:right;
	background-color:#F7F7F7;
	padding:5px 0 5px 0;
	overflow:hidden;
	margin-top:5px;
	color:#FFF;
	border: 1px solid #F7F7F7;
    border-radius: 5px 5px 5px 5px;
	color:#515050;

}

.paginado label {
color: #333333;
font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    width: 50px;	
}

.paginado select {
	width:100px;
	min-width:100px;
	margin-right:14px;
}
.paginado .paginas {
	float:right;
}
.paginado .paginado_off, .paginado .paginado_on {
	display:block;
	float:left;
	border:1px solid #CCC;
	margin-left:5px;
	padding:0 5px;
	font-size:20px;
}
.paginado .paginado_off {
	background-color:#F5255F;
	color:#FFF;
	/*background-color:#CEE1EF;*/
}

.paginado .paginado_on {
	background-color:#F1F1F1;
}
.paginado .paginado_on a:hover {
	background-color:#D3D3D3;
	/*background-color:#EAF3FA;*/
}

.form > fieldset > div, .comp {
	background-color:#F9F9F9;
	margin-top:10px;
	padding:10px;
}


img.bubble {
	/*background:url(../../img/ico/info.png) no-repeat;*/
	vertical-align:middle;
	width:24px;
	height:24px;
	cursor:pointer;
}

.error {
	color:red;
}
.error_interno {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 90%;	
}

.error_fondo {
	background-image: url(../imagenes/fondo_login.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 284px;
	height: 206px;	
}
.septop {
	margin-top: 14px;
	margin-bottom:10px;
}
.sepleft {
	margin-left: 5px;	
}
.sepleft20 {
	margin-left: 20px;
}
.sepbottom {
	margin-bottom: 14px;	
}
.sepright {
	margin-right: 14px;	
}
.interno20 {
	padding-top: 10px;	
	padding-left: 20px;
}
.push {
	height: 51px;
}

.title-b{
	font-size:15px;
}

#NavSup a{
	font-size:10px;
}

.footer {
		
	height: 50px; /* .push must be the same height as .footer */
	background-color: #464646 !important;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	border-top: 1px solid #cccccc;
}


.txtNota {font-size:11px; font-style:italic}
.txtResaltado{color:#F5255F;}

.grayed {
	color:#CCC;
	font-style:italic;
}
input.HORA {
	text-align:right;
	padding-right:4px;
}

.title-bar {
	border-bottom:2px solid #DFDFDF;

}
.title-bar h2 {
	float:left;
	margin:0;
	font: bold 35px Arial,Helvetica,sans-serif;
    margin: 0;
    text-shadow: 1px 1px 1px white;
	
}
.title-bar ul {
	display:block;
	margin:0;
	padding: 0;
	float:right;
	list-style:none;
}
.title-bar ul li {
	display:block;
	float:left;
	margin-left:5px;
}
.title-bar ul li .btn {
	display:block;
}
.title-bar ul li .aviso {
	
		


	color:#FFF;
	
font-size: 13px;
    font-weight: bold;
    line-height: 29px;
	padding:5px 20px;
	display:block;
background-color:#F5255F;
	padding:5px 20px;


-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}


.menu-bar-usuario {
	min-height:50px;
}
.menu-bar-usuario h2 {
	float:left;
	margin:0;
	font: bold 23px Arial,Helvetica,sans-serif;
    margin: 0;
    text-shadow: 1px 1px 1px white;
	color:#212529;
	
}
.menu-bar-usuario ul {
	display:block;
	margin:0;
	padding: 0;
	float:right;
	list-style:none;
}
.menu-bar-usuario ul li {
	display:block;
	float:left;
	margin-left:5px;
}
.menu-bar-usuario ul li .btn {
	display:block;
	background-color:#212529;
}
.menu-bar-usuario ul li .aviso {
	display:block;
	/*background-color:#4B575F;
	color:#FFF;*/
	color:#2583AD;
	padding:3px 20px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	font-size:13px;
}




/***********************************************************************
Gestión de eventos
***********************************************************************/
#IdTipoEvento option.event-type-option {
	display:none;
}

#DescripcionImagenes {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
}
#DescripcionImagenes li {
	list-style:none;
	display:inline-block;
	margin-right:5px;
}
#DescripcionImagenes img {
	margin:0 5px 5px 0;
	width:100px;
	height:100px;
	cursor:move;
}

/* -------Footer ---------------*/
.Inf_Main{ width:1000px; height:51px; background:url(//static.tomaticket.es/img/bg/inf_main.gif) no-repeat top center;}
#footer { background:#343535; display:block; ;   
    border-top: 10px solid #212529;
    padding: 0;}
#ContFooter{width:1000px;margin:0 auto; padding:0px 0 0px 0;}

h5 {
    color: #FFFFFF;
    font-family: "MuseoSans700",Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 18px;
}
#footer-r {
    color: #FFFFFF;
    text-align: left;
}
#footer-l {
	float:left;
	width:650px;
	padding:0;
	margin:0;
	text-align:left;
}

#footer-l ul { 
	float:left;
	width:25%;
	list-style: none;
	margin:0px;
	padding:0px;
}

#footer-l li{
	list-style: none;
	margin:4px 10px 0 0;
	font-size:12px;
}

.tit-list {font-family: "MuseoSans700", Helvetica, Arial, sans-serif;font-weight:bold;color:#999;padding-bottom:6px;font-size:14px;}



#footer-r ul.footer-icon-list{
	height:30px;
	list-style: none;
	margin: 20px 0 0 0;
	padding:0px;
}

#footer-r  li {
	list-style: none;
	float:left;
	margin-right:10px;
	width:28px;
}

#footer-l li a {color:#CCC;text-decoration: none;padding:1px;outline: none;}
#footer-l li a:hover {color:#FFF;text-decoration: none;background:#212529;padding:1px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;outline: none;}

#footer-r  a {text-decoration: none;background-color:none;}
#footer-r li a:hover {text-decoration: none;background:none;}
	
.list-title{font-family: "MuseoSans700", Helvetica, Arial, sans-serif;font-weight:normal;color:#999;padding-bottom:6px;font-size:14px}
.escondido{
	display:none;
}

.alert-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 16px 0;
}
.alert-box {
	padding: 12px;
	background-color: #F5255F;
	border-radius: 4px;
}
.alert-box-text {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
}


@keyframes flickerAnimation {
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
	}
	@-o-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
	}
	@-moz-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
	}
	@-webkit-keyframes flickerAnimation{
	0%   { opacity:1; }
	50%  { opacity:0; }
	100% { opacity:1; }
	}
	.animate-flicker {
	-webkit-animation: flickerAnimation .15s ease-in-out infinite;
	-moz-animation: flickerAnimation .15s ease-in-out infinite;
	-o-animation: flickerAnimation .15s ease-in-out infinite;
		animation: flickerAnimation .15s ease-in-out infinite;
}