/* CSS Document */


*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #181818;
font-size: 10pt;
font-family:"Trebuchet MS";

}

h1
{
font-weight: normal;
color: #405F93;
font-size: 18pt;
background:url(img/tinybluebox.jpg) no-repeat;
height:30px;
padding-left:25px;
}

h2
{
font-weight: bold;
color: #ffffff;
font-size: 10pt;
background:url(img/soluciones1.jpg) no-repeat;
height:20px;
padding-left:10px;
}

h3
{
font-weight: bold;
color: #FF7B24;
font-size: 10pt;
}

h4
{
font-weight: bold;
color: #ffffff;
font-size: 10pt;
background:url(img/pestanyanaranjalarga.jpg) no-repeat;
height:20px;
padding-left:10px;
}


img{border:0px;}


a
{
text-decoration: none;
color: #405F93;
}

ul
{
margin-left: 1.5em;
}

li
{
line-height: 1.5em;
}

ul.links
{
list-style: none;
margin-left: 0em;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

li.spaced {
padding-top: 5px;
}

ul.principal > li {
font-weight: bold;
}

/* Header */

#header
{
width:100%;
height:120px;
background: #ffffff url('img/headerbg.jpg') no-repeat;
}

#banner{

position:absolute;
top:0px;
right:30px;

}


/* Header2 */

#header2
{
width:100%;
height:68px;
background:  url('img/header2.jpg') no-repeat;

}

/* Menu_top */

#menu_top
{
float:right;
margin-top:5px;
margin-right:20px;
}

#menu_top ul
{
list-style: none;
}

#menu_top li
{
float: left;
display: block;
padding: 0em 0em 0em 0em;
color: #fff;
font-size: 0.7em;
}

#menu_top li a
{
display: block;
padding: 0em 1.3em 0em 1.3em;
color: #fff;
font-size: 11px;
text-decoration: none;
}



/* Disponibilidad */




#quote
{
float:right;
height: 200px;
width: 200px;
background:url('img/bluebox.jpg') no-repeat;
margin-right:10px;
margin-left:20px;
margin-bottom:10px;
}

#quote p{
margin:25px; 
color:#fff;
font-size:15px;
font-weight:bold;
font-style:italic;
text-align:center;
}



#main_menu{
	width: 220px;
	float:left;
	margin-top:20px;
}

#main_menu ul
{
list-style:none;
list-style-image:url('img/li.gif');
border-right:1px solid #405F93; 

}

#main_menu li
{
margin-top: 15px;
margin-left:20px;
}

#main_menu li a
{
text-decoration: none;
}

#main_content{
	padding: 0px 30px 30px 30px;
	margin-left: 220px;
	
}

#main_content p{
	margin-top:1em;
}

.orangebox{
float:left;
margin-top:30px;
margin-right:30px;
background:url('img/orangebox.jpg') no-repeat;
width: 210px;
height:210px;
}

.orangebox h1
{
font-weight: normal;
color: #405F93;
font-size: 18pt;
background:none;
height:20px;
padding-left:0px;
}



.orangebox p{
margin:20px;
color:#fff;
font-weight:bold;
}

.orangebox p a{
color:#fff;
font-weight:bold;
}


.orangebox h1{
margin:20px;
font-weight: normal;
color: #405F93;
font-size: 13pt;
}

.newline{clear:both;}

.prebox{
float:left;
margin-right:30px;
border:1px solid #eeeeee;
background:url('img/preboxbg.jpg') repeat-x;
padding: 0px 15px 15px 15px;
width: 180px;
}

.prebox li
{
margin-top: 0.7em;
}

.prebox li a
{
text-decoration: none;
}

.prebox ul
{
list-style:none;
margin-left:0px;
}

#footer{
clear:both;
margin-top:40px;
width:100%;
text-align:center;
color:#ffffff; 
height:40px;
background:url(img/footer.jpg) no-repeat;

}
#footer p{
padding:10px;
}



#contacto {

  margin-top:20px;
  padding: 0;
  width: 600px; 
}

form label { 
	display: block; 
	float: left; 
	width: 100px;
	padding: 0; 
	margin: 15px 0 0; 
	text-align: left;
}

form input, form textarea {
	margin:15px 0 0 10px; 
	border: 1px solid #cccccc;
	width:300px;
	color:#666666;
}
#enviar{
	width:50px;
	border: 1px solid #FF7B24;
	color:#fff ;
	font-weight:bold;
	background:#FD9653;
	margin-left:360px;
}
form select {
	margin:5px 0 0 10px; 
	border: 1px solid Silver;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#666666;}
	
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



table {
	width: 50%;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}

tbody tr {
background: url(img/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(img/bg_td2.jpg) repeat-x;
}

tbody th {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #555555;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

