﻿body {
	font-family: Verdana; 
	font-size: 10px; 
	margin:0; 
	padding:0; 
}

form { padding: 0; margin: 0; }
   
input
{
    border:0;
    background-color: transparent;
}
.combo
{

    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: Arial;

}


    
	#dv_form div { position: absolute; }

	input.ti1
{
    width: 150px;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: Arial;
}

	input.ti2 { width:150px; }

	input.ti3 { width:280px; }
	
	input.ti4 { width:440px; }


#dv_buscador { background: url('../imagenes/bg_buscador.png') top center no-repeat; width:635px; height:300px; }


div.dvMarco {
	float: left; 
	width: 595px; 
	padding-left: 25px;
}

	div.dvMarco .arriba {
		float: left;
		background: url('marco/top.gif') no-repeat top center; 
		width: 570px; 
		height:26px;
		/*border:1px solid red;*/
	}
	
	div.dvMarco .centro {
		float: left; 
		width:531px;
		background: url('marco/bg_cuerpo.gif') repeat-y top center; 
		padding: 0 20px;
	}	
	
		.dvpastilla {
			float:left;width:100%px; padding-bottom:10px; color: #38693a;
		}

	div.dvMarco .abajo {
		float: left;
		background: url('marco/bottom.gif') no-repeat top center; 
		width: 571px; 
		height:25px;
	}
	
	#tFechas { font-size: 11px; }
	
		#tFechas tbody th {
			color:#666666;
			font-weight: normal;
		}
		
		#tFechas tbody td {
			border-bottom: 1px solid #cccccc;
		}
		
		.Texto
{
    color: #005741;
    font-size: 12px;
    font-family: Arial;
    font-weight: 500;
    letter-spacing: 1px;
}
.TextoNormal
{
    color: #005741;
    font-size: 12px;
    font-family: Arial;
    font-weight: 500;
    
}
.TextoNormalRanking
{
    color: #00761C;
    font-size: 14px;
    font-family: Arial;
    font-weight: 500;
    
}
/*Alert*/
#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #004735;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #FCCA37 url(../imagenes/alert/title.gif) top repeat-x;
    border: solid 1px #FCCA37;
    border-bottom: solid 1px #FCCA37;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(../imagenes/alert/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: url(../imagenes/alert/info.gif);
}

#popup_content.confirm {
    background-image: url(../imagenes/alert/important.gif);
}

#popup_content.prompt {
    background-image: url(../imagenes/alert/help.gif);
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_panel .boton
{
    border-right: #FCCA37 1px solid;
    border-top: #FCCA37 1px solid;
    border-left: #FCCA37 1px solid;
    border-bottom: #FCCA37 1px solid;
}

#popup_prompt {
    margin: .5em 0em;
}