body {
	background : #CCCCCC;
	font-family: sans-serif;
	margin-top: 0px;
}

#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 620px;
}

#intro {
	background-color: #CCCCCC;
	margin-top: 15px;
}

#cabecera {
	background-color: #FFFFFF;
	height: 83px;
	padding-left: 25px;
	padding-top: 5px;
}

#botonera {
	height: 104px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contenido {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	/*min-height:500px;*/
}

#contenido ul {
	font-size: 12px;
	list-style-type: square;
}

#contenido ul li {
	margin-bottom: 5px;
}

#contenido table {
	border: 1px solid #CCCCCC;
}

#contenido table p {
	margin-bottom: 10px;
}

#contenido table td {
	border-right: 1px solid #CCCCCC;
}

#titulo {
	background-repeat: no-repeat;
	background-image: url(images/cabecera.jpg);
}

#titulo img {
	width: 169px;
}

#titulo h1 {
	color: #333333;
	font: 16px arial, helvetica, sans-serif;
	float: right;
	padding: 5px 5px 0 0;
}

#parrafo {
	padding-left: 170px;
}

#parrafo h2 {
	font: 16px arial, helvetica, sans-serif;
}

#parrafo p {
	color: #000000;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 25px;
}

#pie {
	text-align: center;
	background-color: #D2E1Ea;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
}

#pie a {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
}

#pie a:hover {
	color: #000099;
}

#navcontainer ul
{
padding: 10px 0 0 10px;
margin: 0 0px 0 0;
color: b;
float: left;
width: 100%;
	font: 11px arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline;
	text-align: center;
	margin: 0 0px 0 0;
	padding: 0 0 0 0;
}

#navcontainer ul li a
{
color: Black;
text-decoration: none;
float: left;
	/*background-repeat: no-repeat;
	background-image: url(images/button_rdy.gif);*/
	margin: 0 0px 0px 0;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 5px;
}

#navcontainer ul li a:hover
{
color: #fff;
	/*background-image: url(images/button_over.gif);
	background-repeat: no-repeat;*/;
	background-color: #0099CC;
}

#navlist li a#current, #navlist li a#current:link
{
cursor: default;
	/*background-repeat: no-repeat;
	background-image: url(images/button_over.gif);*/
	color: #000000;
	background-color: #0099CC;
	border-color: #333333;
}

strong {
	font-size: 18px;
}

#listamitad {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

form {
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
