* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
}
html {
	height: 100%;	
}
#izquierda {
	background-color: #fd6c0b;
	width: 55%;
	height: 100%;
	float: left;
	background-image: url(../imagenes/fondo_izquierda.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#derecha {
	width: 45%;
	float: left;
	height: 100%;
	background-image: url(../imagenes/bg.png);
	background-repeat: repeat;
	background-color: #E0E0E0;
}
#izquierda_iframe2 {
	background-color: #fd6c0b;
	width: 60%;
	height: 100%;
	float: left;
	background-image: url(../imagenes/fondo_izquierda.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#derecha_iframe2 {
	width: 40%;
	float: left;
	height: 100%;
	background-image: url(../imagenes/bg.png);
	background-repeat: repeat;
	background-color: #E0E0E0;
}
#player {
	padding-top: 25px;
	float: right;
	margin-right: 30px;
}
#datos{
	width: 540px;
	float: right;
	background-image: url(../imagenes/comillas_gris.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-top: 28px;
}
#datos_iframe2 {
	width: 590px;
	float: right;
	background-image: url(../imagenes/comillas_gris.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	padding-top: 28px;
}
#datos p, .mail, #datos_iframe2 p{
	font-family: 'UniversRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #E4E4E4;
	text-decoration: none;
}
.dato_destacado {
	font-family: 'UniversBoldRegular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #E4E4E4;
	text-decoration: none;
	letter-spacing: 1px;
}
#linea_pie {
	float: right;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	overflow: hidden;
	margin-top: 40px;
}
.logo {
	margin-top: 18px;
	margin-left: 20px;		
}
#quienes_somos {
	background-image: url(../imagenes/comillas.png);
	background-repeat: no-repeat;
	padding-top: 36px;	
	margin-left: 20px;
}
.texto {
	font-family: 'UniversRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	width: 390px;
	padding-left: 5px;
}
.texto_iframe2 {
	font-family: 'UniversRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	width: 370px;
	padding-left: 5px;
}
.texto_destacado {
	font-family: 'UniversBoldRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	width: 390px;
	padding-left: 5px;
}
#servicios {
	background-image: url(../imagenes/banda_naranja.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 15px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FC6C0B;
	padding-bottom: 15px;
}
#servicios ul {
	background-image: url(../imagenes/servicios.png);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 50px;
	padding-left: 10px;
}
#servicios ul li {
	list-style-type: none;
	clear: both;
	display: block;
}
.icono {
	float: left;
}
.descripcion {
	float: left;
	width: 350px;
}
.descripcion_iframe2 {
	float: left;
	width: 330px;
}
h2 {
	font-family: 'MyriadProBoldCondensed', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	margin-top: 14px;
}
#servicios p {
	background-image: url(../imagenes/bullet.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: 'UniversRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	clear: both;
	overflow: hidden;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: left center;
}
.info a {
	font-family: 'UniversBoldRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FD6C0B;
	width: 390px;
	padding-left: 5px;
	text-decoration: none;
}
.info a:hover {
	color: #666;
}