body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	text-align: justify;
/*	background-color: #FDFBEC;*/
	background-color: #FFFFFF;
	margin-right:20px;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

a:hover{
	font-weight: bold;
	text-decoration:underline;
	color: #DC143C;
}

#todo{
	width: 550px;
}

.foto{
	border: 1px solid black;
}

.titulo{
	color: Red;
	font-size: 19px;
}

.subtitulo{
	color: #000099;
	font: italic bold 15px ;
}

.divs{
	text-align: center;
	padding-top: 20px;
	border: 1px solid black;
	float: left;
	width: 130px;
	height: 80px;
}

#formulario{
	border: 1px solid black;
	width: 400px;
	padding: 20px;
	margin: 10px 80px 10px 80px;
}

input{
	border: 1px solid black;
	background-color: #DFDFDF;
}

textarea{
	border: 1px solid black;
	background-color: #DFDFDF;
}

td{
	color: #000000;
	font-size: 12px;
}