img {
	border: 0px;
	border-style: none;
}

a,
body,
td,
td.datos_personales_obligatorios,
td.datos_terrado_obligatorios
{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: white;
}

body,
td {
      background: black;
}

td.datos_personales	{
	background: red;
}

td.datos_personales_obligatorios	{
	font-family : Times;
	background: darkred;
	font-weight: bold;	
}

td.datos_terrado	{
	background: green;
	color: white;
}

td.datos_terrado_obligatorios	{
	background: darkgreen;
	color: white;
}

td.form_field_header	{
	font-weight: bold;
}

a{
	color:  white;
	text-decoration: underline;
}

a:link {}

a:visited {}

a:hover {
	color:  red;
	text-decoration: underline;
	}

a:active {} 


.calle {
	font-size : 14px;
	font-weight: bold;
}

.nombre {
	color: #CCCCCC;
}

.comentario	{
	font-style: italic;
}

.terrado	{
	font-size : 12px;
	font-weight: bold;
}

.terrado_unconfirmed	{
	font-size : 12px;
	font-weight: bold;
	color: #999999;
}

.persona_unconfirmed	{
	font-size : 12px;
	color: #999999;
}
td.datos_personales { 	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: white;
 } 

td.datos_terrado { 
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: white;
 } 
.datos_terrado_text {
	background: green;
	color: white;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
}


