body,a,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
fieldset,img {
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
img {
	border: none;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*Fin de la neutralizacion*/

/*Inicio Resaltado de texto para Firefox*/
::-moz-selection {
color: #000;
background-color: #F9DB2F;
}
/*Fin Resaltado de texto para Firefox*/
/*/////////////////MAQUETACION.CSS//////////////////////////*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#contenedora {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	height: 118px;
}
#menu {
}
.ocultar {
	display: none;
}
.limpiar {
	clear: both;
}
.separador1 {
	height: 10px;
	width: 10px;
	display: block;
}
.bloque_fondo_video {
	background-color: #b40028;
	background-image: url(images/bg_intro_video.jpg);
	background-repeat:  repeat-x;
	background-position: 0px 0px;
}
.bloque_idiomas_intro {
	float: right;
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 45px;
}
.bloque_video_intro {
}
.bloque_boton_saltar_video {
	margin-top: 30px;
	padding-left: 418px;
	margin-bottom: 30px;
}

.enlace_logo_intro {
	background-image: url(images/logo_arpacm_blanco.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 51px;
	width: 131px;
	margin-top: 27px;
}
.enlace_idioma_intro {
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.enlace_idioma_intro:hover {
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.enlace_saltar_video {
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/saltar_video.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	display: block;
	height: 32px;
	width: 153px;
}
.enlace_saltar_video:hover {
	font-family: 'Orbitron', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/saltar_video.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	display: block;
	height: 32px;
	width: 153px;
}
.sombra {
	background-image: url(images/sombra.png);
	background-repeat: no-repeat;
	background-position: center 695px;
}
