body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font: normal .9em "Trebuchet MS";
	line-height: 1.6em;
	color: #333;
}
/* LINKS AND HEADINGS STYLING */
a {
	font-weight:900;
	color: #546F92;
	background: inherit;
	outline:0;
	text-decoration:none;
}
a:hover,a:link {
	font-weight:900;
	color: #8D9CAF;
}
h1 {
	font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif;
	padding-top: 4px;
	margin: 0;
	color: #fff;
	background-color: transparent;
	
}
h2 {font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;}
h3 {
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: #fff url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}
td {text-align: left;}
ul{list-style:none;}
ul.h {list-style: none;}
img.list {
	margin-right: 5px;
	margin-bottom: -3px;
}
td.caja{
	padding:10px 10px;
	text-align:center;
}
legend{
	margin-left: 23px;
	padding:0 5px 0 5px;
}
input{
  	border: 1px solid rgb(0, 204, 255);
  	font-size:14px;
  	color:#000000;
	padding-left:5px;
}
label {display: block;}
input:focus , textarea:focus {
  	border: 2px solid rgb(0, 204, 255);
  	background-color: rgb(0, 204, 255);
}
textarea{
	font-family:"Trebuchet MS";
  	font-size:14px;
  	color:#000000;
	padding-left:5px;
}
form{padding-left:30px;}
/********************************* ID ************************************/
/* CONTENT WRAPPER */
#main {
	width: 900px;
	margin: 100px auto 0 auto;
	background:#FFFFFF url(images/fondoMain.png) repeat-x;
}
/* TOP LEFT LOGO */
#logo {
	position:relative;
	top:-100px;
	left:0;
	width:900px;
	height:150px;
	border:none;
	background: #FFFFFF url(images/siluetas.png) top left no-repeat;
	display:inline;
	float:left;
}
#logo h1 {
	color: #000;
	background: #fff;
	font-size: 20px;
}
/* TOP RIGHT HORIZONTAL MENU */
#menu {
	position:relative;
	top:-150px;
	left:250px;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin:0;
	font-size: 1.2em;
	float: left;
}
#menu li {
	padding: 14px 18px 14px 18px;
	color: #444;
	background: url(images/fondo-boton.png) no-repeat;
	display:block;
	float: left;
	font-size:1.1em;
}
#menu li.active {
	background: url(images/activo.png) no-repeat;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}
#menu li a {
	color: #808080;
	text-decoration: none;
}
#menu li a:hover {
	color: #3ab1db;
}
/* ACCESKEY UNDERLINED LETTER */
/* LEFT INTRO SIDE */
#intro_left {
	width: 250px;
	background: #FFFFFF url(images/fondoLeft.png) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}
#intro_left a {
	color: #fff;
	background: inherit;
}
#intro_left p {
	padding: 14px 15px;
	margin: 0;
}
/* LEFT VERTICAL MENU */
#menu_left {
	position:relative;
	top:-150px;
	left:0;
	float: left;
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
}
#menu_left li {list-style: none;}
#menu_left li a {
	display:inline;
	color: #444;
	background: url(images/arrow1.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#menu_left li a:hover {
	background: url(images/arrow2.gif) no-repeat center left;	
	color: #3AB1DB;
}
/* RIGHT INTRO SIDE */

/* Mi menu */
#mi_menu li {list-style: none;}
#mi_menu li a {
	display: block;
	color: #444;
	background: url(images/arrow1.gif) no-repeat center left;
	width: 600px;	
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#mi_menu li a:hover {
	background: url(images/arrow2.gif) no-repeat center left;	
	color: #3AB1DB;
}
/* Fin mi menu */
#intro_right {
	position:relative;
	top:-150px;
	left:0;
	float: right;
	width: 340px;
	padding: 20px 280px 0 20px;
	color: #547592;
	margin: 0 0 6px 0;
	height: 170px;
}
#intro_right h1 {margin: 40px 0 20px 0;}
#intro_right .white {
	color: #FFF;
	font-size: 16px;
	background-color: transparent;
}
/* LEFT SIDE */
#left {
	position:relative;
	top:-150px;
	float: left;
	width: 250px;
	font-size:0.8em;
}
/* RIGHT SIDE */
#right {
	position:relative;
	top:-200px; 
	float: right;
	width: 643px;
	font-size:1.1em;
}
/* FOOTER */
#footer {
	position:relative;
