/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding:0;
	background-color: transparent;
}
html {
padding-bottom:10px;
}	
body{
	background: url(../img/fondo.gif) repeat-x top left #386D8D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
a,  a:link, a:visited {color: #F0B310;text-decoration: none; font-weight:bold;}
a:hover {color: #FFFFFF;text-decoration: underline;}
#cabecera {
	width: 948px;
	height: 270px;
	float:left;
}
#contenedor{
	margin: 10px auto 0 auto;
	width: 948px;
	border: 1px solid #6F99B4;
	background-color:#002D57;
}
#menu {
width:212px;
background: url(../img/fn_menu.jpg) repeat-x top left;
float:left;
}
#contenidosHome {
background: url(../img/imgs_home.jpg) repeat-x top left;
width:676px;
float:left;
padding:220px 30px 30px 30px;
line-height:14px;
}
#contenidos {
width:676px;
float:left;
padding:30px;
line-height:14px;
}
#patrocinadores {
background-color:#FFFFFF;
text-align:center;
border: 1px solid #F0B310;
margin-top:30px;
}
.clearfix:after {
content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.titular {
color:#57A5D7;
font-weight:bold;
font-size:11px;
}
.titular2 {
color:#57A5D7;
font-weight:bold;
}

#fcv {
margin-top:10px;
margin-bottom:30px;
padding-left:9px;
color:#6F99B4;
}
.programa {
width:100%;
border-bottom: 1px solid #57A5D7;
}
.programa td {
vertical-align:top;
padding:15px 5px 15px 5px;
border-top: 1px solid #57A5D7;
}
.programa .hora {
color:#6F99B4;
font-weight:bold;
}
.ponentes {
width:100%;
}
.ponentes td {
vertical-align:top;
padding:0px 20px 20px 0px;
}
.ponentesimg {
border: 1px solid #F0B310;
margin-right: 15px;
}
.ponentesimgficha {
border: 1px solid #F0B310;
/*margin-left: 20px;*/
}
.divgaleria {
border: 1px solid #6F99B4;
padding:15px;
background-color:#0C3B63;
margin-bottom:15px;
}
.divgaleria img {
border: 1px solid #F0B310;
margin:15px;
}
.divmapa {
width:368px;
border: 1px solid #6F99B4;
padding:30px;
background-color:#0C3B63;
margin-top:15px;
}
#contenidos ul {
margin-left:15px;
}
/* FORMULARIOS */
.formulario {
width:100%;
border-top: 1px solid #57A5D7;
border-bottom: 1px solid #57A5D7;
}
.formulario td {
padding:7px;
}
.formulario .literales {
color:#6F99B4;
font-weight:bold;
}
.respuestaForm {
width:auto;
text-align:center;
color:#57A5D7;
font-weight:bold;
padding:15px;
border-top: 1px solid #57A5D7;
border-bottom: 1px solid #57A5D7;
}
input {
width:350px;
border:1px solid #6F99B4;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #002D57;
background-color:#FFFFFF;
}
input.corto {
width:150px;
}
select {
background-color:#FFFFFF;
border:1px solid #6F99B4;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #002D57;
}
textarea {
border:1px solid #6F99B4;
padding:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#002D57;
width:98%;
background-color:#FFFFFF;
}
input.radio {
width:15px;
height:15px;
border: 0px;
background-color:transparent;
}
.submit {
	width:auto;
	background-color:#F0B310;
	color: #002D57;
	font-size: 10px;
	border: 1px solid #6F99B4;
	font-weight:bold;	
}
/*Lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(http://www.culturadelvino.org/micros/2008/Encuentro_Enologico/img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.culturadelvino.org/micros/2008/Encuentro_Enologico/img/overlay.png", sizingMethod="scale");
	}
/*Lightbox*/