body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

acronym {
	border: none;
}

acronym:hover, abbs:hover {
    cursor: help;
}

a {
	outline: none;
}

a img {
	border: none;
}

#contedor {
	width: 700px;
	margin: 50px 0 50px 50px;
}

#cabecera #clogo {
	height: 70px;
	margin-bottom: 10px;
	padding: 20px 0 0 20px;
	background-color: #036;
}

#imgcab img {
	display: block; /* para que explorer no ponga espacio */
	margin-bottom: 1px;
}

#menui {
	float: right;
	margin: 3px 10px 0 0;
}

#menui a {
   text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

#menui a:hover {
	color: #CCC;
}

#menu {
	width: 700px;
	height: 26px;
	background-color: #48739A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	clear: both;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   white-space: nowrap;
	color: #FFF;
}

#menu ul li {
	float: left;
	height: 18px;
	padding: 4px 0;
	border-right: 1px solid #FFF;
}

#menu ul a, #menu ul a:link {
	padding: 4px 15px;
    text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

#menu ul li.active {
	padding: 4px 15px;
	background-color: #AA024E;
}

#menu ul a:hover {
	background-color: #b4bcd3;
	color: #333;
}

#banner {
	float: right;
	width: 185px;
	margin: 40px 0 0;
	vertical-align: top;
}

#banner h1 {
	margin-bottom: 6px;
	padding: 6px 0;
	font-size: 1em;
	color: #AA024E;
	line-height: 1.4em;
	border-bottom: 2px dotted #CCC;
}

#banner p {
	margin: 0 0 4px;
	font-size: 0.75em;
	line-height: 1.4em;
}

#banner p.data {
	margin: 0;
	color: #AA024E;
	font-size: 0.7em;
}

#banner p.noti {
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

#banner .separa {
	background-image: url(img/doble.gif);
	background-repeat: repeat-x;
}

#banner a {
	text-decoration: none;
	font-weight: normal;
	color: #3B709E;
}

#banner a:hover {
	color: #FF8C00;
}

#banner img {
	margin: 5px auto;
}

#banner p.botonera {
	margin: 15px 0 0;
	text-align: left;
}

#banner a.boton {
	padding: 2px 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: none;
	font-size: 0.9em;
	letter-spacing: normal;
	background-color: #48739A;
}

#banner a.boton:hover {
	background-color: #b4bcd3;
	color: #333;
}

#contido2col {
	width: 475px;
}

#coltodo {
	width: 700px;
}

#colu1 {
	width: 470px;
}

#contido {
	width: 100%;
	margin: 40px 0;
	display: block;
}

#contido h1 {
	font-size: 1.22em;
	color: #AA024E;
	line-height: 1.6em;
}

#contido h2 {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #006699;
	line-height: 1.6em;
}

#contido p {
	font-size: 0.8em;
	line-height: 1.6em;
}

#contido a {
	text-decoration: none;
	font-weight: bold;
	color: #3B709E;
}

#contido a:hover {
	color: #FF8C00;
}

#contido ul.lista li {
	list-style: url(img/vineta.gif);
	margin: 10px 0 0 -10px;
	padding-left: 3px;
	font-size: 13px;
}

#contido .lopd {
	margin: 30px 0 20px;
	font-size: 0.9em;
	color: #666;
}

#contido p.data {
	margin: 20px 0 0;
	color: #AA024E;
	font-size: 0.7em;
}

#contido p.noti {
	margin-top: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

form.formc {
	width: 592px;
	margin: 20px 0;
	padding: 20px 50px 10px;
	border: 1px solid #AAA;
	background-color: #F3F3F3;
}

form.formc p{
	padding: 0px 0px;
	font-size: 0.8em;
}

form.formc input, form.formc textarea {
	padding: 2px;
	width: 585px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #036;
}

.hrdoble {
	width: 100%;
	height: 10px;
	margin: 15px 0 40px;
	background-image: url(img/doble.gif);
	background-repeat: repeat-x;
}

table.numer {
	width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
}

table.numer tr.impar {
	background-color: #E2E6EF;
}

table.numer td {
	padding: 5px;
}

#contido p.botonera {
	margin: 10px 0;
	text-align: right;
}

#contido a.boton {
	padding: 4px 12px;
	margin-left: 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #4F7DAC;
	letter-spacing: 0.1em;
	border: 1px solid #FFF;
}

#contido a.boton:hover {
	background-color: #A4B3CA;
}

#contido .galeria a img {
	padding: 7px 5px;
	border-top: 5px solid #DDD;
	border-bottom: 5px solid #DDD;
}

#contido .galeria a:hover img {
	border-top: 5px solid #AA024E;
	border-bottom: 5px solid #AA024E;
}

img.izqsin {
	float: left;
	margin: 0 20px 10px 0;
}

#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666;
}

#pie p {
	margin: 4px;
}






/* TABS ----------------------------------------------------- */

#pestanas {
	margin-top: 30px;
	padding: 0;
}

ul.tabs {  
    margin: 0;  
    padding: 0;  
    list-style: none;  
    height: 36px;  
    border-bottom: 1px solid #CCC;  
    border-left: 1px solid #CCC;  
    width: 100%;  
}  
ul.tabs li {  
    float: left;  
    margin: 0;  
    padding: 0;  
    height: 35px;  
    line-height: 35px;  
    border: 1px solid #CCC;  
    border-left: none;  
    margin-bottom: -1px;  
    overflow: hidden;  
    position: relative;  
}

ul.tabs li a {  
	letter-spacing: 0.2em;
    display: block;  
    font-size: 1em;
	font-weight: bold;
    padding: 0 20px;  
    outline: none;  
}

html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs li.active a  {  
    background: #fff;  
    border-bottom: 1px solid #fff;
	color: #F60;
}

.tab_container {
	margin: 0 0 30px;
    border: 1px solid #CCC;  
    border-top: none;  
    overflow: hidden;  
    clear: both;  
    float: left; width: 100%;  
    background: #fff;  
}  
.tab_content {  
    padding: 20px;  
    font-size: 1em;  
}

.tab_content p {
	margin: 10px 0;
}