@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 10px;
	background-color:#ffffff;
	color:#646464;
	font-size:13px;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	width:973px;
	left: 50%;
	position: absolute;
	margin-left:-487px;
}
.header {
	padding-bottom:8px;
}
.menu {
	background-image: url(images/top_02.jpg);
	background-repeat: repeat-x;
	height:40px;
}
.menu_tabla {
	font-size: 16px;
	font-weight: bold;
	padding-top:12px;
}
.menu_tabla a {
	text-decoration:none;
	color:#000000;
}
.menu_tabla a:hover {
	color:#666666;
	text-decoration:underline;
}
.menu_over {
	font-size: 16px;
	font-weight: bold;
	color:#666666;
	text-decoration:underline;
}
.legales {
	font-size:10px;
	line-height:14px;
}
.contenido {
	background-image:url(images/back.jpg);
	background-repeat: repeat-y;
	padding:15px;
}
.foto {
	float:right;
	width:300px;
	margin-top: 30px;
}
hr{
	height: 1px;
	border: 0px;
	margin:0px;
	margin-bottom:4px;
}
h1 {
	color:#0ea1ff;
	font-size:24px;
	margin-bottom:16px;
}
h2 {
	color:#037dcb;
	font-size:14px;
	font-weight:bold;
}
h3 {
	color:#5A5A5A;
	font-size:16px;
}
.destacado {
	color:#037dcb;
	font-weight:bold;
}
.line {
	margin-top:8px;
	margin-bottom:8px;
}
.tabla_sin {
	font-size:12px;
}
.tabla {
	background-color:f0f0f0;
	text-align:center;
	font-size:13px;
	height:20px;
}
.tablatd {
	background-color:e2e2e2;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	height:22px;
}
.tablath {
	background-color:dadbdb;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	height:24px;
}
.servicios {
	background:#F4F4F4;
	padding:10px;
	border:thin;
	border:1px solid #CCCCCC;
}
.service {
	padding:16px;
	width:800px;
	float:right;
}
.service a {
	color:#646464;
	text-decoration:underline;
	cursor:hand;
	
}
