/* CSS Document */

.form-border {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.input_box {
	font-family:Comic Sans MS;
	font-size:9px;
	color:223452;
	border: 1px solid #F4B065;
}

.text_info_cafe{
	font-family:Comic Sans MS;
	font-size:11px;
	font-weight:bold;
	color:#712E01;
}
.text_info_blanco{
	font-family:Comic Sans MS;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.text_info_azul{
	font-family:Comic Sans MS;
	font-size:12px;
	color:223452;
}
a {
	font-family: Comic Sans MS;
	font-size: 11px;
	color: #223452;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #000033;
}