*{
	margin:0;
	padding:0;
	}

body {
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color : #444;
	font-size: 100.1%;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
font-weight : normal;
font-style : italic;

}

h3 {
	font-family : Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	color : #cc9900;
	margin-top: 10px;
}

p {
	line-height : 160%;
	margin: 5px;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #838383;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

a:hover, a:focus, a:active {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

a:visited {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

a:visited:hover, a:visited:focus, a:visited:active {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


#contenedor {
	position : relative;
	width : 700px;
	
	height: 800px;
	margin: auto;
}



#contenedorTexto {
	text-align: justify;
	background-image: url(../imagenes/fondoTexto.jpg);
	background-repeat: repeat;
	background-position: right top;
	border : 1px solid #ccc;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	position: absolute;
	left: 211px;
	top: 135px;
	height: 100%;
	width: 65%;
	z-index: 1;
}

#contenedorTexto2 {
	text-align: justify;
	background-image: url(../imagenes/fondoTexto.jpg);
	background-repeat: repeat;
	background-position: right top;
	border : 1px solid #ccc;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	position: absolute;
	left: 211px;
	top: 135px;
	height: 100%;
	width: 65%;
	z-index: 2;
}

#menuVertical {
	position : absolute;
	top : 135px;
	left : 10px;
	width : 15em;
	
	border : 1px solid #ccc;
	padding-left : 10px;
	font-size : .75em;
	font-style : italic;
	color : #cc9900;
	margin-bottom : 0;
	background-image: url(../imagenes/fondoLink.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}

#piePagina {
	text-align: center;
	text-transform : uppercase;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


#menuVertical h3 {
font-size : 2em;
color : #006699;
}

ul {
	list-style-type : none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

li {
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 20px;
}

li a {
	background : #f6f7f9;
	display : block;
	width : 90%;
	height : auto;
	padding: 0.2em;
	padding-left : 5px;
	font-weight : normal;
	font-style : normal;
	font-size : 1.4em;
	line-height: 1.4em;
	border : 1px solid #ccc;
	font-variant: small-caps;
}

li a:hover, li a:focus, li a:active {
background : #fff;
text-decoration : none;
border : 1px solid #999;
}

li a:visited, li a:visited:hover, li a:visited:focus, li a:visited:active {
background : #f6f7f9;
border : 1px solid #ccc;
}

li a:visited:hover, li a:visited:focus, li a:visited:active {
background : #fff;
border : 1px solid #999;
}

#menuVertical ul li a.c {
background : transparent;
display : block;
width : 85%;
margin-top : -1.2em;
margin-left : 1.2em;
padding-left : 0;
font-weight : normal;
font-style : italic;
font-size : 1.2em;
border : 0;
letter-spacing : .02em;
}

#menuVertical ul li a.c:hover, #menuVertical ul li a.c:focus, #menuVertical ul li a.c:active {
border : 0;
color : #000;
}

#piePagina a {
margin : 0 20px 0 20px;
font-size : 80%;
letter-spacing : .4em;
}

#logo {
	position : relative;
	top : 0;
	left : 0;
	width : 100%;
	height : 120px;
	background-color: transparent;
	background-image: url(../imagenes/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner {
	position : absolute;
	width : 90px;
	height : 60px;
	z-index: 1;
	left: 49px;
	top: 451px;
	border: 1px solid #ccc;
}


#contacto {

	position : absolute;
	width : 229px;
	height : 28px;
	z-index: 1;
	left: 485px;
	top: 130px;
	border: 1px solid #ccc;
}
