#contenedor {
	width: 800px;
	margin: auto;
	background: #FFFFFF;
	border: solid 1px #969696;
	}

	#menu {
	border-top: 2px solid #4b5b9c;
    background-color:#f0f0f0;
    text-align:right;
	width: 800px;
	padding-right: 0px;
	font-size: 13px;
}


#menu li {
	display: inline;
	text-align: right;
}

#menu a {
	padding: 15px 15px 0 15px;
	border-top: 5px solid #29A4E1;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #fef1e2;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: underline;
}

.image {
FLOAT: left;
margin-right: 8px;
}

.start {
width: auto;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
background-color: #FECAB1;
padding-left: 5px;
}

.start a {
text-decoration: none;
}

.caja1 {
	width: 481px;
	float: left;
	position: absolute;
	margin-left: 2px;
	border: solid 1px #BDDFEC;
}

.caja1 p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.caja2 {
width: 300px;
	float: left;
	position: absolute;
	margin-left: 495px;
	}

.caja2 p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
float: left;
position: absolute;
border-right: solid 1px #CCCCCC;
height: auto;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #E8E8E8;
background: #566396;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrow3-normal.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 14px;
}

.arrowlistmenu ul li a:hover{
color: #330099;
}
/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #E16629;
		border-bottom: 2px solid #4b5b9c;
}

#footer p {
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Termina el footer */

.clearer {
	clear:both;
	height:10px;
}
