@charset "utf-8";
/* CSS Document */

body, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	text-decoration: none;
	text-align: justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	text-decoration: none;
}
.sombra {
	background-image: url(imagessitio/sombra.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.linea {
	background-image: url(imagessitio/linea.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.linea_v {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #DEDEDE;
}
.caja_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF33;
	background-color: #999999;
	border: 1px solid #000000;
}

.titulo, .titulo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.f_negro, .f_negro a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #333333;
	height: 35px;
	vertical-align: middle;
	word-spacing: 6px;
	text-decoration: none;
}
.caja_texto_gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.linea_a {
	border: 1px solid #DEDEDE;
	background-color: #f9f9f9;
}
.linea_b {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	background-color: #F9F9F9;
}

