@charset "UTF-8";
body {
	background-color: #f0f8fd;
}
#contenedor {
	width: 825px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	margin: auto;
	text-align:left;
}
#header {
	width: 823px;
	height: 255px;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom:15px;
}
#cont {
	float: left;
	width: 825px;
	background-color: #127bbb;
}
#col_izq {
	float: left;
	height: auto;
	width: 205px;
	padding-top: 10px;
	background-color: #127bbb;
}
#wid_tw {
	float: left;
	width: 200px;
	padding-left: 5px;
	margin-bottom: 20px;
}
#menu {
	width: 205px;
	float: left;
	margin-bottom: 10px;
}
#menu1 {
	background: url('images_vcb/web_vcb_06.png') no-repeat;
	height: 30px;
}
#menu1:hover {
	background: url('images_vcb/web_vcb2_06.png') no-repeat;
}

#menu2 {
	background: url('images_vcb/web_vcb_08.png') no-repeat;
	height: 30px;
}
#menu2:hover {
	background: url('images_vcb/web_vcb2_08.png') no-repeat;
}
#menu3 {
	background: url('images_vcb/web_vcb_09.png') no-repeat;
	height: 30px;
}
#menu3:hover {
	background: url('images_vcb/web_vcb2_09.png') no-repeat;
}
#menu4 {
	background: url('images_vcb/web_vcb_14.png') no-repeat;
	height: 30px;
}
#menu4:hover {
	background: url('images_vcb/web_vcb2_14.png') no-repeat;
}
#menu5 {
	background: url('images_vcb/web_vcb_13.png') no-repeat;
	height: 30px;
}
#menu5:hover {
	background: url('images_vcb/web_vcb2_13.png') no-repeat;
}
#col_der {
	width: 600px;
	padding-left: 15px;
	padding-bottom: 20px;
	float: right;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f8fd;
}
#titulo {
	width: 570px;
	float: right;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #127bbb;
}
#contenido {
	width: 570px;
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 30px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	float: left;
	width: 805px;
	background-color: #034b7d;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
