@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background:url(../IMG/fondo.jpg);
}

a:link {
	color: #363755;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #363755;
}
a:hover {
	text-decoration: none;
	color: #363755;
}
a:active {
	text-decoration: none;
	color: #363755;
}

#contenedor{
width:1024px;
}

#menu{
width:196px;
float:left;
}

#contenido{
width:828px;
float:left;
}

#bordeSuperior{
width:828px;
height:72px;
background:url(../IMG/bordeSuperior.png) no-repeat;
float:left;
}

#bordeInferior{
width:828px;
height:36px;
background:url(../IMG/bordeInferior.png) no-repeat;
float:left;
}

#espacioTexto{
width:828px;
background:url(../IMG/textSpace.png) repeat-y;
float:left;
}

#texto{
width:650px;
margin-left:60px;
float:left;
font-family:Verdana, Geneva, sans-serif;
text-align:justify;
font-size:12px;
font:Verdana;
color:#333;
}

.titulo{
	font-size:17px;
}

.subtitulo{
	font-size:15px;
	font-style:italic;
}

#footer{
width:1024px;
height:57px;
background:url(../IMG/amarillo_r10_c1.png) no-repeat;
float:left;
}