ul, li, table, {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
	padding: 0 0 1.25em 2.5em;
}

#contenedorin
{
background-color: black;
}

#contenedor {
width: 80%;
background-color: black;
margin-left: 10%;
}

#logo {
background-color: #FF9000;
border: 2px solid black;
width: 90%;
height: 202px;
margin-left: 5%;
}

#estado {
	text-align: right;
	position: absolute; top:180px; right:210px;
}

p#estadosi {
font-size: 70%;
font-weight: bold;
color: black;
background-color: #00FF00;
}

p#estadono {
color: #FFFFFF;
font-size: 70%;
font-weight: bold;
background-color: #FF0000;
}

#rec_oplist {
	height: 191px;
	margin: 4px 0 0 0;
	padding: 0;
}
#rec_oplist li {
	cursor: pointer;
	display: block;
	float: right;
	height: 58px;
	padding: 0;
	margin: 0 14px 5px 0;
	width: 58px;
}

#rec_oplist li#sel_1 {
	background: url(images/sel_movistar.gif) 0 58px;
}
#rec_oplist li#sel_2 {
	background: url(images/sel_vodafone.gif) 0 58px;
}
#rec_oplist li#sel_3 {
	background: url(images/sel_orange.gif) 0 58px;
}
#rec_oplist li#sel_4 {
	background: url(images/sel_carrefour.gif) 0 58px;
}
#rec_oplist li#sel_5 {
	background: url(images/sel_yoigo.gif) 0 58px;
}
#rec_oplist li#sel_6 {
	background: url(images/sel_euskaltel.gif) 0 58px;
}
#rec_oplist li#sel_7 {
	background: url(images/sel_lebaramovil.gif) 0 58px;
}
#rec_oplist li#sel_8 {
	background: url(images/sel_masmovil.gif) 0 58px;
}
#rec_oplist li#sel_9 {
	background: url(images/sel_simyo.gif) 0 58px;
}
#rec_oplist li#sel_10 {
	background: url(images/sel_blau.gif) 0 58px;
}
#rec_oplist li#sel_11 {
	background: url(images/sel_digimobil.gif) 0 58px;
}
#rec_oplist li.last {
	margin-left: 5px;
}


#formulario {
background-color: white;
border: 2px solid black;
width: 90%;
height: 800px;
margin-left: 5%;
text-align: center;
}

#formovil
{
width: 430px;
height: 200px;
margin-right: 5%;
}

#instrucciones
{
text-align:right;
float: right;
width: 500px;
height: 100px;
margin-right: 5%;
}

#info {
background-color: red;
border: 2px solid black;
width: 90%;
margin-left: 5%;
}

#footer {
background-color: black;
border: 2px solid black;
width: 90%;
height: 40px;
margin-left: 5%;
}

