@charset "UTF-8";



/* MAIN */

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	/*font-weight: none;*/
	text-decoration: none;
	}

body {
	background: #000 url(../images/general/bg8.jpg) top left repeat;
	color: #ddd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Trebuchet MS;
	font-size: 11px;
	padding: 20px;
	}

img {
	border:	0;
	/*behavior: url(http://www.imagias.net/js/iepngfix.htc);*/
	}

	
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	/* list-style-image: url(../images/general/list.png); */
	list-style-position: inside;
	cursor: pointer;
	}
	
	li:hover {
		/* list-style-image: url(../images/general/list_h.png); */
		cursor: pointer;
		}

p, ol {
	margin:	0;
	padding: 0;
	}
	
	
a,
a:visited {
	color: #1a85d7;
	outline: none;
	text-decoration: none;
	}
	
a:hover,
a:active {
	color: #179e17;
	outline: none;
	text-decoration: underline;
	}
	

input {
/*	background: #fff url(../images/general/input.png) top left repeat-x; */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 11px;
	color: #888;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: hidden;
	}
	
textarea {
/*	background: #fff url(../images/general/input.png) top left repeat-x; */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 11px;
	color: #888;
	width: 360px;
	margin: 1px;
	margin-bottom: 2px;
	padding: 4px;
	overflow: auto;
	}
	
	input:focus,
	textarea:focus {
		border: 1px solid #053cb0;
		}	

.submit {
/*	background: #fff url(../images/general/submit.png) top left repeat-x; */
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	}
	
	
.left {
	float: left;
	}
	
.right {
	float: left;
	}
	
.clear {
	clear: both;
	}
	
	

/* LAYOUT */
	
#wrapper {
	width: 900px;
	margin: 0px auto;
	}

	.high {
		color: #222;
		}
	
	.low {
		color: #aaa;
		}
		
	.accent {
		color: #f40a46;
		}
		
	
h1,
h2, h4 {
	font-weight: normal;
	margin: 0;
	}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
	color: #cc3333;
	padding-bottom: 3px;
    font-variant: small-caps;
    font-weight: bolder;
	}


h2 {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	font-size: 14px;
	/*color: #111;*/
	color: #053cb0/*#444*/;
	padding: 1px;
	padding-bottom: 4px;
	}
	
	h1 a,
	h1 a:visited {
		color: #444;
		border-bottom: 1px dotted #aaa;
		text-decoration: none;
		}
		
	h1 a:hover,
	h1 a:active {
		color: #444;
		border-bottom: 1px solid #aaa;
		text-decoration: none;
		}
		
	h2 a,
	h2 a:visited {
		color: #444;
		border-bottom: 1px dotted #aaa;
		text-decoration: none;
		}
		
	h2 a:hover,
	h2 a:active {
		color: #444;
		border-bottom: 1px solid #aaa;
		text-decoration: none;
		}
	
	
	
/* TOP */

/*
#top {
	width: 900px;
	margin-bottom: 4px;
	}
*/
	
.top_top {
	background: url(../images/general/container_top.png) no-repeat;
	width: 900px;
	height: 10px;
	}
	
.top_bottom {
	background: url(../images/general/container_bottom.png) no-repeat;
	width: 900px;
	height: 10px;
	margin-bottom: 5px;
	}
	

#top {
	background: #fff;
	width: 890px;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
	color: #777;
	}
	
.logo {
	width: 185px;
	height: 60px;
	float: left;
	font-size: 16px;
	padding-left: 25px;
	}
	
.menu {
	float: right;
	font-size: 13px;
	padding: 15px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0;
    font-variant: small-caps;
	}

	.menu a, .menu a:visited {
		/*color: #fff;*/
		color: #000099;
		padding: 11px;
		padding-right: 6px;
		text-decoration: none;
		}
		
	.menu a:hover, .menu a:active {
		color: #cc0000;
		padding: 11px;
		padding-right: 6px;
		text-decoration: overline;
		}

  	.menu .activelnk {
		color: #cc0000;
        font-weight: bold;
		padding: 11px;
		padding-right: 6px;
		}
		
/* CONTAINER */
		
.container_top {
	background: url(../images/general/container_top.png) no-repeat;
	width: 900px;
	height: 10px;
	}

.container_bottom {
	background: url(../images/general/container_bottom.png) no-repeat;
	width: 900px;
	height: 10px;
	margin-bottom: 5px;
	}

#container {
	background: #fff;
	width: 880px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
	}

	#container ul {
		margin: 10px;
		line-height: 21px;
		}


	.greytainer_top {
		/* background: url(../images/general/greytainer_top.png) no-repeat; */
		width: 900px;
		height: 10px;
		}

	.greytainer_bottom {
		/* background: url(../images/general/greytainer_bottom.png) no-repeat; */
		width: 900px;
		height: 20px;
		margin-bottom: 0;
		}

	#greytainer {
		background: #e5e5e1;
		width: 880px;
		padding: 10px;
		padding-bottom: 0;
		color: #777;
		}

#container .top_left {
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	#container .top_left img {
		padding: 2px;
		padding-right: 16px;
		}
	
#container .top_right {
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	float: left;
	width: 420px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
	#container .top_right img {
		padding: 2px;
		padding-right: 16px;
		}
		
		
		
#container #main {
	width: 600px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}		
		
#sidebar {
	float: right;
	width: 260px;
	text-align: left;
	}
		


#container p {
	padding: 2px;
	padding-top: 0px;
	line-height: 17px;
	font-size: 12px;
	}

#container .box {
	font-size: 11px;
	padding: 5px;
	padding-top: 0;
	line-height: 19px;
	}






.contact_info {
	padding: 15px;
	padding-bottom: 0;
	}

	.contact_info a,
	.contact_info a:visited {
		/* background: #fff url(../images/general/list.png) top left no-repeat; */
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 16px;
		color: #777;
		text-decoration: none;
		}

	.contact_info a:hover,
	.contact_info a:active {
		/* background: #fff url(../images/general/list_h.png) top left no-repeat; */
		background-position: 0 7px;
		padding: 0.5em 0.3em 0.2em 16px;
		color: #777;
		text-decoration: underline;
		}

.contact_left {
	float: left;
	width: 100px;
	padding: 2px;
	padding-left: 1px;
	}
	
.contact_right {
	float: left;
	}

.ml  {
	background: #fff url(../images/contactos/ml01.png) top left no-repeat;
	padding: 1em 0.2em 0.2em 10px;
	line-height: 17px;
	height: 180px;
    color:#000000 ;
}

  .ra  {
background: #fff url(../images/contactos/ra01.png) top left no-repeat;
	margin-bottom: 5px;
	padding: 1em 0.3em 0.2em 10px;
	line-height: 17px;
    height: 180px;
    color:#000000 ;
}



/* FOOTER */

#footer {
		text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    z-index: 1;
	}
	
   #footer a, #footer a:visited {
		color: #fff;
		text-decoration: none;
		}

	#footer a:hover, #footer a:active {
		color: #cc0000;
		border-bottom: 1px solid #cc0000;
		text-decoration: none;
		}


	#footer p {
        font-family: tahoma;
        font-size: x-small;
		}

	#footer .desc {
		color: #777;
		}

		#footer .desc a,
		#footer .desc a:visited {
			color: #777;
			border-bottom: 1px dotted #777;
			text-decoration: none;
			}

		#footer .desc a:hover,
		#footer .desc a:active {
			color: #aaa;
			border-bottom: 1px solid #aaa;
			text-decoration: none;
			}