@charset "utf-8";
/*------------------------------------------------------------*
**  Global Principal
**------------------------------------------------------------*/
body {
	background:#999999 url(images/background.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
/*-------------------------------------------------------------*/
H1 {
	
	color:#143D55;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
}

H2 {
	color:#143D55;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#7EC3E7;
}
.advertencia
{
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight:bold;
	text-align:center;
}
.sobresaltar {
	color:#143D55;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0;

}

/*------------------------------------------------------------*
**  Cabezera
**------------------------------------------------------------*/	
#header {
	height: 250px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	}
/*------------------------------------------------------------*
**  Container o Contenedor
**------------------------------------------------------------*/	
#wrapper {
	border:double;
	border-width:1px;
	border-color:#666666;
	height: auto;
	width: 780px;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
/*-----------------------------------------------------------------
contenedor del titulo
-----------------------------------------------------------------*/
.contenedortitulo{
	background: none;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 10px;
	}
/*------------------------------------------------------------*
**  Cuerpo Principal de Informacion
**------------------------------------------------------------*/	
#main {
	height: auto;
	width: 770px;
	float: right;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0 5px;
}
#main p {
    color: #07004B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin: 10px;
	padding-top: 10px;
	text-align:justify;
}
#main a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #9FCEEC;
}

#main a:hover
 {
		border-bottom:dashed;
		border-color:#9EC260;
		border-width:1px;
 } 

/*------------------------------------------------------------*
**  Pie de la pagina
**------------------------------------------------------------*/	
#bannerflash
{
	margin-left:16%;
	margin-right:16%;
	width:468px;
	text-align: center;
	border:dashed;
	border-color:#4d823c;
	border-width:1px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
 } 

/*------------------------------------------------------------*
**  Pie de la pagina
**------------------------------------------------------------*/	
#footer {
	
	background:url(images/mainbg.gif) repeat-x bottom left;
	width: 780px;
	height: 40px;

} 
/*------------------------------------------------------------*
**  Div actualizacion pagina
**------------------------------------------------------------*/	

#copyright {
	width:325px;
	float:left;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	/*margin-left: 10px;*/
	padding-top: 18px;
}
/*------------------------------------------------------------*
**  Div enlaces bottom
**------------------------------------------------------------*/	

#enlacebottom {
	width:445px;
	float:right;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 18px;
}
/*------------------------------------------------------------*
**  enlaces bottom
**------------------------------------------------------------*/	
#enlacebottom a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;

}

#enlacebottom a:hover
 {
	background:transparent url(dolphin_bg-OVER.gif) repeat-x bottom left;
 }
  
/*------------------------------------------------------------*
**  Organisadores
**------------------------------------------------------------*/	
.fltderecha { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
    border:solid 1px silver;
	padding:5px;
	margin-left: 8px;
	margin-right: 10px;

  } 

	

.fltizquierda { /* this class can be used to float an element left in your page */
	float: left;
    border:solid 1px silver;
	padding:5px;
	margin-right: 8px;
	margin-left: 10px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
} 
.clearIt {
clear:both;
}
 /*-----------------------------------------------------------------
 Alineacion al centro de las flechas
 ------------------------------------------------------------------*/
 #flechaleft {
 text-align:left;
 } 
 #flecharight {
 text-align:right;
 } 
#thanks{
 text-align:center;
 } 
 #thanks a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;
	}

#thanks a:hover
 {
		border-bottom:dashed;
		border-color:#9EC260;
		border-width:1px;
 } 

/*----------------------------------------------------------------------------/
eventos envoltorio
--------------------------------------------------------------------------*/
#eventovoltorio
{
	width:700px;
	height:240px;
	text-align:center;
	margin-left: 0px;
	padding-left: 50px;

}
/*----------------------------------------------------------------------------/
eventos
--------------------------------------------------------------------------*/
#event{
	width:200px;
	padding:3px; 0 0 3px;
	margin: 5px; 0 0 5px;
	float:left;
	border: dotted;
	border-width:1px;
	border-color:#666666;
	}
/*---------------------------------------------------------------------------------/
formulario
----------------------------------------------------------------------------------*/
form {
	margin:10px 10px 10px 10px;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 15px;
	}
  
label {
	display:block;
	font-weight:bold;
	margin-bottom:0px;
	  }

textarea {
	width:400px;
	height:190px;
	}
.textInput {
	border:solid #143D55 1px;
	width:150px;
	height:20px;

	}
.boton
{
		font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#75BCE1;
    	border: 1px solid #781351;
        width:80px;
        height:19px;
		margin-top:10px;
		margin-left:2px;
		}
/**********************************************************************************
Tablas
**********************************************************************************/
table { border-collapse: collapse; border: 1px solid #839E99; 
		background: #f1f8ee; font: .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #033;
 	  }
caption { 
		font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; 
		}
td, th { 
		padding: 8px 3px 3px 3px; line-height: 1.3em; 
		border: 1px solid #9FCEEC; 
	   }
th    {
 		background: #839E99; color: #fff; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; 
      }
thead th 
{ background: #2C5755; text-align: center; }

.odd td { background: #DBE6DD; }

.odd th { background: #6E8D88; }

td a, td a:link { color: #325C91; }

td a:visited { color: #466C8E; }

td a:hover, td a:focus { color: #1E4C94; }

th a, td a:active { color: #fff; }

tfoot th, tfoot td { background: #2C5755; color: #fff; }

th + td { padding-left: .5em; }
