@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	margin:20px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	background:#f0f0f0;
	}
a:link, a:active, a:visited{
	color:#022626;
	}
a:hover{
	text-decoration:none;
	}
.phone{
	color:#022626;
	padding-top:30px;		
}
form{
	margin:0;
	padding:0;
	}
input, textarea{
	font-size:13px;
	text-transform:uppercase;
	width:260px;
	color:#333;
	padding:5px;
	margin:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
textarea{
	height:50px;
}
input.boto{
	background:url(../images/bt_send2.jpg) repeat-x;
	font-size:12px;
	font-weight:bold;
	border:none;
	color:#fff;
	width:274px;
	padding: 6px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin:5px 0;
	}
#top{
	overflow:hidden;
	width:730px;
	margin:auto;
	padding-bottom:15px;
	}
#top h1{
	font-size:30px;
	color:#0099CC;
	float:left;
	}
#top h1 span{
	color:#003366;
	}
#top h2{
	color:#333;
	font-size:36px;
	line-height:30px;
	float:right;
	}
#conteiner{
	background:#fff url(../images/bg.png) top repeat-x;
	border-radius: 15px;
	-webkit-border-radius:  15px;
	-moz-border-radius: 15px;
	border:1px solid #999;
	width:730px;
	margin:5px auto;
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000; 
	}
#header{
	padding:20px;
	line-height:18px;
	text-align:justify;
	}
#share{
	float:right;
	width:65px;
	}
#share img{
	margin-right:3px;
	}
#header h3{
	font-size:30px;
	line-height:30px;
	color:#022626;
	font-weight:normal;
	margin:5px 0 10px 0;
	}
#ContenedorSlider{
	position:relative;
	clear:both;
	height:280px;
	width:730px;
	overflow:hidden;
	}
#formulario{
	width:284px;
	height:226px;
	background:url(../images/bg_form2.png);
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000; 
	border-radius: 15px;
	-webkit-border-radius:  15px;
	-moz-border-radius: 15px;
	padding:10px;
	color:#fff;
	text-align:center;
	}
#formulario h4{
	font-size:20px;
	color:#022626;
	text-align:left;
	border-bottom:1px solid #fff;
	}
#slide{
	margin:15px 0;
	}
.servicio{
	width:285px;
	padding:10px 0 15px 35px;
	background:url(../images/servicio2.png) left top no-repeat;	
	border-bottom:1px dotted #ccc;
	margin:10px 12px;
	font-size:12px;
	text-align:left;
	float:left;
	height:110px;
	}
p.titulo{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#022626;
	}
.titulo a{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#022626;
	text-decoration:none;
}
.titulo a:hover{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#022626;
	text-decoration:underline;
}
	
#fotos{
	text-align:center;
	padding-top:5px;
	clear:both;
	}
#fotos img{
	display:inline-block;
	box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000; 
	border-radius: 5px;
	-webkit-border-radius:  5px;
	-moz-border-radius: 5px;
	margin:0 5px;
	}
#footer{
	padding:10px;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	color:#022626;
	}
.calist_font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
    padding-top:18px;
}
.itc_font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.itc_font_med{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.bold_black{
	font-weight:bold;
	color:#000000;
}
.bold{
	font-weight:bold;
}
.bold_big{
	font-weight:bold;
	font-size:16px;
}
.bold_white{
	font-weight:bold;
	font-size:16px;
	color:#FFF;	
}
.address{
	color:#FFF !important;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}