@charset "utf-8";
/* CSS Document */

body{
	background: #8fb5d1 url(images/background.png) repeat-x;
	margin: 0px 0px 20px 0px;
	font-family: Candara, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: extra-expanded;
	font-style: normal;
	color: #666666;
	cursor: default;
	overflow: visible;
}
#tooltip{
	position: absolute;
	background: #000000;
	filter: alpha( opacity=50 );
	opacity: 0.50;
	color: #FFFFFF;
	z-index: 10;
	padding: 7px;
	visibility: hidden;
}
#contacto{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	visibility: hidden;
	overflow: hidden;
	z-index: 100;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
#contacto .transparencia{
	background: #000000;
	filter: alpha( opacity=50 );
	opacity: 0.50;
}
.inp {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	border: #cccccc 1px solid;
	background: #ffffff;
	padding-left: 5px;
	margin-bottom:7px;
}
.inp:hover{
	background: #f6f6f6;
}
input.btn {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	border: #666666 1px solid;
	background: #dddddd;
}
input.btn:hover{
	border: #000000 1px solid;
	cursor: pointer;
}
img.mini{
	width: 62px;
	height: 40px;
	margin: 3px;
	cursor: pointer;
	border: #666666 1px solid;
	filter: alpha( opacity=50 );
	opacity: 0.50;
}
img.mini:hover{
	border: #666666 1px solid;
	filter: alpha( opacity=100 );
	opacity: 1.0;
}
#header{
	background: url(images/backheader.png) no-repeat;
	width: 850px;
	height: 168px;
	text-align: center;
}
#main{
	background: url(images/backmain.png) repeat-y;
	width: 850px;
	min-height: 300px;
	padding: 0px 0px 20px 0px;
	font-size: 14px;
}
#footer{
	background: url(images/backfooter.png) no-repeat bottom;
	width: 850px;
	height: 60px;
	text-align: center;
}
/* estilos para el contenedor MAIN */

.titulo{
	font-size: 34px;
	color: #2177b6;
	background: #b7d1e4;
	line-height: 38px;
	display: inline-block;
	padding-left:20px;
	width: 520px;
	margin-left: 10px;
	-moz-border-radius: 0px 10px 10px 0px;
}
.mail{
	color: #666666;
	text-decoration: none;
}
.mail:hover{
	color: #0099FF;
	text-decoration: underline;
	cursor: pointer;
}

.califica{
	border: #cccccc 3px solid;
}
.calificahover{
	border: #AED7FF 3px solid;
	cursor: pointer;
}
