﻿
#contenido_busquedas {
	width:565px;
	float:right;
	margin-right:30px;
}
#contenido_busquedas a{
text-decoration:underline;
}

#contenido_busquedas h2{
color:#f38b0a;
font-size:21px;
font-weight:bold;
}

.divFiltros{
	width:295px;
	float:left;
}

.divFiltros h2{
color:#525263;
font-size:18px;
font-weight:bold;
}


/* BUSCADOR DE CUOTAS */
#buscador_cuotas {
background-color:#ececec;
padding:10px 15px 10px 10px;
float:left;
width:295px;
margin-bottom:20px;
}
#buscador_cuotas label {
font-weight:bold;
vertical-align:middle;
margin-left:10px;
margin-right:5px;
}
#buscador_cuotas select {
vertical-align:middle;
margin-right:5px;
}
#buscador_cuotas input {
vertical-align:middle;
background: url(/WebPublico/images/BusquedaValoresCuota/siguiente.jpg) repeat-x;
border:none;
color:Black;
height:20px;
padding:0 12px;
width:100px;
cursor:pointer;
font-weight:bold;
}
#buscador_cuotas input:hover {
background: url(/WebPublico/images/BusquedaValoresCuota/siguiente_sobre.jpg) repeat-x;
color:White;
}

.imagen_contenido {
width:565px;
}

.representacion {
width:565px;
}
.representacion h2 {
padding-bottom:20px;
}

.prototipo_tabla {
float:left;
width:90%;
background:#f5f5f5 url(/WebPublico/images/BusquedaValoresCuota/logo_tablas.gif) 90% 10px no-repeat;
border:#cfcfcf solid 1px;
padding:50px 30px 30px 30px;
}

.prototipo_tabla h2{
color:#525263;
font-size:18px;
font-weight:bold;
}


	
.prototipo_tabla table{
		border: 1px solid #cccccc;
		color:#666666;
	 width:90%
	}
.prototipo_tabla	tr td{
		font-size: 8pt;
		padding: 3px 8px;
		text-align:center;			
	}
.prototipo_tabla	thead td{
		font-weight: bold;
		border-left: 1px solid #d3d4d3;
		border-bottom: 1px solid #d3d4d3;
		padding:5px 0px;
	}
.prototipo_tabla	tbody td{
		border-left: 1px solid #d7d7d6;
		border-top: 1px solid #d7d7d6;
	}
.prototipo_tabla	tbody tr.even td{
	
	}
.prototipo_tabla	tbody tr.selected td{
		background: #dadcdb;
		font-weight: bold;	
	}
.prototipo_tabla	tbody tr.morado td{
		background-color:#e2d6e3;
		font-weight:bold;
	}
.prototipo_tabla	tbody tr.celeste td{
		background-color:#dee7ed;
		font-weight:bold;
	}
.prototipo_tabla	tbody tr.blanco {
		background-color:#fff;
	}
.prototipo_tabla	tbody tr.blanco:hover{
		background-color:#ffffd3;
	}
	

.prototipo_tabla	tbody tr.ruled td{
		color:#000;
		background-color: #ffffd3;
	}
.prototipo_tabla	tbody .left {
	text-align:left;
	}
.prototipo_tabla	tbody .left-bold {
	font-weight:bold;
	text-align:left;
	}
.prototipo_tabla	tbody .left-1 {
	text-align:left;
	padding-left:15px;
	}
.prototipo_tabla	tbody .left-2 {
	text-align:left;
	padding-left:30px;
	}	
	/* Opera fix */
.prototipo_tabla	head:first-child+body tr.ruled td{
		background-color: #ffffd3;
		color:#000;
	}
	
.prototipo_tabla	.morado_tit td{
		background-color:#e2d6e3;
		font-weight:bold;
		padding:10px;
	}
	
	/* bases legales */

.bases {
width:565px;
}
.bases ul{
margin:5px 0 20px 0;
float:left;
}
.bases li{
list-style:none;
margin:2px 0px;
font-size:10px;
text-align:justify;
}

.lblValida{
color:#ff0000;
}

.btnExcel
{
background-image: url('../images/ico_excel.png'); 
background-repeat:no-repeat; 
background-position: left;
text-indent: 20px;
}