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

body {
	margin:0px;
	background-color:#F4F3F0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#427067;
}

div {
	border:0px solid #F00;
}

strong {
	color:#821C1C;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8C0000;
	margin:0px 0px 12px 10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8C0000;
	margin:0px 0px 12px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:15px 0px 0px -6px;
	color:#8C0000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px 0px 0px 10px;
	color:#8C0000;
}

#login {
	position:relative;
	background:url(../images/bg_login.png) top left repeat-x;
	width:100%;
	height:67px;
	top:-40px;
	z-index:10;
	color:#FFF;
}


#login input {
	color:#666;
	border:1px solid #CCC;
	padding:3px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

#login input.boto {
	background-color:#999;
	color:#FFF;
	border:0px;
	width:100px;
}

#login input.boto:hover {
	background-color:#900;
}

#content {
	position:relative;
	top:0px;
	width:995px;
	height:100%;
	margin:0 auto;
	z-index:5;
}

#logo {
	float:left;
	width:250px;
	height:100%;
	margin-bottom:10px;
}

#menu {
	float:left;
	clear:left;
	width:250px;
	height:100%;
}

#menu ul {
	padding:0px;
	margin:0px;
}

#menu li {
	list-style-type:none;
	padding-left:60px;
	background:url(../images/bg_item_menu.png) top left repeat-x;
	height:40px;
	margin-bottom:1px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:40px;
}

#menu li:hover {
	background:url(../images/bg_item_menu-hover.png) top left repeat-x;
}

#menu li a {
	color:#333;
	text-decoration:none;
}

#menu li a:hover {
	color:#900;
	text-decoration:none;
}

#migaspan {
	width:760px;
	height:100%;
	margin:15px 0px 0px 0px;
	float:left;
	display:none;
	color:#427067;
}

#migaspan a {
	color:inherit;
	text-decoration:none;
}

#migaspan a:hover {
	text-decoration:underline;
}

#slogan {
	width:725px;
	height:100%;
	float:right;
}

#web {
	float:left;
	width:760px;
	height:100%;
	padding-top:20px;
	margin-bottom:30px;
	text-align:justify;
}

#web ul {
	padding:0px;
	margin:0px 0px 0px 20px;
}

#web li {
	list-style-type:none;
	background:url(../images/tic.png) left no-repeat;
	padding-left:25px;
}

#barra {
	float:right;
	width:230px;
	height:100%;
	margin-bottom:30px;
	border-left:0px solid #B9B788;
/*	background-color:#fff;*/
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#footer {
	width:100%;
	height:145px;
	clear:both;
	padding-top:15px;
	margin-top:20px;
	background-color:#FFF;
	color:#333;
}

#footer ul {
	padding:0px;
	margin:0px;
}

#footer li, #footer p {
	list-style-type:none;
	line-height:20px;
	color:#900;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#footer li {
	color:#333;
}

#account {
	background-color:#AAA;
	color:#FFF;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#account strong, #account a {
	color:#FFF;
}

#account a:hover {
	text-decoration:underline;
	color:#FFF;
}

#crearcuenta {
	background-color:#E2E2E2;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#crearcuenta strong, #crearcuenta a {
	color:#666;
}

#crearcuenta a:hover {
	text-decoration:underline;
	color:#666;
}

#web .error {
	color:#F00;
	font-size:1.1em;
	background:url(../images/alert.png) left no-repeat;
	padding-left:25px;
	line-height:25px;
}

#contratar {
	float:right;
}

#contratar img {
	border:0px;
}