.titulo{
	font-family: 'Roboto', sans-serif;
	color:#5a6771;
	font-size: 25px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
}

.contenido{
	font-family: 'Roboto', sans-serif;
	color:#5a6771;
	font-size: 14px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
	line-height: 1.5em;
}


.lateral{
	font-family: 'Roboto', sans-serif;
	color:#5a6771;
	font-size: 16px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
}


.lateral_blanco{
	font-family: 'Roboto', sans-serif;
	color:#FFFFFF;
	font-size: 16px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
}

.contenido_blanco{
	font-family: 'Roboto', sans-serif;
	color:#f3f3f3;
	font-size: 12px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	text-shadow: 0px 0px 0px #CACACA;
	margin:0px 0px 0px 0px;
}

.fecha{
	font-family: 'Roboto', sans-serif;
	color:#929292;
	font-size: 12px;
	font-stretch:inherit;
	text-align: left;
	text-decoration: none;
	letter-spacing:0px;
	text-shadow: 0px 0px 0px #CACACA;
	margin:0px 0px 0px 0px;
}

.horizontal_630
{
border-bottom: 1px dotted #CACACA;
height: 1px;
width: 630px;
margin: 10px 0px 10px 0px;
}

.horizontal_300
{
border-bottom: 1px dotted #CACACA;
height: 1px;
width: 250px;
margin: 10px 0px 10px 0px;
}

.formulario {
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	padding:10px 20px;
	text-decoration:none;
}
.formulario:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.formulario:active {
	position:relative;
	top:1px;
}