@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: MyCustomFont;
 src: url("Font/Century_Gothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("Font/Century Gothic.ttf") /* TTF file for CSS3 browsers */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}

.scritta_vicino_logo{
	font-family: MyCustomFont;
	color:#000;
	font-size:13px;
}

.titolo_top{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:18px;
}


.titolo_home{
	font-family: MyCustomFont;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

.titolo_slogan_top{
	font-family: MyCustomFont;
	color:#F00;
	font-size:16px;
}

.titolo_ricerca{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:16px;
}

.titolo_pagina{
	font-family: MyCustomFont;
	color:#000;
	font-size:14px;
}

.titolo_right{
	font-family: MyCustomFont;
	color:#000;
	font-size:15px;
}

.testo_right{
	font-family: MyCustomFont;
	color:#000;
	font-size:14px;
}

.titolo_right_bianco{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:14px;
}

.prezzo_lista_bianco{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}

.titolo_right_bianco{
	font-family: MyCustomFont;
	color:#FFF;
	font-size:14px;
}

.testo_prezzo{
	font-family: MyCustomFont;
	color:#DFE423;
	font-size:15px;
}

.testo_foto_scorrimento{
	font-family: MyCustomFont;
	color:#409cb6;
	font-size:14px;
}

.testo_foto_scorrimento_home{
	font-family: MyCustomFont;
	color:#409cb6;
	font-size:11px;
}


.tasto_cerca_home{
font-family:MyCustomFont;
color:#FFFFFF;
font-size:13px;
font-weight: bold;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-image:url(IMG/Tasto_cerca.jpg);
height:18px;
width:141px;
}


.tasto_area_ute{
font-family:MyCustomFont;
color:#FFFFFF;
font-size:13px;
font-weight: bold;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-image:url(IMG/pulsante_area_utenti.png);
height:20px;
width:77px;
}

.tasto_richiesta_info{
font-family:MyCustomFont;
color:#000;
font-size:13px;
font-weight: bold;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-image:url(IMG/richiesta_info.png);
height:20px;
width:77px;
}










a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

