/* @override http://localhost/comesana/css/main.css */
* {
	behavior: url('../iepngfix.htc')
}

*, *:focus {
outline: 0 !important;
}

body {
	background-color: #000;
	margin-top: 20px;
}
div#bigcontainer {
	background-color: #FFF;
	width: 960px;
	padding: 40px 80px 80px 80px;
	margin: 10px auto;
}
div#navigation {
	margin-top: 30px;
	margin-right: 40px;
}
div#navigation.index {
	margin-top: 76px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	line-height: 50px;
}
div#topnav a {
	font-size: 1em !important;
}
div#navigation ul li a, div#topnav a {
	text-decoration: none;
	color: #999;
	font-size: 1.6em;
	letter-spacing: 3.5px;
	font-style: italic;
}
div#navigation ul li a:hover, div#topnav a:hover {
	color: #555;
}

div#evento {
	margin-top: 90px;
	width: 202px;
	height: 137px;
	margin-bottom: 0px;
}

div#evento h3 , div#evento div#name{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #777;
	text-shadow: 0 1px 0 #FFF;
	width: 175px;
}

div#evento div#name {
	margin-top: -20px;
}

div#evento h3 span {
	font-size: 0.8em;
	color: #444;
	padding: 3px 0 0 0;
	float: right;
}

div#evento img#eventoimage {
	background-repeat: no-repeat;
	width: 177px;
	height: 118px;
	margin: 0px;
}

div#evento a#morepics {
	display: block;
	cursor: pointer;
	position: relative;
	left: 157px;
	top: -25px;
	width: 20px;
	height: 20px;
	z-index: 13;
}

/* pagina eventos */
div#eventname {
	margin-bottom: -34px;
	position: relative;
	top: 24px;
	z-index: 20;
}
div#eventname h2 {
	text-align: center;
	letter-spacing: -1px;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 1px 0 #444;
	margin: 15px 0 0 0;
}
div#eventname h2 span {
	color: #000;
	font-size: 0.6em;
}
div#listaeventos {
	margin-bottom: 20px;
}
div#listaeventos div.evento {
	margin: 10px;
}
div#listaeventos div.evento div.image {
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
}
div#listaeventos div.evento div.name {
	font-size: 1.2em;
	font-style: italic;
	color: #FFF;
	float: left;
	padding: 2px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #444;
}
div#listaeventos div.evento div.name span {
	font-size: 0.7em;
}
div#listaeventos div.evento div.description {
	float: left;
	color: #444;
	height: 56px;
	text-shadow: 0 1px 0 #FFF;
}
div#listaeventos div.evento a.morepics {
	float: left;
	margin-right: 6px;
}

/* images eventos */
div#eventoheader h2 {
	letter-spacing: -1px;
	color: #FFF;
	font-weight: normal;
	margin: 15px 0 0 0;
}
div#eventoheader h2 span {
	color: #000;
	font-size: 0.6em;
}

div#images div.image {
	vertical-align: bottom;
	float: left;
	height: 320px;
	padding: 14px;
}
div#images div.image span {
	display: block;
	text-align: center;
	width: 100%;
	color: #444;
	text-shadow: 0 1px 0 #FFF;
}
div#images div.image img {
	border: 3px solid #DDD;
}

/* paginación */
div.pages.top {
	margin: 20px 15px 0;
}
div.pages {
	margin: 10px 20px;
}
div.pages a {
	padding: 4px;
	margin: 0 2px;
	font-weight: bold;
	color: #EEE;
	text-shadow: 0 1px 0 #444;
	text-decoration: none;
	background-color: #AAA;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.pages a.active {
	background-color: #6A6;
}
div.pages a:hover {
	background-color: #888;
}

a#logo {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 200;
}

/* pagina fotos */
div#navigation_blank {
z-index: 200;
	padding-top: 30px;
	height: 370px;
	background-image: url('../img/menu_blank.jpg');
	background-repeat: no-repeat;
}
div#navigation_blank div.link {
	width: 280px;
	text-align: center;
}
div#navigation_blank a {
	font-family: arial;
	line-height: 80px;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 #FFF;
	font-size: 2em;
}

div#fotografias div.foto {
	float: left;
	margin: 20px;
}
div#fotografias div.foto img {
	border: 3px solid #FFF;
}

/* @group formularios */
input[type="checkbox"] {
	width: 14px !important;
	margin-top:6px;
	height:14px !important;
}
input, textarea {
	line-height:  16px;
	float: left;
	width:  526px;
	font-size:  1em;
	padding: 4px;
	margin: 2px;
	border: 1px solid #AAA;
	color: #777;
}
input[type="submit"], input[type="button"] {
	margin: 5px;
	color: #FFF;
	border: 0px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/dpbox/button.png');
	background-position: top;
	font-size: 1em;
	height: 32px;
	width: 120px;
	color: #FFF;
	text-shadow: #444 1px 1px 0;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #FFF;
	background-position: bottom;
}
input.error, textarea.error {
	border-color: #F00;
	border-bottom-width: 3px;
	margin-bottom: 0px;
}
select {
	float: left;
	margin: 6px 2px;
}
label {
	color: #555;
	display: block;
	line-height: 29px;
	height: 20px;
	overflow: hidden;
	width: 125px;
	padding-right: 5px;
	float: left;
	text-align: right;
	text-shadow: #FFF 0 1px 0;
}
span.label {
	color: #555;
	margin: 2px;
	width: 125px;
	text-shadow: #FFF 0 1px 0;	
}
div.beforeInput {
	float: left;
	line-height: 30px;
}
div.beforeInput img {
	vertical-align: -3px
}
div.afterInput {
	line-height: 30px;
	padding-left: 5px;
	float: left;
}
div.error {
	background-color: #F33;
	padding: 2px 6px;
	color: #FFF;
	float: left;
	margin: 0 0 0 132px;
	-webkit-border-radius-bottom-left: 4px;
	-webkit-border-radius-bottom-right: 4px;
}
/* @end */


.h50 {
	height: 50px;
}
.h100 {
	height: 100px;
}

.w25 {
	width: 25px;
}

.w50 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}

div#goback {
	position: absolute;
	top: 446px;
}

div#videos {
	margin-top: 20px;
}
div#videos div.video {
	height: auto!important;
	height: 150px;
	min-height: 150px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
div#videos div.video div.image {
	float: left;
	margin-right: 10px;
}
div#videos div.video h3 a {
	color: #888;
}
div#videos div.video h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
div#videos div.video h3 a {
	margin: 0px;
	text-decoration: none;
}
div#videos div.video h3 span.date {
	font-size: 0.7em;
	color: #AAA;
	padding: 0px;
}
div#videos div.video p {
	color: #333;
}
div#videos div.firstvideo {
}
