<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>
/* CSS Document */
/* Tabs
----------------------------------*/
#faqs h3	{ cursor:pointer; }
#faqs h3.active	{ color:#d74646; }
#faqs div   { position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

#cabecera  {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
font-family:Verdana;
font-size:12px;
	color: #333399;

}

#pie  {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
font-family:Verdana;
font-size:12px;
	color: #333399;

}
img {border:none;}
.contenido  {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
	color: #333399;
	list-style-position: inside;
	list-style-type: square;
font-family:Verdana;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;

line-height:1.6em;
}
	
}

#contenido.li {

}

.titulo  {

	border-width: 0;
	background: none;
font-family:Verdana;
font-size:12px;
	color: #333399;
	font-weight: bold;
}

.lopd {

	border-width: 0;
	background: none;
font-family:Verdana;
font-size:8px;
	color: #333399;
}

.tablaCajas{ 


border-style: dotted; 


border-width: 1px; 


border-color: 660033; 


background-color: cc3366; 


font-family: verdana, arial; 


font-size: 10pt; 


} 
