@charset "utf-8";
html{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#contenido {
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;

}
#container {
	width: 683px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
#contenido {
	height: auto;
	width: 683px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#contenido_01 {
	background-color: #FFFFFF;
	height: 215px;
	width: 653px;
	padding: 15px 15px 5px 15px;
}
#submenu {
	background-color: #CCCCCC;
	height: 23px;
	padding-left: 120px;
	padding-right: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 563px;
}


a:link{
	color:#65747A;
	text-decoration:underline;
}

a:visited{
	color:#65747A;
	text-decoration:underline;
}

a:hover{
	color:#65747A;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

a:active{
	color:#65747A;
	text-decoration:underline;
}

a img{border:none; cursor:pointer; cursor:hand;}

#direccion {
	height: 43px;
	width: 673px;
	background-color: #93444B;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
#submenu a{
color:#000000;
}
#submenu_servicios a{
color:#000000;
}
#subtitulo {
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	float: left;
	display: inline;
	width: 320px;
}
#text {
	float: left;
	width: 550px;
	margin-top: 10px;
	display: inline;
	margin-bottom: 10px;
}
#texto {
	float: left;
	width: 370px;
	margin-top: 10px;
	display: inline;
	margin-bottom: 10px;
	text-align: justify;
}
#copyright {
	text-align: center;
	font-size: 10px;
	float: left;
	width: 673px;
	margin-top: 12px;
}
#contactenos {
	width: 240px;
	float: right;
	text-align: right;
}

#contactenos a{
color:#FFFFFF;
}
#contactenos a{
text-decoration:none;}
#left {
	text-align: left;
	width: 345px;
	float: left;
}

