/* CSS Document */
<style>
<!--
body{
font:Arial, Helvetica, sans-serif;
font-size:14px;
SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	margin-top:0px;

}
input,select,textarea {
	font-family: Arial;
	font-size: 12px;
	background-color:#FFFFFF;
	border-width:0px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-color:#000000;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
}
#botones{
	font-family: Arial;
	font-size: 12px;
	background-color:#CCCCCC;
	border-width:0px;
	
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color:#FF0000;
	}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 760px;
	height:420px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	}
#contenido {
	min-width:760px;
	height:420px;
	background: url(img/fondo_contenido0.jpg) no-repeat center top;
	margin-left:0px;
	margin-top:5px;
	}

#cabecera { 
	min-width: 470px;
	height:145px;
	background: url(img/logo.jpg) no-repeat center top;
	}
#linkList {
	width: 600px;
	height:16px;
	position: absolute;
	top:135px;
	left:0px;
	font: 12px arial;
	color:#999999;
	background-repeat: repeat-y;
	}

#linkList2 {
	font: 12px arial; 
	padding: 0px; 
	margin-top: 15px;
	margin-left:0px;
	width: 196px; 
	}
#linkList3 {
	width: 470px;
	height:20px;
	position: absolute;
	top:550px;
	left:287px;
	margin: 0px;
	background-repeat: repeat-y;
	}


#linkList5 {
	width: 196px;
	height:16px;
	position: absolute;
	top:135px;
	left:679px;
	margin: 0px;
	font: 12px arial;
	color:#999999;
	}
#Texto1 {
	font: 12px arial;
	font-weight:bold; 
	}
#Texto2 {
	font: 14px arial;
	text-align:justify;
	}
#Texto3 {
	font: 14px arial;
	font-weight:bold;
	margin-top:0px;
	margin-left:45px;
	width:715px;
	}
#Texto4 {
	font: 12px arial;
	text-align:justify;
	}
#BordeMenu{
border-bottom:#FFFFFF dashed;
border-bottom-width:thin;
}
	//.Estilo1 {color: #FF0000}
.Estilo1 {color: #FF0000}

.scrolls{
overflow:scroll;
overflow-y:auto;
overflow-x: hidden;

}



-->
</style>
