
/* HOJA DE ESTILOS - fincasmontemar.com */


/* ENLACES : */

a {
	color: #FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a:hover {
	color: #076FAB;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a.blanco {
	color: #FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a:hover.blanco {
	color: #FFFFFF;
	text-decoration:underline;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a.menu {
	color: #000000;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a:hover.menu {
	color: #076FAB;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a.minificha {
	color: #076FAB;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a:hover.minificha {
	color: #000000;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

a.footer {
	text-decoration:none;
	font-family: arial;
	font-size: 7pt;
}

a:hover.footer {
	text-decoration:none;
	font-family: arial;
	font-size: 7pt;
}

/* TEXTOS : */

font.blanco {
	color: #FFFFFF;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

font.negro {
	color: #000000;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

font.negro2 {
	color: #000000;
	text-decoration:none;
	font-family: arial;
	font-size: 7pt;
	font-weight: bold;
}

font.amarillo {
	color: #F8C400;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

font.azul {
	color: #022840;
	text-decoration:none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

font.fecha {
	color: #076FAB;
	text-decoration:none;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
}

/* FORMULARIOS : */

input{
	font-family: Arial;
	font-size: 8pt;
	color: #022840;
	font-weight: bold;
	border: 1px dotted #05598B;
	background-color: #FFFFFF;
}

input.check{
	border: 1px solid #DDF1FF;
}

select{
	font-family: Arial;
	font-size: 8pt;
	color: #022840;
	font-weight: bold;
	border: 1px dotted #05598B;
	background-color: #FFFFFF;
}

textarea{
	font-family: Arial;
	font-size: 8pt;
	color: #022840;
	font-weight: bold;
	border: 1px dotted #05598B;
	background-color: #FFFFFF;
}


input.botones{
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	border: 1px solid #4FADE6; 
	background-color: #BBE3FF;
}