@charset "UTF-8";

/* CUERPO */

#cuerpo {
	height: 500px;
	float: left;
	position: relative;
	background: #e6e6e6 url(../img/fondo_contacto.jpg) no-repeat;
	overflow: hidden;
}

#fondo,#info {
	position: absolute;
	display: block;
	margin-left: 400px;
}

#fondo {
	width: 350px;
	height: 500px;
	opacity: 0.5;
	background-color: #808080;
	position: absolute;
}

#info {
	width: 330px;
	height: 490px;
	float: right;
	padding: 5px 10px;
}

info b {
	background-color: #FF7600;
}

#info h2 {
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

#info p {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul {
	list-style-type: none;
	padding-left: 0;
}

#info ul li h3 {
	font-size: 15px;
	font-style: italic;
	margin-top: 30px;
}
#info strong,#info a:hover{
		text-shadow: #222222 0 0 2px;

}
#info strong {
	color: #ff7600;
	font-weight: bold;
	font-size: 16px;
}

#info ul li {
	margin-top: 5px;
}

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
