/*pequeña descripcion de la secciòn*/
#descripcion {
/*	background:#dbeaf2 url(../img/greca.jpg) no-repeat right top;*/
	background:#dbeaf2;
	background-position:88% 0%;
	float: right;
	height: 125px;
	margin: 0 10px;
	margin-bottom:10px;
	width: 467px;
	}
	
#descripcion img {
	border:3px solid #fff;
	float: left;
	margin: 10px 0 10px 10px;
	}
	
#descripcion p {
	float: right;
	width: 265px;
	padding: 5px 10px;
	height:auto;
	text-align:left;
	}

/*contenedor de las opciones seleccionadas*/
#cont_opciones {
	background: #dbeaf2;
	width: 757px;
	height: 100%;
	margin:0 10px;
	padding:0;
	}

#cont_opciones h2 {
	background:#318fb5;
	color:#fff;
	padding: 0 10px 0 10px;
	line-height:12px;
	font-size:18px;
	font: 150% Georgia, "MS Sans Serif", Geneva, sans-serif;
	}

#cont_opciones .iz {
	width:480px;/*update*/
	height:auto;
	padding:10px 10px;
	text-align:justify;
	margin:0 10px;
	min-height:400px;
	}


#cont_opciones .imagenes {
	background:url(../img/fondo_img.png) no-repeat;
	width:480px;
	height:134px;
	
	margin:10px 0;
	}



#cont_opciones .imagenes ul {
	padding:25px 20px;
	}

#cont_opciones .imagenes li {
	display:inline;
	padding:0 10px;
	
	}






/*subopciones*/
#subopciones{
	width:181px;
	height:240px;
	padding:10px;
	float:right;
	position: relative;
	}
#subopciones .top {
	background: #0066FF url('../img/topsubopciones.png')no-repeat;
		background-image:url('../img/topsubopciones.png');
	height:14px;
	width:181px;
	}

#subopciones .enmedio {
		background:url('../img/bgsubopciones.png') repeat;
			background-image:url('../img/bgsubopciones.png');
		width:181px;}
	
#subopciones .abajo {
	background:url('../img/bottomsubopciones.png')no-repeat;
		background-image:url('../img/bottomsubopciones.png');
	height:40px;
	width:181px;}
#subopciones ul{

	list-style:none;
	padding:0 0 0 2px;
	}

#subopciones li{
	list-style:none;
	display:block;
	padding:2px 10px;
	color:#184b59;
	font-weight:bold;
	}

#subopciones li a{
	list-style:none;
	display:block;
	background:url(../img/circulobullet1.png) no-repeat left center;
	color:#184b59;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	padding:0 5px 0 20px;
	text-align:left;
	}

#subopciones li a:hover{
	background:url(../img/circulobullet_h1.png) no-repeat left center;
	color:#fff;
	text-decoration:none;
	}

#subopciones li .current{
	list-style:none;
	display:block;
	background:url(../img/circulobullet_h1.png) no-repeat left center;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	padding:0 5px 0 20px;
	}

#subopciones li a.current, #subopciones li a:hover.current{
	background:url(../img/circulobullet_h1.png) no-repeat left center;
	color:#fff;
	text-decoration:none;					
	}


/*imagenes verticales*/

#imagenesverticales {
	background:url(../img/fondo_imgvertical.png) no-repeat;
	width:145px;
	height:359px;
	margin:5px 15px;
	float:right;
	position: relative;
	}

#imagenesverticales ul {
	padding:20px 2px;
	}

#imagenesverticales li {
	padding:10px 5px;
	list-style:none !important
	}



.mastexto {
	padding: 5px; 
	font-size: 95%;
	}
.mastexto .mas {
	background: url('../img/mas1.png') no-repeat 0 center;
	background-position:0 110%;
	padding-left: 20px; 
	margin: 0 18px 0 5px;
	}
.mastexto .menos {
	background: url('../img/menos.png') no-repeat 0 center;
	padding-left: 20px; 
	margin: 0 18px 0 5px;
	}

.textoderecha {	text-align: right; }

.mastexto a {
	color:#0066cc;
	text-decoration:none;
	}
.mastexto a:hover {
	color: #042b51;
	}


/*----- tablas --------*/

#tabla{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	text-align:left;
	border-collapse:collapse;

	}

#tabla th{
	font-size:13px;
	font-weight:normal;
	background:#51a1c2;
	border-top:4px solid #47545a;
	/*border-bottom:1px solid #fff;*/
	border-bottom:4px solid #47545a;
	color:#e7f6ff;
	padding:8px;

	}

#tabla td{
	background:#fff;
	border-bottom:1px solid #0c84b7;
	color:#024156;
	border-top:1px solid transparent;
	padding:8px;
	text-align:center;
	}

#tabla tr:hover td{
	background:#dbeaf2;
	color:#000;
	}