/*	top:-125px;*/
	top:-300px;
	clear: both;
	padding: 5px;
	background: #FFFFFF url(images/pie.jpg) top center repeat-x;	
}
/* Para un enlace */
#a_volver li {list-style: none;}
#a_volver li a {
	display:block;
	color:#444;
	background: url(images/fecha1.gif) no-repeat center left;
	/*width: 204px;*/
	padding:0 23px 7px 23px;
	margin:0 0 1px 0;
	font-weight:bold;
	text-decoration:none;
}
#a_volver li a:hover {
	background: url(images/fecha2.gif) no-repeat center left;	
	color: #3AB1DB;
}
/* FIN  Para un enlace */
#contenedor{
	margin:0 auto;
	width:640px;
}
#contenedor_subir{
	margin:-300px auto;
	width:640px;
}
#cabeza{
	width:640px;
	height:200px;
	margin-top:10px;
	float:left;
	color:#000000;
}
#cabeza2{
	width:640px;
	height:50px;
	margin-top:10px;
	float:left;
	color:#000000;
}
#cuerpo{
	width:640px;
	float:left;	
}
#izquierda{
	width:320px;
	float:left;
}
#derecha{
	width:320px;
	float:left;
}
#pie{
	width:640px;
	height:100px;
	clear:both;
}
#pie2{
	position:relative;
	top:-100px;
	width:640px;
	height:0;
	clear:both;
}
#pieForm{
	width:640px;
	height:250px;
	clear:both;
}
#dejarFlotar{
	clear:both;
}
#separaDeAbajo{
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
}
/******************************************* CLASS **********************************/
.special {
	clear: both;
	margin: 0px 0 10px 0;
	padding: 5px 10px;
	background: #FFFFFF;
	color: #444;
}
.box {
	padding: 12px 15px;
	margin: 0 0 10px 0;
}
.note {
	padding: 15px 15px 20px 100px;
	margin: 0 0 5px 0;
	background: #f2f2f2 url(images/globo_tierra.png) no-repeat;
	color: #000000;
}
.note2 {
	padding: 15px 15px 20px 100px;
	margin: 0 0 5px 0;
	background: #f2fbff url(images/fondo_documentos.png) no-repeat; 
	color: #000000;
}
.leftcol {
	float: left;
	padding: 12px 15px;
	width: 285px;
	border: #ccc 1px solid;
	text-align: justify;
	margin: 0 0 10px 0;
}
.rightcol {
	float: right;
	padding: 10px 15px;
	width: 285px;
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
}
.blue {
	color: #546F92;
	background: inherit;
	
}
.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
.key {text-decoration: underline;}
.miFlash{/* Cambios echos por mi */
	width:640px;
	min-height:200px;
	position:relative;
	top:-150px;
	left:0;
}
.subir{
	position:relative;
	top:-125px;
	left:0;
}
.arriba{
	width:640px;
	min-height:1000px;
	position:relative;
	top:-150px;
	left:0;
}
.mensaje{
	padding-top:30px;
	font-size:26px;
	text-align:center;
}
.mensajeGrande{
	padding-top:10px;
	font-size:40px;
	font-weight:900;
	text-align:center;
	color:#000000;
}
.negrita2{
	font-weight:700;
	color:#FF0000;
}
.negrita3{
	font-weight:700;
	color:#FF0000;
	text-align:center;
	padding:5px;
}
.alinear{text-align:center;}
.paraForm{
	color: rgb(0, 204, 255);
	width:540px;
}
.btn {
  	display: block;
  	width:75px;
  	height:25px;
  	background-color: rgb(0, 204, 255);
  	color:#FFFFFF;
  	margin-left:350px;
	text-align:center;
	padding-left:0;
	outline:0;
}
.btn2 {
  	display: block;
  	width:75px;
  	height:25px;
  	background-color: rgb(0, 204, 255);
  	color:#FFFFFF;
	text-align:center;
  	margin-left:10px;
	padding-left:0;
	outline:0;
}
.btn:hover, .btn2:hover {
	outline:0;
  	background-color:#FFFFFF;
  	color: rgb(0, 204, 255);
}
.separacionForm{
	margin: 10px 0 10px 0;
	padding-left:2em;
}
.separacionForm label {
  	width: 480px;
  	float: left;
	font-size:12px;
}
.estilotextarea {
	width:480px;
	height:160px;
	border: 1px solid rgb(0, 204, 255);
} 
.paraBotones{float:left;}
.separaTextFieldset{
	width:550px;
	border: 2px solid rgb(0, 204, 255);
}
.negritasForm{
	padding-left:10px;
	padding-right:10px;
	color: rgb(0, 204, 255);
}

