﻿/* diseño de CSS */
.style1 {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.style6 {
	color: #FFFFFF;
}

.style12 {
	text-align: center;
	background-color: #FEFFD4;
}

</style>

#top_nav {
	background: #0033CC;
	font-family: Rockwell;
	text-align: center;
	position: relative;
    z-index:3;

}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	background: #0033CC;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 50px;
	font-family: Rockwell;
	text-align: center;
    z-index:2;
}

#page_content {
	margin-left:180px;
	text-align: center;
}

#footer {
	position: relative;
	background-color: #0033CC;
	text-align: center;
    z-index:3;

}

#capa1 {
	position: relative;
	z-index: 1;
	top: 4px;
	left: 24px;
	float: left;
}

#capa1-1 {
	position: relative;
	z-index: 1;
	top: 4px;
	right: 10px;
	float: right;
}


body {
	margin: 0;
	padding: 0;
	background-image:url('images/artxanda4.jpg')
}

h1 {
	color: #FEEED4;
	font-family: Rockwell;
}

h2 {
	color: #326733;
	font-family: Rockwell;
}

.pie {
	font-family: Arial;
	color: #00FFFF;
	text-align: left;
	font-size: x-small;
	text-align: center;
}

.cabecera {
	color: #FEEED4;
	font-family: Arial;
	font-weight: bold;
	font-size:small;
}

.menu {
	color: #FEEED4;
	font-family: Arial;
	font-weight: bold;
}

.menus {
	color: #0033CC;
	font-weight: bold;
	font-family: Rockwell;
	margin: 5px;
}

#optimizado {
	position:relative;
	color: #00FFFF;
	font-family: Arial;
	font-size: x-small;
	margin:0;
	padding:0;
	width: 228px;
	height: 0px;
	left: -272px;
	top: -25px;
	z-index: 1;
}

img {
	border: 0;
	margin: 2px;
}

a:visited {
	color: #0033CC;
	font-weight: bold;
}

a:active {
	color: #0033CC;
	font-weight: bold;
}

a:hover {
	color: #FF9900;
	font-weight: bold;
}


p {
	font-weight: bold;
}

