/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/background.gif); background-repeat:repeat; background-position: top center; 
    background-color: #dddada;
}
.textmenutitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
.textmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.menutextolink { 
    font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #034384;
    text-decoration: none;
    font-weight: normal;
}
.menutextolink :link { 
    text-decoration: none;
}
.menutextolink :visited { 
    text-decoration: none;
}
.menutextolink :hover { 
    text-decoration: none;
	color: #acacab;
}
.titulosnegro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.titulosblanco{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}
.bgbottom{
	background-image: url(../imagenes/background_bottom.jpg); background-repeat: no-repeat; background-position: top; 
}
.bgbottom2{
	background-image: url(../imagenes/background_bottom2.jpg); background-repeat: no-repeat; background-position: top;
	
}
.bgbottom3{
	background-image: url(../imagenes/background_bottom3.jpg); background-repeat: no-repeat; background-position: top; 
}
.textoazul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}
 .textolink { 
    font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
    font-weight: normal;
	text-decoration: underline;
	color: #034384;
}
.textolink :link { 
    text-decoration: underline;
	color: #034384;
}
.textolink :visited { 
    text-decoration: none;
	color: #fff;
}
.textolink :hover { 
    text-decoration: none;
	color: #fba808;
}
.textoblancolink { 
    font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.textoblancolink :link { 
    text-decoration: none;
}
.textoblancolink :visited { 
    text-decoration: none;
}
.textoblancolink :hover { 
    text-decoration: none;
	color: #ffffff;
}