﻿@charset "utf-8";
html {
	background-color: #021C3D;
}	
body {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align: middle;

}
body a {
	color: #F90;
}
body a:hover {
	color: #F60;
}
img {
	border:0px
}

/* BACKGROUND PERSONAS */

.site-pas #container-background-home{
	position: relative;
	display:block;
	height: 100%;
	background-color: #FFF;
	
	background-image: url('../img/background-pas.jpg');
	background-position:center;
	background-position: top;
	background-repeat: repeat-x;
}

.site-pas #container-background{
	position: relative;
	display:block;
	height: 100%;
		
	background-image: url('../img/background-pas-interna.jpg');
	background-position:center;
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

/* */

.site-pas #container {
	width: 940px;  /* this width will create a container that will fit in an 940px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.site-pas #header { 
	height: 130px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.site-pas #header h2 {
	background-image:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-left: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px !important;
	padding-top: 20px;
}
.site-pas #header h2 a{
	display: block;
	width: 90px;
	height: 90px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.site-pas #header p{
	visibility:hidden;
}

.site-pas #header #menu-top{
	float: right;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
}
.site-pas #header #menu-top p {
	color: #FFF;
	visibility: visible;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.site-pas #menu-top a {
	color:#fff;
	text-decoration:none;
	margin: 5px;
}
.site-pas #menu-top a:hover {
	color:#fff;
	text-decoration: underline;
}

.site-pas #menu-top input {
	background-color:#0F4980;
	border: none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	
	vertical-align: text-top; /* no tocar */
	
	margin: 0px;

	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	}
.site-pas #menu-top span a{
	color: #fff;
    background: transparent url('../img/ico-search-02.png') no-repeat;	
	margin: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.site-pas #menu-top span a:hover{
	color: #fff;
}

.site-pas #highlight {
	width: 940px;  /* this width will create a container that will fit in an 940px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.site-pas #clientes-col { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 210px;
}



.site-pas .menu-col {
	float: right;
	width: 220px;
}


.site-pas #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.site-pas #footer { 
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#021C3D;
	font-size: 12px;
	height: 100px;
	color:#ccc;
	background-image: url('../img/back-foot.png');
	background-position:center;
	background-position: top;
	background-repeat: no-repeat;
} 
.site-pas #footer .container {
	padding-left: 10px;
	width: 940px;
	margin: 0 auto;
}

.site-pas #footer .ico {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}
.site-pas #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.site-pas #footer a {
	color:#ccc;
	text-decoration:none;
	margin: 5px;
	text-transform: none;
}

.site-pas #footer a img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

.site-pas #footer a:hover {
	color: #FFF;
	text-decoration: underline;

}

/* LINEA SOMBREADA FIN MÓDULO */

.space {
	height: 40px;
	background-image:url('../img/space.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	width: 100%;
	clear:both;
}

.space-2 {
	height: 40px;
	background-image:url('../img/space-2.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	width: 100%;
	clear:both;
}

.space-3 {
	height: 40px;
	background-image:url('../img/space-2.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	width: 665px;
	float:left;
}
/* VARIOS */

/* Miscellaneous classes for reuse */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltrt-435 { 
	float: right;
	width: 435px;
}
.fltrt-600 { 
	float: right;
	width: 600px;
}
.fltlft-435 { 
	float: left;
	width: 435px;
}

.fltlft-600 {
	float: left;
	width: 600px;
	vertical-align:middle;
}
.fltlft-665 { 
	float: left;
	width: 665px;
}

.clear {
	clear:both;
}


/* CONTENEDORES FOTOS */
