/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.titulo{
	text-align: left;
}

h1{
	position:relative;
	display: block;
	font-family: "geneva";
	font-size: 30px;
	top:25px;
	left:0px;
	color:#356478;
}

h2{
	position:relative;
	display: block;
	font-family: "geneva";
	font-size: 20px;
	top:40px;
	left:0px;
	color:#356478;
}
.filaPrincipal{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.backgroundTexto{
	background-image:url(../img/web_r3_c2.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}
.tituloParte{
	font-size:12px;
	color:#003366;
	font-weight:bold;
	vertical-align:bottom;
}
.filaContenido{
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align:top;
	color:#333333;
	
}
