@charset "utf-8";
/* CSS Document */

.contenedor {
	position: relative;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-bottom-color: #858585;
	border-left-color: #858585;
}

.corte {
	clear: both;
	margin: 0px;
}
.head {
	position: relative;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-bottom-color: #3D3D3D;
	border-left-color: #3D3D3D;
	background-color: #5A5A5A;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3D3D3D;
}
.logo {
	position: absolute;
	height: auto;
	width: auto;
}

body {
	background-color: #F7F7F7;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../bg-body02.png);
	margin-right: 10px;
	margin-left: 10px;
}
.pie {
	position: relative;
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3D3D3D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-left-color: #858585;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #858585;
}
.pie2 {
	position: relative;
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3D3D3D;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-bottom-color: #858585;
	border-left-color: #858585;
	padding: 10px;
}
.menu2 {
	position: relative;
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	background-color: #3D3D3D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-left-color: #858585;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}


.menu {
	position: relative;
	height: 40px;
	width: 900px;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-left-color: #858585;
	background-image: url(../fondomenu.png);
}
.izquierda {
	position: relative;
	height: auto;
	width: 580px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.banner {
	position: relative;
	height: auto;
	width: auto;
}

.derecha {
	float: right;
	width: 290px;
	position: relative;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	position: relative;
	height: auto;
	width: auto;
	background-color: #EAEAEA;
	padding: 4px;
	font-weight: bold;
	background-image: url(../titulos.png);
	border: 1px solid #E2E2E2;
}
.separador {
	position: relative;
	height: 10px;
	width: auto;
}

.contenido {
	padding: 4px;
	width: auto;
	position: relative;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
}




a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.enlaces {
	position: relative;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3D3D3D;
	border-left-color: #3D3D3D;
	padding-top: 5px;
}

