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

html, body {
	margin:0pt;
	background-image:url(../img/fondo.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contenido {
	margin:0pt auto;
	width:760px;
}
.texto1 {
	font-weight:bold;
	color:#333;
	font-size:14px;
	margin-left:5px;
}
.texto2 {
	width:610px;
	margin-left:5px;
	color:#333;
}
#col1 {
	width:300px;
}
#col2 {
	width:310px;
}
#col1, #col2 {
	font-size:12px;
}
#tabla_input {
	font-size:12px;
	margin-top:10px;
	color:#333;
}
.boton_crear {
	font-size:14px;
	font-weight:bold;
	height:28px;
	color:#333;
}
#caja_contadores {
	margin-top:5px;
	width:300px;
	height:300px;
	border:1px solid #ccc;
	background-color:#f3f3f3;
	overflow-x:hidden;
	overflow-y:scroll;
}
#caja_contadores2 {
	width:700px;
}

#text_img {
	width:600px;
	height:200px;
}

#footer {
	border-top:1px solid #ccc;
	text-align:center;
	color:#888;
	font-size:11px;
	padding-top:5px;
	margin-top:20px;
}
#footer a, #footer a:visited {
	color:#888;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
