@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	margin:0px;
}

.contenedor{
	background-image:url(img/back.jpg);
	background-repeat:repeat-y;
}



.marco{
	background-image:url(img/marco_imagen.jpg);
	background-repeat:no-repeat;
	width:510px;
	height:340px;
}

.barratitular{
	background-color:#72BF44;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-left:5px;
}

.texto{
	width:100%;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#72BF44;
	overflow:auto;
}


