body{
	background:#CCC;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#005AA0;
	margin:10px auto;
	cursor:default;
}
a{
	color:#005AA0;
	text-decoration:none;
}
a:hover{
	color:#111;
}
a img{
	border:0;
}
/* --------------------
	CONTAINER
----------------------- */
#container{
	/*position:relative;*/
	width:935px;
	margin:0 auto;
	padding:20px;
	background:#E8F5FB;
}
/* --------------------
	HEADER
----------------------- */
#header {
	position:relative;
	height:145px;
	background:url(bg-header.gif) no-repeat 0 95px;
}
#header h1 a{
	position:absolute;
	width:270px;
	height:80px;
	right:0;
	text-indent:-9999px;
	background:url(logo-gruas-daniele.gif) no-repeat;
	/**/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header h1 a em {
	display: none;
}
#header h1 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#header .servicios{
	position:absolute;
	width:645px;
	height:80px;
	background:#009DDF;
}
/* --------------------
	MENU
----------------------- */
#menu{
	position:absolute;
	top:115px;
	width:940px;
	height:30px;
	cursor:default;
	font:bold 13px/13px Arial, Helvetica, sans-serif;
}
#menu ul li{
	display:inline;
	float:left;
	margin:0 5px 0 0;
}
#menu ul li a{
	display:block;
	width:230px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
}
/**/
#menu ul li.b1 a{
	background: url(menu/b1.gif);
}
#menu ul li.b2 a{
	background: url(menu/b2.gif);
}
#menu ul li.b3 a{
	background: url(menu/b3.gif);
}
#menu ul li.b4 a{
	background: url(menu/b4.gif);

}
/* hover */
#menu ul li.b1 a:hover,
#menu ul li.b2 a:hover,
#menu ul li.b3 a:hover,
#menu ul li.b4 a:hover,
#menu ul li.b5 a:hover {
	background-position: 0 -50px;
}
/* activo */
#menu ul li a.activo{
	background-position: 0 -100px!important;
}
/* --------------------
	FOOTER
----------------------- */
#footer{
	position:relative;
	height:55px;
	font-size:13px;
	line-height:18px;
	color:#009DDF;
	background:#D3EBF3;
}
#footer a {
	color:#73CAEE;
	text-decoration:none;
}
#footer a:hover {
	color:#222;
}
#footer address {
	position:absolute;
	right:20px;
	top:10px;
	font-style:normal;
	text-align:right;
}
#footer small {
	color:#73CAEE;
	font-size:11px;
}
#footer small a{
	color:#73CAEE;
}

/**/
.box-clima {
	position: absolute;
	width: 320px;
	height: 45px;
	padding: 7px 0 3px;
	background: #96D5F1;
	/**/
	color: #8D95C6;
	font-size: 11px;
	line-height: 16px;
}

.box-clima-ciudad {
	float: left;
	width: 120px;
	padding-top: 3px;
	text-align: right;
}
.box-clima-ciudad strong {
	font-size: 13px;
	text-transform: uppercase;
	color: #005AA0;
}
.box-clima img {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border-right: 1px solid #8D95C6;
}
.box-clima-temp {
	float: left;
	width: 120px;
	padding-top: 3px;
}

/* --------------------
	CENTER
----------------------- */
#center{
	position:relative;
	width:935px;
	height:340px;
	margin:5px 0 0 0;
	background:#BFE5F7;
}
/* --------------------
	CENTER > Titulos
----------------------- */
h2{
	font-size:18px;
	line-height:18px;
	margin-bottom:18px;
	color:#D0111B;
}
h3{
	font-size:16px;
	line-height:18px;
	margin-bottom:9px;
}
h4{
	font-size:14px;
	line-height:18px;
	margin-bottom:9px;
	color:#444;
}
p{
	margin:0 0 18px 0;
}
blockquote{
	font-size:14px;
	line-height:20px;
	margin:9px 0 18px 0;
}
/* --------------------
	CENTER > Columns
----------------------- */
.box-0{
	float:left;
	width:935px;
}
.box-1{
	float:left;
	width:465px;
	margin:0 5px 0 0;
}
.box-2{
	float:left;
	width:465px;
}
.box-3{
	float:right;
	width:400px;
}
.box-4{
	float:left;
	width:230px;
	margin:0 5px 0 0;
}
.box-4-plus{
	float:left;
	width:220px;
	margin:0 5px 0 0;
	padding: 5px;
}
.box-5{
	float:left;
	width:700px;
}
/* --------------------
	VARIOS
----------------------- */
hr{
	display: none;
}
.hr{
	width: 100%;
	border-bottom: 1px solid #DDD;
	clear: both;
	margin: 10px 0;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/**/
ul.equipos li {
	list-style: none;
	background: url(../img/bullet.gif) no-repeat;
	padding: 3px 0 25px 30px;
	/**/
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
}
ul.equipos li a {
	color: #005AA0;
}
ul.equipos li a:hover {
	color: #009DDF;
}
ul.equipos li em {
	font-style:normal;
	font-size:15px;
}
/**/
ul.equipos-2 li {
	padding-bottom: 18px !important;
}

/* --------------------
	FORMS
----------------------- */
#f p {
	margin: 0 0 9px 0;
}
#f label {
	color:#009DDF;
}
#f label em {
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #73CAEE;
}
#f input, #f textarea, #f select{
	width: 208px;
	border: 1px solid #CCC;
	background: #FFF;
	color:#222;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}
#f textarea{
	resize:none;
}
#f .btn{
	border:1px solid #73CAEE;
	background:#73CAEE;
	color:#111;
	padding: 5px 15px;
	font-size:12px;
	font-weight:bold;
	width:70px;
	cursor: pointer;
}
#f .btn:hover {
	border: 1px solid #009DDF;
	background: #009DDF;
	color: #FFF;
}
#f input:focus, #f textarea:focus{
	border: 1px solid #009DDF;
	color: #222;
	background: #FFF;
}

/* --------------------
	SLIDESHOW
----------------------- */
.slideshow
.slideshow-mini {
	float: left;
	width: 935px;
	height: 340px;
	margin: 0;
	overflow: hidden;
}
.slideshow-mini {
	width: 465px;
}
ul.ppt {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ppt li {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
0
