body{
	background-image: url("images/fondo.png");
	background-repeat: repeat-x;
	background-color: #93b1db;
	font-family: Arial;
}

a:link{
color: Black;
text-decoration: none;
}

a:visited{
color: Black;
text-decoration: none;
}

a:hover{
color: lightblue;
text-decoration: underline;
}

table.Inferior td.Derecho{
	width: 11px;
	height: 35px;
	background-image: url("images/inferior_d.png");
	background-repeat: no-repeat;
}

table.Inferior td.Centro{
	width: 740px;
	height: 35px;
	background-image: url("images/inferior.png");
	background-repeat:repeat-x;
	text-align: center;
	color: White;
	font-weight: bold;
}

table.Inferior td.Izquierdo{
	width: 11px;
	height: 35px;
	background-image: url("images/inferior_i.png");
	background-repeat: no-repeat;
}

table.MarcoAzul td.Derecho{
	width: 10px;
	height: 26px;
	background-image: url("images/marco_azul_d.png");
	background-repeat: no-repeat;
}

table.MarcoAzul td.Centro{
	width: 230px;
	height: 26px;
	background-image: url("images/marco_azul.png");
	background-repeat:repeat-x;
	text-align: center;
	color: White;
	font-weight: bold;
}

table.MarcoAzul td.Izquierdo{
	width: 10px;
	height: 26px;
	background-image: url("images/marco_azul_i.png");
	background-repeat: no-repeat;
}

table.FondoAzul td{
	height: 182px;
	background-image: url("images/fondo_azul.png");
	background-repeat: no-repeat;
}

table.MarcoRojo td.Derecho{
	width: 11px;
	height: 26px;
	background-image: url("images/marco_rojo_d.png");
	background-repeat: no-repeat;
}

table.MarcoRojo td.Centro{
	width: 229px;
	height: 26px;
	background-image: url("images/marco_rojo.png");
	background-repeat:repeat-x;
	text-align: center;
	color: White;
	font-weight: bold;
}

table.MarcoRojo td.Izquierdo{
	width: 10px;
	height: 26px;
	background-image: url("images/marco_rojo_i.png");
	background-repeat: no-repeat;
}

table.FondoRojo td{
	height: 182px;
	background-image: url("images/fondo_rojo.png");
	background-repeat: no-repeat;
}

table.MarcoVerde td.Derecho{
	width: 11px;
	height: 26px;
	background-image: url("images/marco_verde_d.png");
	background-repeat: no-repeat;
}

table.MarcoVerde td.Centro{
	width: 229px;
	height: 26px;
	background-image: url("images/marco_verde.png");
	background-repeat:repeat-x;
	text-align: center;
	color: White;
	font-weight: bold;
}

table.MarcoVerde td.Izquierdo{
	width: 10px;
	height: 26px;
	background-image: url("images/marco_verde_i.png");
	background-repeat: no-repeat;
}

table.FondoVerde td{
	height: 182px;
	background-image: url("images/fondo_verde.png");
	background-repeat: no-repeat;
}

table.Info td.TextoUno{
	width: 174px;
	height: 72px;
	background-color: #567cd2;
	padding-top: 3px;
	padding-left: 5px;
}

table.Info td.TextoDos{
	width: 295px;
	height: 72px;
	background-color: #567cd2;
	padding-top: 3px;
	padding-left: 5px;
}

table.Info td.TextoTres{
	width: 258px;
	height: 72px;
	background-color: #567cd2;
	padding-top: 3px;
	padding-left: 5px;
}

table.ComboArriba{
	background-image: url("images/combos_arriba.png");
	background-repeat: repeat-x;
	height: 190px;
}

table.ComboAbajo{
	background-image: url("images/combos_arriba.png");
	background-repeat: repeat-x;
	height: 190px;
}

td.ComboTitulo{
	padding-left: 5px;
	color: #ffff00;
	font-size: 20px;
	font-family: Arial;
}

td.ComboEspecificaciones{
	color: Black;
	font-size: 10px;
	font-family: Arial;
}

#content
{
	width: 780px;
}

#content table
{
	width: 100%;
}

#content-title
{
	width: 780px;
	text-align: left;
	color: #fff;
	padding-left: 15px;
}

#developed
{
	margin-top: 15px;
	padding: 10px;
	background-color: #fff;
}
