/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0 auto;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 140px;
	padding-top:10px;
	clear:both;} 
	
#footer {
width:940px;
background:  #DDD;
color: #808080;
font-size: 0.9em;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
font: 76% Arial, Helvetica, sans-serif;
background: #e0e0e0 url(../images/bg/bg.jpg) center repeat-y;
color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

/********** CONTENEDOR*************/
#container {
margin: 0 auto 0px auto;
width: 900px;
padding: 0px 20px 0px 20px;
background: #ffffff;
}

#container2 {
width: 900px;
}

/********** LOGO*************/

#logo {
margin: 0px 0px 0px -20px;
}

#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

/********** nav*************/
#nav {
		margin-top:3px;

}

/********** TOP TABS*************/

#main2 {
width: 690px;
float: left;
padding: 15px 15px 15px 0;
border-right: 1px solid #d0d0d0;
}
#main2 p{
	text-align:justify;
}
#main2 ul{
list-style:decimal;
background: #f0f0f0;
padding-top:20px;
}

#main3 {
width: 900px;
float: left;
margin-bottom:15px;

}
#main3 p{
	text-align:justify;
}
#main3 ul{
list-style:decimal;
margin-left:30px;
margin-bottom:15px;
font: 100% Arial, Helvetica, sans-serif;
text-align:justify;
}
#main3 li{
   margin-bottom:5px;
}

.block {
background: #f0f0f0;
background: #e0e0e0;
padding: 15px;

}

.fotoFlotaIzq {
float:left;
padding:0px 5px 5px 0px;
}

.fotoFlotaDer {
float:right;
padding:0px 0px 5px 5px;
}

.block input
{
	padding:1px;
	font-size: 14px;
	background:#FFFFFF;
	border: 1px solid #BBBBBB;
	width:120px;
}

.block input:focus
{
	border: 1px solid #000000;
}

.block select
{
	padding:1px;
	font-size: 14px;
	background:#FFFFFF;
	border: 1px solid #BBBBBB;
	width:124px;
}
.block select:focus
{
border: 1px solid #000000;
}


.block th{
background:#000000;
color:#FFFFFF;
}

#sidebar {
padding: 0 -10px 0 0;
margin-top:15px;
width:180px;
float:right;
text-align:center;
}

#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
text-align:center;
}

.sidelink {
text-align: left;
display: block;
width: 160px;
background: #f0f0f0 url(../images/corner.gif) top right no-repeat;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.sidelink:hover {
background: #e0e0e0 url(../images/corner.gif) top right no-repeat;
text-decoration: none;
}



h1 {
margin: 0 0 20px 0;
font-size: 2.1em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 1.6em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
padding: 5px;
background-color: #f0f0f0;
}

.hide {
display: none;
}
