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

*{ 
	margin:0px;
	padding:0px;
	border:0px;
}
body{
	background:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b6b6b;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
#contenedor{ 
		width:770px;
		margin:0px auto 0px auto;
}
h2, h3, h4, h5, h6{
	color:#f68f19;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

/* Top
------*/
#top{
	width:770px;
	float:left; clear:both;
	padding-bottom:10px;
	padding-top:10px;
}
#top h1{
	float:left;
	font-size:10px;
	width:500px;
}
#idiomas{
	float:right;
	width:200px;
	text-align:right;
}
#idiomas  a{
	margin-left:25px;
}	

/* Menu
------------------------------------*/

#menu{
	float:left;clear:both;
	width:770px; height:32px;
	background:url(../images/bg_menu.gif) no-repeat;
	padding-top:15px;
}
#menu a{
	color:#fff;	font-weight:bold;
	text-transform:uppercase;
}
#menu a:hover{ color:#f68f19; }

#menu table { float:left; clear:both; text-align:center; }
#menu table tr td.inicio { width:124px;}
#menu table tr td.tarifas {width:129px; }
#menu table tr td.promociones {width:180px;}
#menu table tr td.presupuestos {width:174px;}
#menu table tr td.contacto {width:140px;}

/* HEader
----------------*/
#header_flash {
	float:left; clear:both;
	width:100%;
	background:url(../images/swf/header.jpg) no-repeat;
}

/*---------------------------*/

h3.titulos {
	float:left;
	font-size:18px;
	margin-right:20px;
	padding-top:5px;
}
span.float_left {
	float:left;
	padding-top:10px;

}	
#divRes {
	padding-top: 10px;
}	

