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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	background:center 0;
	background-color: #f7f7f7;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 a{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

h1 a:hover{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	background-color:#d0d0d0;
}

h2 {
	color: #1f1f1f;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

h2 a{
	color: #1f1f1f;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

h2 a:hover{
	color: #1f1f1f;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	background-color:#d0d0d0;
}

h3 {
	color: #ff6300;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align:right;
}

h3 a{
	color: #848484;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

h3 a:hover{
	color: #666;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	background-color:#d0d0d0;
}

hr {
	border: 0;
	border-bottom: 2px solid #E4E4D4;
	border-top:0px;
}

div#paratitulares {
	width:330px;
	margin:0 auto;
	background-color:#f7f7f7;
}

div.secundariotitulares {
	width: 300px;
	height: 288px;
	padding: 10px 3px 6px 3px;
	line-height: 14px;
	background-color:#f7f7f7;
	text-align:left;
}

div.resumensecundario {
	width:296px;
	height:auto;
	margin:0px;
	border:0px;
	background-image:url(images/fondotitulo.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 2px 2px 4px 2px;
}

div.textoresumensecundario{
	margin-left:22px;
}

div.titularsecundario {
	border: 0px;
	width: 276px;
	height: 34px;
	line-height: 18px;
	margin-left:24px;
	padding-top:3px;
}

div.titularsecundario h2 {
	color: #1f1f1f;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

div.titularsecundario h2 a{
	color: #1f1f1f;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

div.titularsecundario h2 a:hover{
	color: #1f1f1f;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	background-color:#d0d0d0;
}