/**********  Coso que contiene  ******************************************************/
.Contenedor {
	margin: 0px 100px 20px 100px;
	width: 488px;
	height: 100%;
	background: none;
}
/**********  Cabezal, puede ser foto con texto o SWF o no se  *************************/
#Cabezal {
	font-size: 9px;
	display: block;
}
/*********  Donde va el textito la descripcion, fotito, etc..  ***************/
.CopeteTitulo {
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.Copete {
	font-size: 10px;
	text-align: left;
	line-height: 15px;
	margin: 0px 10px 0px 0px;
}
/*******************  Formulario y Datos de Contacto  ****************************************************/
.Contacto {
	font-size: 10px;
	color: #333333;
}
.Contacto #Titulos {
	color: #0099CC;
}
.Contacto #Mensaje {
	color: #FF66CC;
	line-height: 30px;
}
.Contacto input {
	border-color: #00CCFF;
	border-width: 1px;
	background-color: #A6ECFE;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.Contacto textarea {
	border-color: #00CCFF;
	border-width: 1px;
	background-color: #A6ECFE;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	overflow: auto;
}
.Contacto a {
	color: #00CCFF;
	text-decoration: none;
}
.Contacto a:hover {
	color: #FF66CC;
	text-decoration: none;
}
.Contacto #SubmitButton a {
	color: #236985;
	font-weight: bold;
	line-height: 20px;
	padding: 3px 7px;
	margin: 0px 0px 10px 0px;
	background-color: #A6ECFE;
	border-bottom: 1px solid #236985;
	border-right: 1px solid #236985;
}
.Contacto #SubmitButton a:hover {
	color: #FFFFFF;
	background-color: #63C6EE;
}

/*********************  BOTONES  ****************************************************/

/* boton para abrir Perfil */
.BotonPerfil a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 3px 7px;
	margin: 0px 5px 0px 3px;
	background-color: #FF99CC;
	border-bottom: 1px solid #a72a85;
	border-right: 1px solid #a72a85;
	float: left;
 } 
.BotonPerfil a:hover {
	color: #ffffff;
	background-color: #da7cb5;
}
/* boton para ir a Trabajos */
.BotonTrabajos a {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 3px 7px;
	margin: 0px 5px 0px 3px;
	background-color: #FF99CC;
	border-bottom: 1px solid #a72a85;
	border-right: 1px solid #a72a85;
	float: left;
}
.BotonTrabajos a:hover {
	color: #ffffff;
	background-color: #da7cb5;
}
/* boton para cambiar de Idioma */
.BotonIdioma {
	padding-left: 400px;
	text-align: right;
	background: none;
}
.BotonIdioma a {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;  
	letter-spacing: 1px;
	text-align: right;
	text-decoration:none;
	width: 50px;
	background: none;
	background-image: url(../../imagenes/icono_print.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding: 5px 22px 5px 5px;
	margin: 0px;
}
.BotonIdioma a:hover {
	color: #abc51b;
}

/*********************  PERFIL POP-UP  ****************************************************/

#PerfilFondo {
	position: absolute;
	background-color: #333333;
	display: none;
	top: 0px;
	left: 0px;
	/* ATENTO A ESTO QUE ES IMPORTANTE: solo se puede usar filtro de alpha en un elemento con position: absolute */
	filter: Alpha(opacity=100);
}
#PerfilContenedor {
	display: none;
	position: absolute;
	filter: Alpha(opacity=100);
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #FFFFFF;
}
/* cabezal con algo */
#PerfilCabezal {
	margin: 0px;
}
/* estilo de la masa de texto */
#PerfilCuerpo {
	font-family: Tahoma;  
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	margin: 5px;
	padding: 20px;
	height: 280px;
	overflow: auto;
}
/* boton para descargar el documento */
#PerfilDescargar {
	height: 30px;
}
#PerfilDescargar a {
	font-family: Tahoma;  
	font-size: 10px;
	font-weight: bold;
	/*font-style: italic;*/
	color: #FF9900; 
	text-decoration: none;
	padding: 15px;
	line-height: 30px;
	/*margin: 5px;*/
}
#PerfilDescargar a:hover {
	color: #FF6600;
}
/* tooltip para cerrar la ventanuca */
#PerfilCerrar {
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	font-size: 10px;
	padding: 5px;
	background-color: #FFCC00;
}

/*********************  FOOTER  ****************************************************/
.Footer  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9px;
	text-align: right;
	color: #999999;
	padding: 5px;
}
.Footer a {
	color: #999999;
	text-decoration: none;
}
.Footer a:hover {
	color: #FF99CC;
}
