@charset "utf-8";
/* CSS Document */

body{
margin: 0;
background-color:#CCCCCC
}
.texto {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
.textob {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.titulo {
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
.titulin {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#scroll {
	overflow: scroll;
	padding: 0;
	margin: 0;
	width: 618px;
	height: 270px;
	float: right;
	overflow-x: hidden;
}