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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* close RESET */




* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a {
	color: #FF6600;
}

body {
	background-color: #CCC;
}


#wrap {
	width: 960px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	float: left;
}

#header {
	height: 115px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#logo {
	margin-top: 15px;
	width: 250px;
	float: left;
}


#nav {
	behavior: url(PIE.htc);
	float: left;
	height: 36px;
	width: 675px;
	margin-left: 35px;
	margin-top: 56px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	/*border: 1px solid #666666;*/
	background-color: #CCCCCC;
}

#nav ul {
	margin-left: 35px;
}

#nav li {
	float: left;
	
}

#nav li a {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 36px;
}

#nav a, #nav a:link, #nav a:visited {
	color: #333;
	text-transform: uppercase;
	font-size: 12px;
}

#nav li a:hover {
	box-shadow: inset 0px 0px 3px #333333;
	-moz-box-shadow: inset 0px 0px 3px #333333;
	-webkit-box-shadow: inset 0px 0px 3px #333333;
	background-color: #FFFFFF;
	color: #FF6633;
	text-decoration: none;
}

#current {
	background-color: #FFFFFF;
	text-color: #FF6633;
	font-weight: bold;
	box-shadow: inset 0px 0px 3px #333333;
	-moz-box-shadow: inset 0px 0px 3px #333333;
	-webkit-box-shadow: inset 0px 0px 3px #333333;
}

#nav #current a {
	color: #FF6633;
}

#contentinfo {
	behavior: url(PIE.htc);
	background-color: #FFF;
	min-height: 500px;
	width: 918px;
	margin-bottom: 35px;
	border: 1px solid #666;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 20px 20px 60px 20px;
}


#contentinfo .volver {
	background-color: #333333;
	padding: 4px 4px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

#contentinfo .volver:hover {
	background-color: #FFF;
}

#contentinfo .informaciones li{
	list-style-type: none;
	font-size: 12px;
}

#contentinfo ul{
	margin-bottom: 10px;
}

#contentinfo img {
	margin-left: 9px;
	margin-bottom: 9px;
	border: 1px solid #333333;
	box-shadow: 0px 0px 5px #333333;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 3px #333333;
}

#contentinfo img:hover, #sidebar .fotos img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	border: 1px solid #FF6600;
}

#content1 {
	behavior: url(PIE.htc);
	background-color: #FFF;
	min-height: 500px;
	width: 600px;
	margin-bottom: 15px;
	border: 1px solid #666;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
	
}

#iframe {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	text-align: center;
}

#videothumb {
	
	margin-right: auto;
	margin-left: auto;
	width: 440px;
	text-align: center;
	padding-bottom: 44px;
}

#videothumb  .fotos img {
	margin-left: 7px;
	margin-bottom: 7px;
	border: 20px solid #333333;
}

#content1 li, #contentinfo li {
	list-style-type: disc;
	margin-left: 60px;
} 


#content2 {
	behavior: url(PIE.htc);
	min-height: 200px;
	width: 600px;
	margin-bottom: 15px;
	background-color: #FFF;
	font-size: 12px;
	border: 1px solid #666;
	text-align: center;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#content2 #feed-control {
	margin-top: 5px;
	margin-bottom: 10px;

}

#content2 #iframe{
	margin-top: 15px;
	margin-bottom: 15px;
}

#content3 {
	behavior: url(PIE.htc);
	min-height: 360px;
	width: 288px;
	margin-bottom: 15px;
	background-color: #FFF;
	font-size: 12px;
	border: 1px solid #666;
	text-align: center;
	float: left;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#content4 {
	behavior: url(PIE.htc);
	min-height: 360px;
	width: 288px;
	margin-left: 20px;
	margin-bottom: 35px;
	background-color: #FFF;
	font-size: 12px;
	border: 1px solid #666;
	text-align: center;
	float: left;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#content3 .img {
	margin-top: 20px;
}

#content4 .img {
	margin-top: 20px;
}

#sidebar {
	behavior: url(PIE.htc);
	background-color: #FFF;
	min-height: 480px;
	width: 336px;
	float: left;
	margin-left: 20px;
	text-align: center;
	border: 1px solid #666;
	margin-bottom: 25px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#sidebar #feed-control {
	margin-top: 5px;
	margin-bottom: 10px;
	min-height: 220px;
}

#sidebar h3:hover {
	text-decoration: underline;	
}

#contact #sidebar {
	behavior: url(PIE.htc);
	background-color: #FFF;
	min-height: 480px;
	width: 336px;
	float: left;
	margin-left: 20px;
	text-align: center;
	border: 1px solid #666;
	margin-bottom: 243px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#sidebar #fotosevent {
	padding-bottom: 10px;
}


#sidebar .fotos img {
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #666666;
}

#sidebar .fotos {
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar #contact {
	width: 335px;
}

#sidebar #contact p {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}

#sidebar #contact h2 {
	margin: 20px 5px 0px 5px;
}

#sidebar #ricerca {
	width: 335px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.buttonn {
	background-image: url(IMG/btn_search2.png);
	background-repeat: no-repeat;
	width: 105px;
	height: 36px;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
    display: block;
	float:left;
}

.textinput2 {
	cursor: text;
	float: left;
	display: block;
	width: 210px;
	height: 26px;
	margin-left: 8px;
}

#busq {
	font-size: 12px;
	clear:both;
	margin: 10px 0 0 210px;
}

/*#footer {
	clear: both;
	background-color: #FFF;
	height: 50px;
	width: 1200px;
	margin-left: -130px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}
*/

/*#footer {
	-moz-border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: 0px -1px 10px #333333;
	bottom: 0px;
	right: 215px;
	position: fixed;
	background-color: #CCCCCC;
	width: 1200px;
	min-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
}*/

#footerwrap {
	clear: both;
	background-image: url(IMG/footer3.png);
	background-position: center top;
	background-repeat: repeat-x;
	display: block;
	min-height: 130px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#footer {
	margin: 0 auto;
	height: 60px;
	width: 890px;
	padding-top: 30px;
	padding-left: 70px;
}

#footer .mini {
    width: 180px;
	float: left;
}

#footer .minicenter {
    width: 230px;
	float: left;
	margin-right: 110px;
	margin-left: 80px;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
	/*padding-top: 38px;*/
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

#footer a {
	color: #CCC;
}

#footerwrap #footer img {
	margin-top: 16px;
}

#footer a:hover {
	color: #FFF;
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #CCCCCC;
	text-align: center;
}

h2 {
	text-align: center;
	font-size: 18px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	clear: both;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 20px;
	color: #333333;
	margin: 20px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

p {
	padding: 14px;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	
}
li {

	font-size: 14px;
	
}



#networks {
	background-image: url(IMG/compartir3.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 190px;
	left: -212px;
	width: 246px;
	height: 140px;
}

#networks:hover {
	background-image: url(IMG/compartir2.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 190px;
	left: -75px;
	width: 246px;
	height: 140px;
	cursor: pointer;
}

.but1 {
	position: relative;
	right: -90px;
	top: 16px;
	margin-bottom: 21px;
}

#pub {
	clear: both;
	height: 90px;
	width: 728px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
	