/*Diagramación de la página*/

body {
	background-color: #FFFFFF;
	background-image: url(overall_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.contenido {
	width: 760px;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	padding: 0px;
}
.header{
	width: 760px;
	margin-bottom: 0px;
}

.header_logo {
	vertical-align: text-bottom;
	text-align: left;
	float: left;
	margin-bottom: 0px;
}

.header_menu {
	text-align: right;
	float: right;
	margin-top: 40px;
	background-image: url(tab.jpg);
	width: 470px;
	vertical-align: bottom;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_menu a, .header_menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #003e7a;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
.header_menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
	font-size: 11px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
.divisions{
	width: 760px;
	padding-top: 10px;
	height: 325px;
}
.divisions a, .divisions a:visited {
	color: #006699;
	text-decoration: none;
}
.divisions a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#a_left {
	float: left;
	width: 370px;
	padding: 10px 10px 10px 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	list-style-image: url(bullet_blue.gif);
}
#a_right {
	float: right;
	width: 330px;
	padding: 10px;
}
#b_left {
	float: left;
	width: 500px;
	padding: 10px 10px 10px 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
}
#b_left li{
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #CFDEEF;
	border-left: none;
	margin: 1px;
	list-style-image: url(bullet_blue.gif);
	display: block;
}

	
#b_left li, #b_left a{
	padding: 3px;
	text-decoration: none;
}

#b_left a:hover, #b_left a:focus{
	padding: 3px;
	background-color: #E6F4FF;
	color: #000000;
	text-decoration: none;
}

#b_right {
	float: right;
	width: 180px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}

td {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*Termina Diagramación*/
/*Formateo del texto*/

p {
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #ff0000;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #006699;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background-image: url(h4_bg.jpg);
	background-repeat: no-repeat;
	color: #00568A;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 10px;
	font-weight: normal;
	background-image: url(notebk.jpg);
}
h6, h6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 10px;
	font-weight: normal;
	background-color: #D8E8F3;
	margin: 1px;
}

li, li a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	display: block;
	text-align: left;
	vertical-align: middle;
	list-style-image: url(bullet_blue.gif);
}

/*Termina Formateo*/
/*Navegación*/

a, a:visited {
	color: #00568A;
}

a:hover{
	color: #0099FF;
}

#servicios ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-image: none;
	list-style-type: none;
}

#servicios ul li a, #servicios a:visited {
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width:100%;
	list-style-image: none;
	list-style-type: none;
	background-image: url(menuUp.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	height: 20px;
}

#servicios ul li a:hover, #servicios ul li a:focus {
	color: #000000;
	background-image: url(menuOver.jpg);
	background-position: left center;
	list-style-image: none;
	list-style-type: none;
	background-repeat: repeat-x;
}

/*Termina Navegación*/
/*Formularios, Utilizando metodo Niceforms (http://www.badboy.ro/articles/2005-07-23/index.php)*/

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#666666;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/

.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666666;
}
.textinputHovered {
	background-position:left bottom;
}
.textinputShort, .textinputShortHovered {
    width:130px;
	height:15px;
	background:url(images/inputShort.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/

.textarea, .textareaHovered {
	width:238px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textareaHovered {
	background-position:left bottom;
}

/*Button*/

.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
.sub_left_pr {
	width: 130px;
	float: right;
}
.contact_info {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.contact_info a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #EDF4F8;
	border: 1px solid #E9EEF4;
}
.contact_info a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #006699;
}
#hideshow {
	float: left;
	visibility: hidden;
}
