@charset "utf-8";

body/* CSS Document */
{

background-image:url(../images/fondo_web.jpg);
background-repeat:no-repeat;
margin-top:-10px;
margin-left:-10px;


}
.contenido {
	overflow-y: auto;
	overflow-x: hidden;
	visibility: visible;
	height: 500px;
	width: 565px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 0px;
	top: 18px;
	position: relative;
	vertical-align: top;
	display: block;
}

.texto_web{
	font-family: Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #003399;
}