/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Fin Resset*/


/*Limpiar*/
.limpiar:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.limpiar{display:inline-block;}
.limpiar{display:block;}
*html .limpiar{height:1px;}



/* -- fonts -- */

@font-face {
  font-family: 'MyriadBold';
  src: url('../fonts/MyriadPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MyriadPro-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MyriadPro-Bold.svg#29986178e2e3e94e7075806c03273fa2') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}
@font-face {
  font-family: 'MyriadLight';
  src: url('../fonts/MyriadPro-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/MyriadPro-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/MyriadPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MyriadPro-Light.svg#a99616dbb054e76c282c87b27678ee84') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  200;
}



body{font-family: 'MyriadLight'; font-size: 14px; line-height: 1;}


/*formulario de login*/
#center{
	width:490px;
   	display:table;
    margin:50px auto;
}
#center h1{
	width:100%;
	background:none;
   	text-align:center;
	color:rgba(34,34,34,1);
	font-size:28px;
	font-weight: bold;
}
#center .login{
	width:100%;
	float:left;
	border-radius:10px;
	box-shadow:3px 3px 6px Grey;
	margin:20px 0 0 0;
	border:1px solid Grey;
}

#center .login h3{
	width:100%;
	padding:20px 0 0 0;
	font-size:22px;
	text-align:center;
	display:block;
	font-weight:bold;
}
#center .login span{
	width:98%;
	padding:0 1% 2% 1%;
	font-size:13px;
	text-align:center;
	display:block;
	font-weight:normal;
	color:Grey;
	margin-top: 5px;
}
#center .login form{
	width:45%;
	margin:0 auto;
	padding-bottom:20px;
}

#center .login form input[type="text"]{
	width:94%;
	display:block;
	margin:0 0 5px 0;
	padding:3%;
	font-size:15px;
}
#center .login form input[type="password"]{
	width:94%;
	display:block;
	margin:0 0 5px 0;
	padding:3%;
	font-size:15px;
}
#center .login form input[type="submit"]{
	width:50%;
	display:block;
	margin:0 auto;
	padding:2%;
	font-size:15px;
	cursor:pointer;
}
/*General*/
input[type="text"], input[type="password"], textarea, select{font-size: 15px;  border: 1px solid Grey; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{border: 1px solid rgba(0,153,255,0.8); outline: none;  box-shadow: 0 0 3px rgba(0,153,255,0.5);}

/*validacion para acceder*/
.vacio{border: 1px solid rgba(245,0,0,0.8); outline: none;  box-shadow: 0 0 3px rgba(245,0,0,0.5);}
.bien{border: 1px solid rgba(0,245,0,0.8); outline: none;  box-shadow: 0 0 3px rgba(0,245,0,0.5);}

.sin{padding: 8px 0; text-align: center; color: rgba(51,51,51,0.5);}


/*Ayuda para los videos de youtube*/
.ayuda{width: 94%; float: left; margin: 1% 3% 1% 3%; text-align: left; font-size: 14px;}
.ayuda span{color: rgba(246, 0, 0, 1);}
.ayuda span b{padding-right: 35px;background: url(../img/flecha.png) top right no-repeat;}


#centrado{
	width: 980px;
	margin: 50px auto;
}


