* {
	font-family: 'Trebuchet MS';
}

html {
	font-family: 'Trebuchet MS';
}

a {
	color : #FFFFFF;
}

a:hover {
	color : #FFFFFF;
	text-decoration : none;
}

a:link, a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:active { color: #FFFFFF; text-decoration: none; font-weight: bold; }

body {
	margin: 0;
	padding:0;
	font-family: 'Trebuchet MS';
	font-size: 10px;
	line-height: 1.5em;
	color: #5F677A;
	background: url(../imagen/fondo_pagina.gif);
	width: 100%;
	display: block;
}
h1 {
	font-family: 'Trebuchet MS'; 
	display: block; 
	border-bottom: dashed 1px #cccccc; 
	padding: 5px 0px 5px 0px; 
	margin: 10px 0px 10px 0px; 
	color:#000000; 
	font-size: 22px; 
	font-weight: bold;
}
hr {
	border-bottom: dashed 1px #cccccc; 
	padding: 5px 0px 0px 5px; 
	margin: 0px 0px 0px 0px;
}
form {
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
input {
	 font-family: 'Trebuchet MS';
	 font-size: 12px;
    margin:3px;
    border:1px solid;
  border-bottom-color: #000000;
  border-bottom-style: solid;
}
table {
	font-size: 14px;
}
tr {
	font-size: 14px;
}
td {
	font-size: 14px;
}
ul {
	font-size: 14px;
}
li {
	font-size: 14px;
}
div.block, div.blockDistinct {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 1px;
}

div.blockDistinct {
    background: url(../imagen/corner.gif) no-repeat 100% 100% #f5f5f5;
}

#texto_interno {
	float: left;
	margin-top: 30px;
	text-align: justify;
	color: #5F677A;
}