/* CSS Document */

/*ORGANIZACION*/

body {
  margin:0;
  padding:0;
  color:#555555;
  background-color:#e0e0e0;
  font-family: Verdana, "Trebuchet MS", Arial;
  font-size: 12px;
}

#pageDelimiter {
  margin:auto;
  margin-top:-10px;
  width:800px; 
}

#header {
  bottom:0px;
  height:93px;
}

#menu {
  position:relative;
  height:30px;
  width:790px;
  margin:auto;
  margin-left:0px;
  margin-top:11px;
}

#content {
  margin:auto;
  margin-top:-10px;
  width:800px; 
}

#footer {
  width:780px;
  margin-left:0px;
  margin-top:15px;
  padding:3px;
  position:relative;
  border-top:solid 0.3mm #cccccc;
}


/*CONTROLES*/

input {
  font-family:Verdana, "Trebuchet MS", Arial;
  font-size:10px;
}

/*TIPOGRAFIAS*/

.blue_title {
	font-family:Verdana, "Trebuchet MS", Arial;
	font-size:20px;
	color:#019877;
	font-weight: normal;
}

.xsmall_text {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:10PX; font-weight:NORMAL; color:#808080; font-style:NORMAL}
.small_text {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:11PX; font-weight:NORMAL; color:#808080; font-style:NORMAL}
.white_bold_text {
	text-decoration:none;
	font-family:Verdana, "Trebuchet MS", Arial;
	font-size:10px;
	font-weight:BOLD;
	color:#FFFFFF;
	font-style:NORMAL
}

.link:visited {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:12PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link:link {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:12PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link:active {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:12PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link:hover {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:12PX; font-weight:NORMAL; color:gray; font-style:NORMAL}

.link_small:visited {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:9PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link_small:link {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:9PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link_small:active {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:9PX; font-weight:NORMAL; color:#044379; font-style:NORMAL}
.link_small:hover {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:9PX; font-weight:NORMAL; color:gray; font-style:NORMAL}

.link_white_big {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:16PX; font-weight:BOLD; color:#ffffff; font-style:NORMAL}
.link_white_big:link {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:16PX; font-weight:BOLD; color:#ffffff; font-style:NORMAL}
.link_white_big:active {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:16PX; font-weight:BOLD; color:#ffffff; font-style:NORMAL}
.link_white_big:hover {text-decoration:NONE; font-family:Verdana, "Trebuchet MS", Arial; font-size:16PX; font-weight:BOLD; color:#999999; font-style:NORMAL}


.texto {
	font-family:Verdana, "Trebuchet MS", Arial;
	font-size:12px;
	color:#333333;
	font-style: normal;
	font-weight: normal;
}
.gris-fondo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
