﻿/* diseño de CSS */
body {
	background-color: #162214;
	color: #ffffe8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	font-size: 1.2em;
	color: maroon;
} 
h1{
	color: #2a5e1c;
	font-size: 2em;
}

dt {
	color: #2a5e1c;
	font-size:1.2em;
	font-weight: bold;
}

dd{
	color: #2a5e1c;
	font-size: 1.2em;
	font-weight:bold;
}
#encabezamiento {
	background: url(titulo.gif) #e3e2b6 no-repeat center;
	border-bottom: medium double #2a5e1c;
	height: 100px;
	padding: 0;
	margin: 0;
}

#cajacentral {
	background-color: #ffffe8;
	border-left: medium double #2a5e1c;
	border-right: medium double #2a5e1c;
	color: #000000;
	margin: 0 auto auto auto;
	padding: 1px 1px 1em 2em;
	width: 750px;
}
.seleccionar {
	background-color: #ffffe8;
	border-left: medium double #2a5e1c;
	border-right: medium double #2a5e1c;
	color: #000000;
	margin: 0 auto auto auto;
	padding: 1px 1px 1em 2em;
	width: 750px;
	height: 30px;
	background-image: url('fondomenu.jpg');
	background-repeat: repeat-x;
}
.seleccionar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.seleccionar li{
	DISPLAY: inline;
}

.seleccionar a{
	margin: 2px 0px 0px 0px;
	background-position: center;
	float: right;
	padding: 5px 10px 5px 10px;
	background-image: url('basemenu.jpg'); 
	color:green;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.seleccionar a:hover {
	color: maroon;
	background-image:url('resaltamenu.png');
}

.imagen {
	float: right;
	width: 300px;
	margin-left:30px;
	margin-right:20px;
	margin-top:30px;
}
.imagencentral {
	float: left;
	width: 260px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}
#footer {
}

