@charset "utf-8";
body {
	background-color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #A10800;
}

#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 775px;
}
#menu_bg {
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 775px;
	text-align: left;
}
#menu_abajo {
	background-image: url(img/menu_abajo.jpg);
	background-repeat:  repeat-x;
	height: 31px;
	width: 775px;
}
#contenido {
	background-color: #FFFFFF;
	background-image: url(img/bg_content.jpg);
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-position: 0px 0px;
	background-repeat:  repeat-x;
}
#col_bienvenidos {
	background-image: url(img/columna_bienvenidos.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 250px;
	padding-top: 0px;
	padding-left: 192px;
	padding-right: 20px;
	text-align: left;
	padding-bottom: 0px;
}
#txt_bienvenidos {
	padding-top: 100px;
}

#col_izq {
	background-image: url(img/columna_izq.jpg);
	background-repeat: no-repeat;
	height: 351px;
	width: 229px;
}
#col_tel {
	background-image: url(img/columna_telefono.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 462px;
}
#footer {
	background-color: #641216;
	height: 50px;
	width: 700px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
	padding-right: 35px;
}
#footer a:link {
	color: #d8bc07;
	text-decoration: none;
}
#footer a:hover {
	color: #d8bc07;
	text-decoration: underline;
}
#footer a:visited {
	color: #C5232C;
	text-decoration: line-through;
}
#table_equipos, #table_requisitos {
	padding-top: 80px;
	text-align: left;
	width: 400px;
}
#txt_equipos, #txt_requisitos {
	height: 240px;
	overflow: auto;
	padding-right: 5px;
	padding-top: 2px;
}
#col_equipos  {
	background-image: url(img/bg_equipos.jpg);
	background-repeat: no-repeat;
	height: 351px;
	width: 462px;
	text-align: left;
}
#col_requisitos {
	background-image: url(img/bg_requisitos.jpg);
	background-repeat: no-repeat;
	height: 351px;
	width: 462px;
}
