﻿body {background-image: url('images/bluebg.jpg');Background-repeat: repeat-x}
	
.title {font-family: Verdana;font-size: 14px;font-weight: bold;color: #FF6600}

.subtitle {font-family: Verdana;font-size: 12px;font-weight: bold;color: #FF6600}

.title2 {font-family: Verdana;font-size: 14px;font-weight: bold;color: white; text-align: left   ; line-height: 26px; }

.title3 {font-family: Verdana;font-size: 10px;font-weight: bold;color: white; text-align: left   ; line-height: 26px; }

.fecha {font-family: Verdana;font-size: 12px;font-weight: bold}

.content {font-family: Verdana;font-size: 12px;text-align: justify}

/*strart footer*/
.footer_orange {color: #FF6600}
.footer_bk {color: #000000}
.footer_t {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
/*end footer*/
		
a:link{color: #333333}
a:hover{color:#ff6600;text-decoration:none}
a:visited{color: #003366}
#myDiv2 {
	background-color: #002a54;
	color: #FFFFFF;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	height: 500px;
	width: 160px;
	position: relative;
}

#myDiv {
	background-color: #002a54;
	color: #FFFFFF;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	height: 400px;
	width: 100px;
}

/* strart menu */
#menuv {
	/*border: 1px solid #3c3b3b;*/
	/*border-width: 1px 1px 0 1px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	text-align: left;
	background-color: #002a54;
}
li {
	list-style-type: none;
}
#menuv ul {
	list-style-type: none;
}
#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv li {
	/*color de linea divisora*/
	border-bottom: 1px solid gray;
}
#menuv a {
	text-decoration: none;
	color: white;
	/*background: red;*/
	display: block;
	padding: 8px 6px;
	width: 138px;
}
#menuv a:hover {
	background: #869EB6;
}
/* end menu */
