/* CSS Document */
Body {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	padding: 0px;
	/* background-color: #FFFFFF; */
	background-color: #8e8f8a;
}
a
hr {
	width: inherit;
	/*border-top: 1px solid #959595;*/
	height: 1px;
	margin: 15px 0 15px 0;
	background-color: #959595
}
.texto {
	color: #666666;
}
.texto strong {
	text-transform: uppercase;
}
.texto a{ 
	color: #333333;
	text-decoration: underline;
}
.texto a:hover{ 
	color: #333333;
	text-decoration: none;
}
.Boder_Img {
	border: #CCCCCC solid 1px;
}
#borde_tabla {
	border: #ffffff solid 3px;
}
#Header{
	background-image: url(../img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 890px;
	height: 156px;
}
.Bord_languages {
	border: #ffffff solid 1px;
	width: 22px;
	height: 15px; 
	margin-right:7px;
}
.Copy_Padding {
	padding-bottom: 6px;
}
#tabla_Padding {
	padding: 6px;
}
.Copy ,
#Copy {
	font-family: Arial;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
.Copy a ,
#Copy a {
	font-family: Arial;
	font: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.Copy a:hover ,
#Copy a:hover {
	font-family: Arial;
	font: bold;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
#Menu {
	padding: 5px;
	height: 33px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}
#Menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#Menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
td.tabs ,
#tabs {
	border-right: 2px #cccccc solid;

}
.seccion {
	height: 31px;
	padding-left: 15px;
	padding-top: 15px;
}
#titulos {
	font-family: Arial;
	font: bold;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border-bottom: 2px #666666 solid;
	text-transform:uppercase;
}
#text_Padding {
	padding: 10px;
}
.contacto {
	font-family: Arial;
	font: bold;
	font-size: 11px;
	color: #cc0000;
	font-style: bold;
}
/* Banderitas idiomas */
.banderita ,
#banderita {
	width: 22px;
	height: 15px;
	cursor: pointer;
}
.espanol {
	background-image:url(../img/es.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.english {
	background-image:url(../img/gb.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.frances {
	background-image:url(../img/fr.png);
	background-position:left top;
	background-repeat:no-repeat;
}
/* imagenes flotando */
#ImgFloat_Left {
	float: left;
	width: inherit;
	height:inherit;
	margin: 0 10px 10px 0;
}
#ImgFloat_Right {
	float: right;
	width: inherit;
	height:inherit;
	margin: 0 0px 10px 10px;
}
a{
	color: #666666;
	text-decoration: underline;
}
a:hover{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/*																				
		fichas																	
																				*/
table#eventos ,
table#ficha {
	width:90%;
	margin:0 5%;
	font-size:14px;
}
table#eventos th ,
table#ficha th {
	font-weight:bold;
}
table#eventos td ,
table#ficha td {
	vertical-align:top;
	padding:1px 5px;
	border:1px solid #f5f5f5;
}
table#eventos td div.odd { background:#f5f5f5;}
table#eventos td div.even {background:#ffffff;}

table#ficha td input ,
table#ficha td select ,
table#ficha td textarea {
	font-weight:bold;
	border:none;
	/*background:#f5f5f5;*/
}
table#ficha td.fullname input {
	text-align:center;
	font-size:18px;
	width:100%;
}
div.backlink {
	text-align:center;
	background:#AFEEEE;
	border:1px solid #cccccc;
	margin:10px 40px;
	padding:5px;
}
.tableRollOverEffect{
	background-color:#7FFFD4;
}
.tableRowClickEffect{
	background-color:#AFEEEE;
}
form#event_form {
	margin:25px 50px;
	padding:25px;
	border:1px solid #ccc;
}
form#event_form br {
	clear:both;
	margin:10px;
}
form#event_form label {
	display:block;
	width:120px;
	float:left;
	text-align:right;
	padding-right:5px;
}

