/* popup.html CSS */
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

body  {
padding: 5px 9px 0 9px; /* t r b l */
margin:  5px 9px 0 9px; /* t r b l */
background: #F5F5F5;
}

img {
border: none;
}

#logo h1 {
padding: 5px 0 0 9px; /* t r b l */
margin:  5px 0 0 9px; /* t r b l */
font-size: 20px;
	color:#000000;
}

#footer {
	color:#000000;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
text-align: right;
padding: 50px 20px 0 0; /* t r b l */
}
#footer a{
	text-decoration: underline;
	color:#000000;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

#footer a:hover{
	text-decoration: none;
	color:#000000;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

.error_text {
color: red;
}
#sitelogo {
	/*background-image: url(../../images/logotipo_small.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	margin-top: 0;
	padding: 5px 0;
}
/*  //isabel  */
#sitelogo h1 { 
padding: 5px 0px 0px 0px;
margin: 5px 0 0px 0;
font-size: 2em;
/*color:#914D4C;*/
font-weight:800;
/*background: transparent;*/
color: #009900;
font-family: "Times New Roman", Times, serif;
}
/* isabel */
#sitelogo h1 em {
	font-style: normal;
	color: #FF9900;
}
.grey { color:#999999;}