/*Menu para agregar, editar y ordenar*/
#menu {width: 100%; float: left; margin: 0 0 25px 0; list-style: none; background: rgba(0,145,207,1); padding: 0;}
#menu li{float:left; margin:0;}
#menu li a{float:left; color: White; font-size: 16px; text-align: center; text-decoration: none; padding: 10px 15px;  font-weight: bold;}
#menu li a.sel{
	background: -moz-linear-gradient(top,  rgba(5,118,167,0.95) 0%, rgba(5,118,167,0.94) 1%, rgba(97,169,217,0) 76%, rgba(125,185,232,0) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,118,167,0.95)), color-stop(1%,rgba(5,118,167,0.94)), color-stop(76%,rgba(97,169,217,0)), color-stop(99%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(top,  rgba(5,118,167,0.95) 0%,rgba(5,118,167,0.94) 1%,rgba(97,169,217,0) 76%,rgba(125,185,232,0) 99%);
	background: -o-linear-gradient(top,  rgba(5,118,167,0.95) 0%,rgba(5,118,167,0.94) 1%,rgba(97,169,217,0) 76%,rgba(125,185,232,0) 99%);
	background: -ms-linear-gradient(top,  rgba(5,118,167,0.95) 0%,rgba(5,118,167,0.94) 1%,rgba(97,169,217,0) 76%,rgba(125,185,232,0) 99%);
	background: linear-gradient(to bottom,  rgba(5,118,167,0.95) 0%,rgba(5,118,167,0.94) 1%,rgba(97,169,217,0) 76%,rgba(125,185,232,0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20576a7', endColorstr='#007db9e8',GradientType=0 );
}




/*Formulario Agregar Banners*/
.form-agregar{width: 100%; float: left; border: 1px solid rgba(204,204,204,0.5);}
.form-agregar tr{border: 1px solid rgba(204,204,204,0.5);}
.form-agregar th{background: #333; color: White; padding: 20px; font-size: 20px; text-transform: uppercase; text-align: center;}
.form-agregar tr td{border: 1px solid rgba(204,204,204,0.5); text-align: center; vertical-align: central;}
.form-agregar tr td:first-child{width: 25%; padding: 20px 0; }
.form-agregar tr td:last-child, .form-agregar tr:last-child{background: none;}
.form-agregar tr td label, .form-agregar tr td p{padding: 2%; font-size:24px; font-weight: bold; color: #1E1F98; text-shadow: 1px 1px 1px rgba(255,255,255,0.8);}
.form-agregar tr td input{padding: 2%; width: 90%; margin:0 auto; display: table;}
.form-agregar tr td select{padding: 2%; width: auto; margin:0 0 0 3%; display: table;}
.form-agregar tr td textarea{width: 90%; max-width:90%; min-width:90%; min-height: 100px; padding: 2%; margin: 4% 3% 4% 3%; float: left;}
.form-agregar tr td .caracteres{width: 94%; float: left; padding: 2% 0; margin: 0 3% 0 3%;}
.form-agregar tr td .caracteres .msg{float: left; padding: 0; margin: 0;}
.form-agregar tr td .caracteres .longitud_textarea{float: right; padding: 0; margin: 0;}
.form-agregar tr td input[type="submit"]{
	width: auto; 
	padding:5px 10px; 
	margin: 0 2% 0 0;
	float: right; 
	text-align: center; 
	cursor: pointer; 
	outline:none; 
	border: none;
	background: #1E1F98;
	color: White;  
	border-radius: 3px; 
	font-size: 16px;
}
.form-agregar tr td button.cancel{
	width: auto; 
	padding:5px 10px; 
	margin: 0 2% 0 0;
	float: right; 
	text-align: center;
	text-decoration: none; 
	cursor: pointer; 
	outline:none; 
	border: none;
	background: #1E1F98;
	color: White;  
	border-radius: 3px; 
	font-size: 16px;
}
.form-agregar tr td button.cancel:hover, .form-agregar tr td input[type="submit"]:hover{background: rgba(30,31,152,0.9);}
.form-agregar tr td .vista{width: 50%; margin:30px auto 0 auto; border: 1px solid rgba(0,153,204,1); background:rgba(0,153,204,1); color: #FFF; text-align: center; font-size: 18px; padding:10px 0;}
.form-agregar tr td output{width: 50%; min-height: 150px; padding:0; border: 1px dashed Grey; margin:0 auto; display: block;}
.form-agregar tr td output img{width: 100%; height: 100%; margin:0 auto; display: table; padding: 0;}
.form-agregar tr td button{
	float: right; 
	margin: 3% 27% 4% 0; 
	outline: none; 
	border: none;
	background: rgba(0,153,204,1); 
	padding: 5px 10px; 
	border-radius: 3px; 
	cursor: pointer; 
	color: White; 
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}
/*Eliminar imagen nota*/
.form-agregar tr td a{
	float: right; 
	margin: 3% 27% 4% 0; 
	outline: none; 
	border: none;
	background: rgba(0,153,204,1); 
	padding: 5px 10px; 
	border-radius: 3px; 
	cursor: pointer; 
	color: White; 
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
}
.form-agregar tr td label.btn-select{
	float: right; 
	margin: 3% 4% 4% 0; 
	outline: none; 
	border: none;
	background: rgba(0,153,204,1); 
	padding: 7px 10px; 
	border-radius: 3px; 
	cursor: pointer; 
	color: White; 
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	text-shadow:none;
}
.form-agregar tr td label.btn-select:hover, .form-agregar tr td button:hover, .form-agregar tr td a:hover{background: rgba(0,153,204,0.7);}
/*Imagen actual para el formulario de editar banner*/
.form-agregar tr td img.i-actual{width:50%; margin:3% auto; display: table;}

/*color pick*/
.form-agregar tr td .colortxt{float:left; padding: 10px; margin:0 0 2% 2%;}
#picker {
	margin:5px;
	padding:0;
	border:0;
	width:25px;
	height:25px;
	background: #000;
	border: 1px solid rgba(51,51,51,0.8);
	line-height:20px;
	cursor: pointer;
	float: left;
	color: transparent;
}

#tinymce ul li, #tinymce li {
	padding-left: 17px;
	background: url(../img/bullet-doble-flechita.png) left 4px no-repeat;
	list-style-image: url(../img/bullet-doble-flechita.png) left 4px no-repeat;
	margin-bottom: 5px;
}

/*Ordenar Imagenes*/
#lista{width: 100%; float: left; padding-left: 60px; margin: 0;}
.help{width: 100%; float: left;padding: 0; margin: 0 0 20px 0; text-align: left; color: rgba(245,0,0,1); font-size: 16px; font-weight: bold;}
.help a{float: right;padding: 5px 10px; margin: 0; font-size: 14px; color: rgba(255,255,255,1); font-weight: bold; background: rgba(245,0,0,1); text-decoration: none;}
#lista li.imagen{width: 170px; height:110px; display: inline-block; border: 1px solid Black; margin: 0 20px 20px 20px; transition: none;}
#lista li.imagen img{width: 100%; height: 100%; float: left; cursor: move;}

#lista  .ui-state-highlight{width: 170px; height:110px; display: inline-block; border: 1px solid Black; margin: 0 20px 20px 20px; background: url(../img/drop.png) center center no-repeat; background-size: 70%;}

/*Ordenar servicio al cliente*/
#lista li.sc{width: 170px; height:210px; display: inline-block;  margin: 0 20px 20px 20px; transition: none;}
#lista li.sc img{width: 100%; height: auto; float: left; cursor: move;}
#lista li.sc p{width: 90%; height: auto; float: left; cursor: move; padding: 5%;text-align: center; font-size: 15px; }

#lista  .ui-state-highlight-sc{width: 170px; height:210px; display: inline-block; border: 1px solid rgba(153,153,153,1);  margin: 0 20px 20px 20px; background: url(../img/drop.png) center center no-repeat; background-size: 100%;}


/*Ordenar videos servicio alcliente*/
#lista li.videos { width: 170px; height: auto; list-style: none; display: inline-block; padding: 10px; text-align: center; cursor: move; margin: 0 20px 20px 20px; border: 1px solid rgba(204,204,204,0.7); background: rgba(204,204,204,0.4); }

#lista .ui-state-highlight-videos { width: 170px !important; height: 16px; list-style: none; padding: 10px; display: inline-block; margin: 0 20px -16px 20px; border: 1px solid rgba(204,204,204,0.5); background: rgba(204,204,204,0.1);}



/*Respuesta */
#resp { width: 100%; background: rgba(51,204,102,0.6); padding: 30px 0; display: none; color: White; font-size: 24px; text-align: center; float: left; }


/*Ordenar columnas*/
.c_titulo{font-weight: bold; padding: 10px 0; font-size: 16px;}
.c_columnas{margin: 10px 0 0 0;}
.c_columnas li{display: inline-table;}
.c_columnas li a{
	background-color: #d8ecf7;
	color: rgba(102,102,102,1); 
	padding: 10px; 
	border: 1px solid rgba(153,153,153,1); 
	font-size: 16px;
	margin: 10px 0 0 0; 
	text-decoration: none; 
	display: inline-table; 
	margin: 0 25px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.2s;
}


.c_columnas li a:hover{
	background: rgba(204,204,204,0.3);
	box-shadow: 0 0 7px rgba(51,51,51,0.3); 
}



/*Validaciones de formulartio*/
.error{
	background-color: #BC1010;
	padding: 6px 12px;
	border-radius: 4px;
	color: white;
	font-weight: bold;
	margin-left: 100px;
	margin-top: -40px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -15px;
    position: absolute;
    top: 5px;
}




