#divCentrado {
	text-align: center;
	vertical-align: middle;
}
#contenedor {
	margin-left:auto;
	margin-right:auto;
	width: 801px;
}
a.menuitem {
	background-color: #008b8e;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #008b8e;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.menuitem:hover {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00C5CA;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.selected{
	background-color: #cf452b;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.verde {
	background-color: #008b8e;
}
.rojo {
	background-color: #cf452b;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	text-indent: 6pt;
}
P.texto:first-letter {
	font-size: 125%;
	font-weight: bold;
	text-indent: 5pt;
	font-style: italic;
} 
.encabezado {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CF452B;
	padding-top: 5px;
	color: #008B8E;
	position: static;
}

 /*
 ROUNDED BOX
 
 */
.rbroundbox {
	background: #f4fff2 url(../images/RecorteCaballos.gif) no-repeat right top;
	margin: 20px 10px 20px 20px;
	position: relative;
}
.rbtop div  { background: url(../images/rounded/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(../images/rounded/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(../images/rounded/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/rounded/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.contenido  { 
margin: 0 14px; }
/*
FORMS
*/
#textArea{
	border: 1px solid #008B8E;

}
#button{

	border:1px solid #008B8E;
	text-align:center;
	background-color: #F4FFF2;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

