/* CSS Document */

h1 {
	font-family: "trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
	text-decoration: none;
}


.centrado{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.foto{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 5px;
}

.foto:hover{
	background-color: #8601FF;
}


.tabla_mensaje{
	width: 100%;
	border: thin dotted #8601FF;
}
.txtCreditosDatamarsis{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	vertical-align: text-top;
}
a.txtCreditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0201FF;
	text-decoration: none;
	font-weight: bold;
	
}
a.txtCreditos:hover{
	color: #FC0000;
	text-decoration: underline;
}
#div_video{
	height: 340px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
}

#div_contenido{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/* form elements */
form {
	margin: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #660000;
	font-family: "trebuchet MS";
	font-size: 12px;
}
input, textarea, select {
	padding: 4px;
	color: #815a06;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}

input:focus, select:focus, textarea:focus {
	color: #660000;
	background: #E8CFFF;
}

textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background-color: #8601FF;
	border: 1px solid #000000;
}

