@import url('http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');

a:link
{
	color: rgb(51, 51, 51);
}
a:active
{
}
a:visited
{
	color: rgb(51, 51, 51);
}

.menubottom
{
	text-transform: uppercase;
	line-height: 150%;
	font-size: 14px;
	margin-left: 0;
	text-indent: 0;
	word-spacing: 0;
	text-align: center;
	margin-bottom: 0;
	color: #A9A57C;
	font-family: 'Maven Pro', sans-serif;
	font-stretch: condensed;
	margin-top: 24px;
	margin-right: 0;
}
.menuidiomes
{
	text-indent: 0;
	margin-top: 0px;
	color: #000000;
	word-spacing: 0;
	margin-bottom: 6px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	font-size: 15px;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
.titolweb
{
	font-family: 'Maven Pro', sans-serif;
	margin-top: 0;
	font-size: 26px;
	margin-right: 0;
	text-indent: 0;
	word-spacing: 0;
	color: #000000;
	text-align: left;
	margin-bottom: 12px;
	line-height: 150%;
	margin-left: 0;
	text-shadow: 0px 0px 0px #CCCCCC;
}
.txtbody
{
	margin-left: 0;
	word-spacing: 0;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	text-align: justify;
	color: gray;
	font-size: 15px;
	margin-right: 0;
	margin-bottom: 12px;
	text-indent: 0;
	margin-top: 0;

}

.txtbody_light
{
	margin-left: 0;
	word-spacing: 0;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	text-align: justify;
	color: #000000;
	font-size: 15px;
	margin-right: 0;
	margin-bottom: 12px;
	text-indent: 0;
	margin-top: 0;
}

.txtplantilla
{
	margin-left: 0;
	word-spacing: 0;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	text-align: justify;
	color: gray;
	font-size: 15px;
	margin-right: 0;
	margin-bottom: 12px;
	text-indent: 0;
	margin-top: 0;
	text-transform: lowercase;
}

.txtbodymarro
{
	line-height: 150%;
	margin-bottom: 0;
	margin-left: 0;
	color: #734C31;
	text-indent: 0;
	margin-top: 0;
	font-size: 15px;
	margin-right: 0;
	font-family: 'Maven Pro', sans-serif;
	word-spacing: 0;
	text-align: justify;
	font-weight: bold;
}
.txtcopyright
{
	margin-left: 0;
	margin-bottom: 32px;
	margin-right: 0;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
	line-height: 150%;
	word-spacing: 0;
	font-size: 10px;
	color: #000000;
	margin-top: 0;
	text-indent: 0;
}
.txtmenu
{
	line-height: 150%;
	margin-right: 0;
	text-transform: uppercase;
	text-align: left;
	color: #000000;
	word-spacing: 0;
	margin-left: 0;
	margin-top: 0;
	text-indent: 0;
	font-size: 18px;
	margin-bottom: 0;
	font-family: 'Maven Pro', sans-serif;

}
.txtnota
{
	margin-left: 0;
	word-spacing: 0;
	font-family: 'Maven Prot', sans-serif;
	line-height: 150%;
	text-align: justify;
	color: #000000;
	font-size: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	text-indent: 0;
	margin-top: 0;
}
.txtsubtitol
{
	font-weight: italic;
	margin-bottom: 0;
	line-height: 150%;
	margin-right: 0;
	font-size: 16px;
	text-align: left;
	word-spacing: 0;
	margin-left: 0;
	text-indent: 0;
	margin-top: 0;
	font-family: 'Maven Pro', sans-serif;
	color: #000000;
	/* text-transform: lowercase; */
}
.txttitol
{
	text-align: left;
	margin-right: 0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 22px;
	margin-left: 0;
	margin-bottom: 6px;
	text-indent: 0;
	color: #A9A57C;
	word-spacing: 0;
	margin-top: 15px;
	line-height: 150%;
	text-shadow: 0px 0px 0px #CCCCCC;
}
.image
{
	border:0px; 
	border-radius:5px; /* abans 5px */
	border-color:#CCCCCC;
	box-shadow: 4px 4px 2px #CCCCCC; /* abans 4px 4px 2px #CCCCCC */
	overflow: hidden;
}
.image2
{
	border:0px;
	border-radius:3px;
	border-color:#CCCCCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	overflow: hidden;
}
.image3
{
	border:0px;
	border-radius:3px;
	border-color:#CCCCCC;
	overflow: hidden;
}
.youtube_iframe
{
	border:0px;
	border-radius:5px;
	border-color:#CCCCCC;
	box-shadow: 4px 4px 2px #CCCCCC;
	overflow: hidden;
	width:260;
}

a:active
{
	outline: none;
}
a:hover
{
	color: #A9A57C;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}