* {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}


img {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

body{
	width: 984px;
	margin: 10px auto;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
} 

#container {
	width: 984px;
	text-align: left;
	background: url("imgs/fondo_container.jpg") repeat-y left;
	padding-bottom: 20px;
}

#header {
	width: 100%;
	background: url("imgs/fondo_headerTop.jpg") no-repeat left top;
}

.subTitLeft, .subTitRight {
	display:block;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding-top:3px;
	padding-left: 15px;
	padding-right: 15px;
}
.subTitLeft{
	float:left;
}
.subTitRight{
	float:right;
}

#flashHeader {
	margin-left: 3px;
	padding-top: 22px;
}
#fondoHeader{
	width:978px;
	height:159px;
	background: url("../imgs/servicios/cabecera.jpg") no-repeat top left;
}
.menuHeader{
	width: 978px;
	height: 22px;
	display:block;
	color:black;
	overflow: hidden;
	background-color: #99cc33;
}
.menuHeader li{
	display:block;
	float:left;
	list-style:none;
	color: white;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
}
.menuHeader li a{
	color:white;
}
.menuHeader li a:hover{
	color:#006600;
}


#contents {
	display: block;
	width: 984px;
	overflow: hidden;
}

#leftcol {
	width: 695px;
	padding-top: 35px;
	margin-left: 30px;
	display: inline;
	float: left;
	text-align: justify;
}

#rightcol {
	width: 200px;
	padding-top: 32px;
	margin-right: 28px;
	float: right;
}

#rightcol h2 {
	color: #088F3A;
	font-size: 0.72em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}

#rightmenu {
	background: url("imgs/boxMenu_bg.jpg") repeat-y left top;
	margin-top: 8px;
	margin-bottom: 30px;
}

#rightmenu .top{
	background: url("imgs/boxMenu_top.jpg") no-repeat left top;
}

#rightmenu .bottom{
	background: url("imgs/boxMenu_bottom.jpg") no-repeat left bottom;
}

#rightmenu .menulist{
	padding: 18px 0;
	margin-left: 20px;
	list-style: none;
}

#rightmenu .menulist li{
	color: #fff;
	padding-left: 25px;
	background: url("imgs/play_icon.jpg") no-repeat left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2.6;
}

#rightmenu .menulist li a{
	color: #fff;
}

#rightmenu .menulist li a:hover{
	color: orange;
}

#rightcol h3{
	color: #6F6F6F;
	font-size: 0.77em;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#rightcol .boxLinkSmall{
	background: url("imgs/boxLink_bg.jpg") no-repeat left bottom;
	margin-top: 2px;
	margin-bottom: 25px;
}

#rightcol .boxLinkSmall a{
	display: block;
}

#rightcol .boxLinkSmall .textLink{
	display: block;
	height: 21px;
	font-size: 0.65em;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#rightcol .boxLinkSmall .textLink a{
	padding-top: 3px;
	padding-left: 30px;
	color: #fff;
}

#footer {
	width: 984px;
	height: 39px;
	background: url("imgs/pie_pag.gif") no-repeat left bottom;
	color: #fff;
	font: 0.7em Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer p{
	text-align: left;
	text-indent: 30px;
	padding-top: 10px;
}