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

body {
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
}
.fecha {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #666666;
}


a, a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #013976;
}

a:hover {
	color: #ffffff;
	background-color: #004080;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.titulo-categoria {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}
	
.form-buttom {
	background-color: #EAEAEA;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #BCC3CF;
	border-bottom-color: #BCC3CF;
	border-left-color: #EAEAEA;
}
.text-blanco {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
.text-general {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #666666;
}
