<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none no-repeat 0 0;
	font-weight: normal;
}
article, aside, figure, footer, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}
body {
	font-size: 68%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 &gt; img {
	vertical-align: middle;
	margin: 10px;
}
h2 {
	text-transform: uppercase;
	float: left;
	font-size: 100%;
	text-align: center;
}
h3 {
	text-align: center;
	line-height: 13px;
	height: 30px;
	width: 100px;
	margin: 5px auto;
}
a {
	text-decoration: none;
	outline: none;
}

#contents {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*****************intro*/
#intro {
	text-align: center;
	color: #2694E8;
	background: #F8F8F8;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#intro a {
	display: inline;
	padding: 10px;
	margin: 30px 50px;
	background: #AAA;
	width: 160px;
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-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);
	color: #FEF4E9;
	border: solid 1px #DA7C0C;
	background: #F78D1D;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAA51A), to(#F47A20));
	background: -moz-linear-gradient(top,#FAA51A,#F47A20);
}
/*****************footer*/
footer {
	border-top: 1px solid #AAAAAA;
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	background-color: rgba(100,100,150,.6);
	height: 55px;
	z-index:100;
}
footer h3 {
	color:#E4F1FB;
	float: left;
	width: 70%;
	text-align: left;
	padding: 5px 5px 5px 40px;
	line-height: 20px;
	font-size: 14px;
	background: url(../img/actividad.png) no-repeat 5px 10px;
}
div.ui-dialog{
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	-moz-box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
	box-shadow: 1px 1px 10px 2px rgba(99, 99, 99, .5);
 }
 #btnsAnaya{
 	position:absolute;
 	top:10px;
 	right:5px;
 }
 footer ul li{
 	display:inline;
 	list-style-type: none;
 	padding: 0 10px;
 	border-left:1px solid #999;
 	border-right: 1px solid #ddd;
 	float:left;
 }
 
footer ul li:first-of-type{
 	border-left:0px none;
 }
 
footer ul li:last-of-type{
 	border-right:0px none;
 }
 

/*****************phases de fotos*/
div#intro.loading, a.loading {
  background: #E4F1FB url(../img/loading.gif) no-repeat center center;
}
.smooth_zoom_preloader {
	background-image: url(../img/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(../img/icons.png);
}
/*****************dialog de fotos*/
#anayaDlg{
	overflow:auto;
}
#listPics li{
	float:left;
	list-style:none;
	display:inline;
	margin:5px;
	padding:5px;
	border:3px solid #3BAAE3;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#listPics li img{
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
	display: block;
}
#listPics li:hover{
	border:3px solid #FAA51A;
}
#listPics a{
	display:block;
	width:100%;
	height:100%;
}

/***********************dialog styles***********/
.p2{
	color:#0070A3;
	font-weight:bold;
}
</pre></body></html>