body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	outline: none;
}
form {
	margin: 0;
	padding: 0;
}
sup {
	font-size: 9px;
}

#header {
	position: relative;
	margin: 30px 0 0 0;
	padding: 0;
	width: 960px;
	height: 165px;
}
	#header #logo {
		position: absolute;
		display: block;
		width: 194px;
		height: 34px;
		top: 0;
		left: 60px;
		background: transparent url(../imagenes/logo.png) no-repeat;
	}
	#header ul {
		position: relative;
		float: left;
		padding: 0;
		width: 210px;
		height: 150px;
		list-style: none;
	}
	#menu1 {
		margin: 0 0 0 370px;
	}
	#menu2 {
		margin: 0;
	}
	#menu3 {
		margin: 0;
		width: 110px !important;
	}
		#header ul li {
			margin: 0;
			padding: 0;
			width: 210px;
			height: 17px;
		}
			#header ul li a {
				font-size: 12px;
				color: #888888;
				text-decoration: none;
			}
			#header ul li a:hover {
				color: #000000;
			}
			#header ul li a.sel {
				color: #000000;
			}
#container {
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	width: 960px;
	height: 380px;
	background: #dddddd;
}
	#container #texto {
		position: relative;
		float: left;
		margin: 0 0 0 60px;
		padding: 0;
		width: 285px;
		height: 380px;
	}
		#container #texto .cmail {
			display: block;
			margin: 20px 0 20px 0;
			width: 150px;
			color: #000000;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		#container #texto .cmail:hover {
			color: #ff0000;
		}
		#container p {
			margin: 20px 0 0 0;
			text-align: justify;
		}
		#container b {
			font-size: 11px;
		}
		#container h1 {
			font-size: 24px;
			margin: 20px 0 0 0;
		}
		#container a.link {
			display: block;
			margin: 20px 0 0 0;
			color: #000000;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		#container p.link {
			margin: 0;
			padding: 0;
		}
		#container #texto #ctext {
			line-height: 16px;
		}
	#container #pause {
		position: absolute;
		display: none;
		width: 20px;
		height: 20px;
		bottom: 20px;
		right: 0;
		background: transparent url(../imagenes/play-pause.png) no-repeat;
	}
	/*#container #pause2 {
		position: absolute;
		width: 20px;
		height: 20px;
		bottom: 20px;
		right: 0;
		background: transparent url(../imagenes/play-pause.png) -20px 0 no-repeat;
	}*/
	#container #sublist {
		position: absolute;
		margin: 0;
		padding: 0;
		bottom: 20px;
		list-style: none;
	}
	#container #notlist {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
	}
		#container #sublist li, #container #notlist li {
			margin: 10px 0 0 0;
		}
			#container #sublist a, #container #notlist a {
				color: #000000;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
			}
			#container #sublist a.sel, #container #notlist a.sel {
				text-decoration: underline;
			}
			#container #sublist a:hover, #container #notlist a:hover {
				text-decoration: underline;
			}
	#container #fotos {
		position: relative;
		float: left;
		margin: 0 0 0 25px;
		padding: 0;
		width: 590px;
		height: 380px;
		background: transparent url(../imagenes/cargando.gif) center center no-repeat;
	}
		#container #fotos img {
			position: absolute;
			top: 0;
			left: 0;
			display: none;
		}
	#container .video {
		background: none !important;
	}
	#container .bloque {
		position: relative;
		float: left;
		width: 270px !important;
		height: 380px;
		/*background: #ff0000;*/
	}
	
	#container .left {
		margin: 0 0 0 25px;
	}
		#container .left div {
			margin: 20px 0 0 0;
			text-align: right;
		}
		#container .left span {
			margin: 2px 0 0 0;
			float: left;
			font-size: 11px;
			font-weight: bold;
		}
		#container .left input, #container .left select {
			width: 200px;
			font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
			font-size: 11px;
			border: 0;
		}
	#container .right {
		margin: 0 0 0 50px;
	}
		#container .right p {
			margin-right: 25px;
		}
		#container .right table {
			margin: 54px 0 0 0;
			padding: 0;
			text-align: left;
			width: 270px;
		}
			#container .right table thead {
				font-weight: bold;
				font-size: 11px;
			}
			#container .right table input {
				margin: 0;
				padding: 0;
			}
			#container .right table td {
				height: 15px;
			}
			#container .right input, #container .right textarea {
				font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
				font-size: 11px;
				border: 0;
			}
			#container .right textarea {
				width: 240px;
			}
			#container .right div {
				margin-top: 5px;
			}
			#container .right small {
				float: right;
				margin: 0 10px 0 0;
			}
			#container .right #enviar {
				float: right;
				margin: 0 30px 0 0;
				background: #5e5d5b;
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
			}
	#container .not {
		width: 295px !important;
	}
		#container .not img {
			margin: 0 0 0 8px;
		}
		#container p.pnot {
			margin: 72px 0 0 0;
		}
			#container p.pnot a {
				color: #000000;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
			}
			#container p.pnot a:hover {
				text-decoration: underline;
			}
	
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 20px;
	text-align: center;
}
	#footer p {
		margin: 10px 0 0 0;
		padding: 0;
	}