@charset "utf-8";
 /****************************************
Parametros
	tipo letra verdana
	ancho	660px
*****************************************/
/*************ESTILOS GENERALES*************/
	body {
	  	color:#000000;
		font: 12px verdana;
	}

	table {
		width:660px;
	}

	th {
		color: #993333;
		font: bold 12px verdana;
		border-bottom: 1px solid #993333;
	}

	td {
	  	color:#000000;
		font: 12px verdana;
	}

	a {
		color:#77A0B5;
		font: 12px verdana;
	}

	h1 {
	  	color:#993333;
		font: bold 18px verdana;
		text-decoration: none;
	}

/***********************************************************/
/***************	Menu Superior-Inferior    **************/
	.menu {
		clear:both;
		width:660px;
		height:1.2em;
		border-top:1px solid #eeeeee;
		border-left:1px solid #eeeeee;
		border-right:2px solid #993333;
		border-bottom:2px solid #993333;
		background:#eeeeee;
		margin-bottom:5px;
	}

	.menu span {
		font: bold 12px verdana;
		float:left;
	}

	.menu a {
		padding-left:5px;
		padding-right:5px;
		border-left:1px solid #993333;
		border-top:1px solid #993333;

	  	color:#993333;
		font: bold 10px verdana;
		text-decoration: none;
		cursor:pointer;
		float:right;
	}
/***************************************************/
/***************	TITULO PAGINAS    **************/
	.titulo{
		border-top:1px solid #eeeeee;
		border-left:1px solid #eeeeee;
		border-right:2px solid #993333;
		border-bottom:2px solid #993333;
		background:#eeeeee;
		width:660px;
		clear:both;
		font: bold 12px verdana;
		text-align:left;
	}

	.titulo a {
	  	color:#993333;
		font: bold 10px verdana;
		text-decoration: none;
		cursor:pointer;
		margin-left:10px;
		float:right;
	}
/***************************************************/
/***************	INSTRUCCIONES    **************/
	.instrucciones{
		clear:both;
	/*	border-left:2px solid #993333;
		border-top:2px solid #993333;*/
		padding:0.5em;
		text-align:justify;
		background:#ffffff;
		width:650px;
		font: 10px verdana;
		margin-bottom:1em;
	}

	.instrucciones p{
		line-height: 1em;
	}

/***************************************************/

/************ESTILOS PARA LOS FORMULARIO***********/
	.formulario{
		margin-top:1.5em;
		padding:0;
		width:660px;
		overflow:hidden;
	}

	.formulario label{
		float:left;
		font: bold 10px verdana;
		margin-right:10px;
		color:#993333;
	}

	.formulario input, .formulario select, .formulario textarea{
		border:1px solid #8C8C8C;
		width:99%;
		color:#000000;
		font: 10px verdana;
	}

	.formulario input.check{
		width:20px;
	}

	.obligatorio {
		color:#ff0000;
		font: bold 10px verdana;
	}

	.formulario button{
		float:left;
	}

/***********************************************************************
	-------------  -------------  --------------  --------------
    |ancho1		|  |ancho1		| |ancho1		| |ancho1		|
    -------------  -------------  --------------  --------------
   	--------------------  ------------------ -------------------
    |ancho2		        | |ancho2   	   | |ancho2  			|
    --------------------  ------------------ -------------------
   	-----------------------------  -----------------------------
   	|ancho3						 | |ancho3						|
   	-----------------------------  -----------------------------
   	------------------------------------------------------------
   	|acncho4													|
   	------------------------------------------------------------
   	-------------  ---------------------------------------------
   	 |ancho1	|  |acncho5  									|
	-------------  ----------------------------------------------
**********************************************************************/
	.ancho1 {
		width:152px;
	}

	.ancho2 {
		width:206px;
	}

	.ancho3 {
		width:315px;
	}

	.ancho4 {
		width:640px;
	}

	.ancho5 {
		width:476px;
	}

	.formulario legend {
		padding: 0.5em;
		color:#993333;
		font: bold 10px verdana;
		text-align:right;
	}

	.formulario fieldset {
		padding-left: 0.5em;
		border-top:1px solid #993333;
		border-bottom:0px;
		border-right:0px;
		border-left:1px solid #993333;
		width:660px;
	}

	.error {
		color:#ff0000;
		font: bold 10px verdana;
		text-align:right;
		margin-right:10px;
		display:none;
		/*float:left;*/
	}
/********************************************************/
/*		VELO						*/
/********************************************************/
	.capaVelo{
        	display:none;        	
        	position:absolute !important;
        	z-index:99 !important;
        	top:0px;
        	background-color:#FFFFFF;
        }
