<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@font-face {
   font-family: 'mifuente';
   src: url('../fonts/Nexa Bold.otf') format("TrueType");
}
@font-face {
   font-family: 'mifuenteB';
   src: url('../fonts/Nexa Light.otf') format("TrueType");
}  
@font-face {
   font-family: 'mifuenteC';
   src: url('../fonts/kremlin.ttf') format("TrueType");
}





/* --------------------------------------------
   HTML5 Reset
-------------------------------------------- */

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }


/* --------------------------------------------
   My Styles
-------------------------------------------- */

body { background: #292431; font-family: sans-serif; color: #383838; text-align: center;}
	
	a { color: #9f443b; text-decoration: none; }
	a:hover { text-decoration: underline; }
	
	#container { width: 1200px; margin: 0 auto; padding: 20px 0; text-align: left; background-color:#ff9c1e;}
	
		header { overflow: hidden; clear: both; margin-bottom: 0px;  background-image:url('../img/cabecera_cookid.png'); height: 85px;     }
		
			header img{float: right; margin-left: 10px; margin-right: 25px; }
				header hgroup h1 { color: #ffcd00; font-family: mifuente , "MS Trebuchet", sans-serif; font-size: 40px;  }
				header hgroup h1 a{ color: #ffcd00; font-family: mifuente , "MS Trebuchet", sans-serif; font-size: 40px; text-decoration: none;  }
				header hgroup h2 { color: #ffffff; font-family: mifuente , "MS Trebuchet", sans-serif;font-size: 16px;  }
			
			header nav { float: right; margin: 24px 0 0 0; }
				header nav ul { margin: 0; padding: 0; overflow: hidden; }
					header nav ul li { font-family: happy, sans-serif; list-style: none; float: none; display: inline;padding: 0; border-right: 1px solid #938a78; font-size: 18px; text-transform: uppercase; text-align: center; }
					header nav ul li img{float:left; }
					header nav ul li:last-child { border: 0; }
					header nav ul li:first-child{margin-left:5px; }
						header nav ul li a { 
							display: block; 
							background: #461515; 
							padding: 12px 24px; 
							color: #fff; 
							text-decoration: none;
							-webkit-transition-property: background; 
							-webkit-transition-duration: .5s; 
							-webkit-transition-timing-function: linear;  }
						header nav ul li a:hover { text-decoration: none; background: #9f443b; }
		
		#banner {			
		  font-family: Arial, "MS Trebuchet", sans-serif;  font-size: 22px; clear: both; margin-bottom:-10px; 
		  
 
		
		}
			#banner p { font-family: happy; text-align: center;; }
		
		#content {background-color:#fa3264; float: right; width: 669px;  height:100%;  padding-left:40px; padding-right:40px; margin-top:40px margin-bottom:10px;}
		
			#content article { clear:both; width:570px; background: #ffffff; margin: 0 0 10px 0; padding: 20px; -webkit-border-radius: 16px; -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3); }
				#content article h4 {font-family: mifuente, sans-serif; font-size:14pt; color:#585858;  margin-bottom:5px; }
				#content article h3 { font-family: mifuente, sans-serif; font-size: 40px; margin-bottom: 4px; text-align: right; color: #ff9c1e;}
				#content article img {  margin: 0 0 0px 50px; }
				#content article p { font-family: mifuenteB, sans-serif;font-size: 18px; margin-bottom: 16px; text-align: justify; }
				#content article p:last-child { margin-bottom: 0; }
	
		     	#content article table {margin-left:28pt; background-image: url('../img/dragon.png'); background-repeat: no-repeat; background-position:top/right;  border-collapse:separate;border-spacing:0 15px; color:#461515;}
				#content article table td{ font-family: happy, sans-serif; font-size: 14pt; color:#461515;  }
				#content article table tr {padding-bottom:1em; }
				#content article table td input{margin-left:10pt;}
				#content article form input{font-family: happy, sans-serif; color:#332233; border:0px;}
	   		    #content article table td textarea{font-family: happy, sans-serif; color:#332233; border:0px;}
				#recordTitulo { font-family: mifuenteB, sans-serif; color:#ffffff; font-size:36px;}
				#recordTitulo h1 { font-family: mifuente, sans-serif; color:#000000; font-size:100px; margin-top:-20px; letter-spacing: -5px;}
				#tablaRecord{float: right; margin-top:-120px;}  
				#tablaRecord table {border-collapse: seperate;
			    border-spacing: 2px; clear:both; background: #ffffff; -webkit-border-radius: 16px; -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3); }
				#tablaRecord table th{padding-left:10px;font-size:16px; font-family: mifuente, "MS Trebuchet", sans-serif; border-bottom: 1px solid #ffffff; text-align:center; }   
				#tablaRecord table td {font-size:14px; font-family: mifuenteB; padding:6px;}
				.boton{
					border: 0px solid #006;
					background:#ffc;
					width:120px;
					height:50px;
					color:white;
					
				}
				.boton:hover{
					background:#ffffff;
				}

				                        
		#sidebar { background-color:#ff9c1e; float: left; width: 451px; height:100%;  margin-bottom:10px;  text-align:right; }
		
			#sidebar aside {  margin: 0 0 30px 0; padding: 20px;; }
				#sidebar aside h4 {font-size:60px; font-family: mifuente, sans-serif; color: #ffffff; font-size: 50px; margin-bottom: 4px; text-align: right; }
				#sidebar aside h5 {Â&nbsp;font-family: mifuente, sans-serif; }
				#sidebar aside p { color: #000000; font-family: mifuenteB; font-size: 13px; margin-bottom: 8px; text-align:justify; }
				#sidebar aside p:last-child { margin: 0; }
				#sidebar aside ul { margin: 0; padding: 0; }
					#sidebar aside ul li { list-style: none; margin-bottom: 6px; }
				#sidebar aside img { margin: 0 0 0px 0px; }		
		footer {height:200px;  background-image: url('../img/footerImage.png'); clear: both;  margin-bottom:-20px; font-size: 14px; font-family: mifuenteB, "MS Trebuchet", sans-serif; }
		 footer p {
			margin-top:50px;
		}
			footer nav ul { margin: 0 0 8px 0; padding: 0; }
				footer nav ul li { list-style: none; display: inline; margin-right: 12px; }
		   
		.contacto label{font-family: happy, sans-serif; font-size:14px}
		.contacto input{}

         #footerImage{ clear: both; margin-top:0px;}
/*--Tooltip Styles--*/   

.logo { 
  color: #ffce00; 
  font-family: mifuenteC, "MS Trebuchet", sans-serif;
  font-size: 14px; 
}

            .push {
height: 1em;     
clear:both;

.tip {
	color: #fff;
	font-family: happy, sans-serif;
	background:#1d1d1d;
	display:none; /*--Hides by default--*/
	padding:10px;
	position:absolute;	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tip h5{
	font-family: mifuente, sans-serif;
	color: #ffcd00;
}</pre></body></html>