body{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:black; 
}
h1,h2,h3,h4,h5,h6 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	margin-bottom:0;
}
h3 {
	font-size: 14pt;
}
table {font-size:100%}
/* th, td {vertical-align:top;} */

a {
	color: #0f7cab;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}

pre, code {color:black; background-color:white; font-size:8pt}
p {
	margin-top:0;
	margin-bottom:0;
}
ul {list-style-type:disc}
li {margin-bottom:.3em}
hr {color:red; background-color:red}
h1 {margin-top:0}
 
.s{
	text-align: left;
}

font {
	font-size:12pt;
	font-family:times, serif;
	color:#000000;
	line-height:14pt;
}
#contenedor {
	background-color: #FFFFFF;
	width: 750px;
	margin:0 auto 0 auto;
	padding-bottom: 10px;
	display: block;
/*	border: 1px solid red; */
	border: 3px solid #999999; 
}
#menu {
	float: left;
	width: 180px;
	text-align: right;
}

#contenido {
	float: left;
	width: 540px;
	margin: 0 10px 0 20px;
/*	background-color: yellow; */
}

#logo h1 {
	display: none;
}

#titulo {
	float:left;
	margin: 80px 0 0 20px;
/*	border: 1px solid red; */
}
#titulo h2 {
	display: none;
}

#footer {
	width: 750px;
	margin:10px auto 20px auto;
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
.texto_otro {
	font-size: 11px;
}

#footer #news {
	width: 350px;
	font-size: 10px;
	text-align: center;
/*	background-color: yellow; */
}

#footer #news #email {
	border: 1px solid #cdcdcd;
	width: 100px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

