*{
margin:0;
font-family:Arial, Helvetica, sans-serif;
}
img#logo {
margin:10px 0 0 10px;
}
h1{
font-size:24px;
margin:10px 0 5px 5px;
color:#0E5C7A;
font-weight:lighter;
}
h2{
font-size:17px;
margin:0 0 2px 20px;
color:#1A8BB3;
font-weight:bold;
}
h2.fecha1{
font-size:16px;
color:#528AA0;
font-weight:lighter;
margin:0 0 2px 20;
clear:both;
}
p {
font-size:13px;
margin:0 0 10px 20px;
text-align:left;
}
table.tabla1{
margin:0 0 0 80px;
}
table td{
font-size:13px;
border:1px #CCCCCC solid;
}
table td.valor{
text-align:center;
}
table tr#titulos{
color:#fff;
font-weight:bold;
}
table tr#titulos td{
background:#79AFC9;

text-align:center;
}
table tr#titulos td#index{
padding:0 3px 0 3px;
text-align:center;
width:150px;
background:none;
color:#000;
}

ul{
font-size:13px;
}
ul li{
margin:0 5px 10px 0;
list-style:outside disc;
}
table.grups{
margin:0 0 20px 20px;
}

table.grups tr td{
border:none;
}

table.grups tr.title{
border:1px #CCCCCC solid;
background:#79AFC9;
padding:5px 0 5px 0;
color:#fff;
font-weight:bold;
text-align:center;
}
table.grups table td{
border:1px solid #CCCCCC;
margin:0 0 0 0;
font-size:13px;
text-align:center;
padding:0 10px 0 10px;
}
table.grups table td em{
font-size:12px;
}
code {
display:block;
height:2px;
background:url(../../../../../imgs/layout/borde_parpadeando_b.gif) repeat-x;
width:100%;
margin:5px 0 10px 0;
}







.mytable {
	padding: 0;
	margin: 0 0 0 20px;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #0B6797;
	border-bottom: 1px solid #0B6797;
	border-top: 1px solid #0B6797;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	text-align:center;
	padding: 10px 10px 10px 12px;
	background: #4BA4D2;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	border-right: 1px solid #C1DAD7;
	border-left:1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 10px 10px 10px 14px;
	color: #4f6b72;
	font-size:13px;
	
}
td.alt {
	background: #EEECED;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}