/* CSS Document */

html, body {
	font-family:arial;
	font-size:11px;
	color:#666;
	margin:0px;
}

a:link, a:visited, a:hover {
	color:#666;
	text-decoration:none;
}

input, textarea, select {
	font-family:arial;
	font-size:11px;
	color:#666;
}

/* ids */

#cabecera {
	width:742px;
	margin:auto;
	position:relative;
}

#menu {
	width:740px;
	margin:auto;
	position:relative;
	background-image:url(/img06/fondomenu.jpg);
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	font-size:12px;
	color:#999;
}

#contenido {
	width:740px;
	margin:auto;
	position:relative;	
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	min-height:300px;
	_height:300px;	
}

#pie {
	width:742px;
	margin:auto;
	position:relative;
	font-size:9px;
	border-top:1px dashed #ccc;
}

/* clases */

.bmenu, .bmenu:active, .bmenu:link, .bmenu:visited {
	font-size:14px;
	color:#CE0100;
	text-decoration:none;
}

.bmenu:hover {
	background-image:url(../img06/fondomenuover.jpg);
}

.botonespeq, .botonespeq:active, .botonespeq:visited, .botonespeq:link {
	font-size:14px;
	font-style:italic;
	color:#CE0100;
}

.botonespeq:hover{
	background-image:url(../img06/botonpeq2.jpg);
}

.botones, .botones:active, .botones:visited, .botones:link {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#CE0100;
}

.botones:hover {
	background-image:url(../img06/boton2.jpg);
}

.botonespeq2, .botonespeq2:active, .botonespeq2:visited, .botonespeq2:link {
	font-size:11px;
	color:#CE0100;
}

.botonespeq2:hover{
	background-image:url(../img06/botonpeqb.jpg);
}
