@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;
	background-image: url(images/top.jpg);
	}
/*------------------------------------------------------------*
**  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: #000000;
}

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

 
/*------------------------------------------------------------*
**  reporte
**------------------------------------------------------------*/	
#reporte {
	height: auto;
	width: 720px;
	float: left;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 0 25px 0 25px;
	border:dashed;
	border-width:2px;
	background-image: url(images/bgaviso.gif);
}
#reporte p {
	color: #07004B;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
	margin: 10px;
	padding-top: 10px;
	text-align:justify;
}
#reporte h1 {
	color: 07004B;
	text-decoration: underline;
	font-family: sans-serif;
	font-size: 18px;
	margin: 10px;
	padding-top: 10px;
	text-align:center;
}

/*------------------------------------------------------------*
**  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:310px;
	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:455px;
	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 {
	width:80%;
	margin:15px auto 10px 20px;
	border: 1px dashed #781351;
	background:#CCCCCC;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	}
  
label {
	display:block;
	font-weight:bold;
	margin-bottom:0px;
	  }

textarea {
	width:400px;
	height:190px;
		}
.textInput {
	margin-left:35px;
	border:solid #143D55 1px;
	margin-top:8px;
	margin-bottom:0px;
	width:150px;
	height:15px;

	}
.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;
		}
fieldset
{
border: 1px solid #07004B;
width:  600px;
background:#FFFFFF;
}

legend
{
		font-size:14px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
		color: #fff;
		background: #75BCE1;
		border: 1px solid #781351;
		padding: 2px 6px
}
#cajon
{
	border: dotted;
	border-width:1px;
	border-color:#666666;
}
#cajon p {
	color: #07004B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	padding-top: 10px;
	text-align:justify;
}
