

/********************* elementos básicos **********************/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #003333;
}
a:hover {
	color: #006633;
}
body {
	color: #003300;
	background-color:#ecf4d7;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #006600;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #006600;
	padding-top: 6px;
}

/******************************* varios *******************************/
.rompedor {
	clear: both;
}

/******************************** estructura ****************************/
.contenedor {
	background:url(img/fondocontenedor.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
}
.header {
	background-image:url(img/encabezado.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

/******************************** títulos ****************************/
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 140px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/******************************** navegación ****************************/
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #003300;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/******************************** main ****************************/
.main {
	clear: both;
	padding: 8px 18px;
}

/******************************** lateralbotones ****************************/
.lateralbotones h1,.lateralbotones ul {
	padding-left: 12px;
}
.lateralbotones {
	background: #e6f2bf;
	border: 1px solid #E5E5E5;
	float: left;
	width: 190px;
	height:500px;
}
.lateralbotones h1 {
	color: #006600;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.lateralbotones ul {
	border-top: 1px solid #FAFAFA;
	background: #e6f2bf url(img/fondolista.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.lateralbotones li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.lateralbotones li a {
	color: #003333;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.lateralbotones li a:hover {
	color: #009900;
}
li.current {
font:bold;}
/******************************** contenidos ****************************/
.content {
	float: right;
	width: 530px;
        overflow:auto;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #f1f6e6;
	margin-bottom: 8px;
	height:490px;
}
.content .itemLEGAL {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #f1f6e6;
	margin-bottom: 8px;
	/*height:490px;*/
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/lista2.gif);
	margin-left: 18px;
}

.imgagenes{
margin:0 auto;

}
tr.par {
	background-color: #E6F2BF;
	font-size: medium;

}
tr.impar {
	background-color: #DAE8AB;
	font-size: medium;

}
/******************************** footer****************************/
.footer {
	background: #e6f2bf;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 730px;

}
.footer a {
	color: #b2c77c;
	text-decoration: none;
}
.footer a:hover {
	color: #009933;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}

/******************************** floats ****************************/
.left {float: left;}
.right {float: right;}
.center {margin:0 auto;}