/* CSS RESET */
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, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html, body {
	float: left;
	width: 100%;
	height: 100%;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
body{
}
table, td, th {
}
th {
}
h1 {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
h2 {
}
h3 {
}
hr {
}
li {
}
#animacion {
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#animacion_contenido {
    background-image: url(../admin/images/1.png);
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}
#menu {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0px;
}
#menu_logo {
	position: relative;
	width: 200px;
	height: 169px;
	background-image: url(../images/logo01.png);
	background-color: rgba(255,255,255,0.70);
	border-bottom-left-radius: 20px;
}
#menu_logo:hover {
	background-color: rgba(255,255,255,0.90);
}
#menu_item{
	background-color: rgba(255,255,255,0.50);
	float: right;
	clear: both;
	padding-left: 25px;
	padding-right: 25px;
	color: #402906;
	font-size: 20px;
	cursor: pointer;
	letter-spacing: 1px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu_item:hover{
	background-color: rgba(70,157,130,0.80);
	color: #FFFFFF;
	padding-left: 35px;
}
#carga_contenidos {
	position: absolute;
	width: calc(100% - 260px);
	height: auto;
	background-color: rgba(0,0,0,0.60);
	z-index: 3;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: none;
}
#carga_cerrar {
	float: right;
	cursor: pointer;
	opacity: 0.8;
}
#carga_cerrar:hover {
	opacity: 1;
}
#img_galeria {
	background-position: center center;
	width: 200px;
	height: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,1);
	box-shadow: 0px 0px 20px rgba(0,0,0,1);
	background-size: 100% auto;
}
#img_galeria:hover {
	-webkit-box-shadow: 0px 0px 20px #FFFFFF;
	box-shadow: 0px 0px 20px #FFFFFF;
	background-position: center top;
}
.img01 {
	float: left;
	margin-right: 20px;
}
.img02 {
	float: left;
	margin-right: 20px;	
}
.img03 {
}
.img04 {
}
a:link, a:visited, a:active {
    color: rgba(255,255,255,1.00);
}
a:hover {
}
a.but01, a.but01:active, a.but01:visited, a.but01:link{
}
a.but01:hover {
}
a.but02, a.but02:active, a.but02:visited, a.but02:link{
}
a.but02:hover {
}
a.but03, a.but03:active, a.but03:visited, a.but03:link{
}
a.but03:hover {
}
a.but04, a.but04:active, a.but04:visited, a.but04:link{
}
a.but04:hover {
}
a.but05, a.but05:active, a.but05:visited, a.but05:link{
}
a.but05:hover {
}
a.but06, a.but06:active, a.but06:visited, a.but06:link{
}
a.but06:hover {
}
.tabla01 {
}
.tabla02 {
}
.tabla03 {
}
.tabla04 {
}
.form01 {
}
.form02 {
}
.form03 {
}
.form_boton {
}
.form_boton:hover {
}
/*DATEPICKER*/
.ui-datepicker {
	font-size: 16px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #E9E9E9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #E9E9E9;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #E9E9E9;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #E9E9E9;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #E9E9E9;
}
.ui-tooltip {
	padding: 5px 5px;
	color: #CFCFCF;
	font-size: 13px;
	box-shadow: none;
	background: #343434;
	line-height: 14px;
	border-radius: 0px;
	border: 1px solid #565656;
}