/*General TAGS------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#565655;
	}

hr { 

	border-bottom:1px solid #d3d3d3;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
}

form {
	margin:0;
}

a { color:#1555fc; }

a:hover { color:#83A5FE; }

h1 {
	font-size:1.8em;
	color:#5fb643;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:0;
	}
h2 {
	font-size:1.4em;
	color:#fb9132;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0;
}
ul {
	list-style-image:url(../images/bullet.gif);
	}
img.img_border {
	border: solid 1px #bebdbd;
	}
	
form {
	margin:0;
}

/*-----Clases ------------------------------------------------------------*/

td.v_line {
	background-image:url(../images/v_line.gif);
	background-repeat:repeat-y;
	width:21px;
	}
	
.flecha {
	color: #72A6F3;
	font-weight:bold;
	background-image: url(../images/bullet_flecha.gif);
	background-repeat: no-repeat;
	padding-left:18px;
}
/*-----Main Container------------------------------------------------------------*/

#main_contatiner {
	font-size:1.1em;
	width: 735px;
	position: relative;
	background-color:#d4f2fc;
	float:left;
}

/*-----Cintillo------------------------------------------------------------*/


#cintillo {
	background-image: url(../images/bg-cintillo.jpg);
	background-repeat: repeat-x;
	float:left;
	position:relative;
	width:100%;
}
#links_top {
	float: left;
	width: 200px;
	margin:10px 0px 10px 10px;
}
#links_top a {
	color:#0a4883;
	text-decoration:none;
}

#links_top a:hover {
	text-decoration:underline;
}
#bandera {
	margin:10px 10px 10px 0px;
	float: right;
	width: 157px;
}

/*-----Header------------------------------------------------------------*/


#header {
	background-image: url(../images/gradient_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	padding-top:5px;
	background-color:#ffffff;
}

	
/*-----Menu------------------------------------------------------------*/
	
	
#menu {
	background-color: #ffffff;
	background-image: url(../images/grad_menu.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	float: left;
	width: 123px;
	height:350px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	border-bottom:solid 1px #aec2d5;
	}
#menu a {
	display:block;
	padding:5px 0 5px 10px;
	color:#000000;
	text-decoration:none;
	}
#menu a:hover {
	background-image:url(../images/gradient_hover.gif);
	background-repeat:repeat-x;
	background-color:#4c90f0;
	color:#FFFFFF;
	background-position:top;
}

#menu a#selected {
	background-image:url(../images/gradient_hover.gif);
	background-repeat:repeat-x;
	background-color:#4c90f0;
	color:#FFFFFF;
	background-position:top;
}

/*-----ServOptions------------------------------------------------------------*/

#ServOptions ul {
	margin:5px 0 0 15px; 
	padding:0;

}
#ServOptions a {
	color:#7399FD;
	text-decoration:none;
}

#ServOptions a:hover {
	text-decoration:underline;

}
#ServOptions li {
	padding-bottom:3px;

}

/*-----Content------------------------------------------------------------*/


#content_container {
	width:611px;
	background-image:url(../images/shadow_content.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	background-color:#FFFFFF;
	border-left:solid 1px #aec2d5;
}

#content_container #grad_verde {
	background-image:url(../images/gradient_verde.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:611px;
	height:7px;
}
#content {
	width:591px;
	padding: 20px 0 0 20px;
	}
	
/*-----Footer------------------------------------------------------------*/

#footer {
	width:725px;
	background-image:url(../images/gradient_bottom.gif);
	background-repeat:repeat-x;
	padding:6px 0 6px 10px;
	float:left;
	color:#FFFFFF
	}
	

.bg_header_tbl {
	background-color: #175590;
	color: #FFFFFF;
	background-image: url(../images/gradient_bottom.gif);
	background-repeat:repeat-x;
}
.bg_tbl_blue {
	background-color: #EBF2FA;
}
.bg_tbl_gray {
	background-color: #EEEEEE;

}