/*GENERAL*/
@font-face{
	font-family: 'Interstate-Regular';
	src: url(../../fonts/Interstate-Regular.otf) format('opentype');
}
@font-face{
	font-family: 'Interstate-Bold';
	src: url(../../fonts/Interstate-Bold.otf) format('opentype');
}
@font-face{
	font-family: 'Interstate-Black';
	src: url(../../fonts/Interstate-Black.otf) format('opentype');
}
@font-face{
	font-family: 'Interstate-Light';
	src: url(../../fonts/Interstate-Light.otf) format('opentype');
}
body {
background-color:#FFFFFF;
margin:0;
font-family:arial;
font-size:13px;
font-style:normal;
}
#container {
	min-width: 951px;
    position: relative;
}
a {
    color: #0099FF;
    text-decoration: none;
}
h1,
h1 a{
text-decoration:underline;
color:#FF5900;
font-size:18px;
margin:20px 0 10px 5px;
}
h1 a:hover {
text-decoration: none;
}
h2 {
color:#006699;
font-size:18px;
margin:20px 0 10px 5px;
}
p {
color:#666666;
font-size:14px;
line-height:140%;
}
p a {
color:#666666;
text-decoration:underline;
}
p a:hover {
text-decoration:none;
}
p#chapo {
font-style:italic;
}
p#more {
font-size:10px;
font-weight:normal;
}
input, select, textarea {
	border: 1px solid #809DB9;
    color: #005774;
    font: 1em normal arial,helvetica,clean,sans-serif;
}
/*HEADER*/
#header {
	background: url(http://www.simyo.es/img/header_bg.png) repeat-x scroll left top #FFFFFF;
    color: #FFFFFF;
    height: 104px;
}
#header_izq,
#header_der {
	width: 951px;
	position: relative;
	margin: auto;
}
#header_der a,
#header_izq a {
	display:block;
	overflow:hidden;
	text-indent: -3000px;
}
#header_izq a {
	background: url(http://www.simyo.es/img/simyo_logo_header.png) no-repeat scroll 0 0 transparent;
    height: 60px;
    left: 2px;
    position: absolute;
    top: 18px;
    width: 143px;
}
#header_der a {
	background: url(http://www.simyo.es/img/header_support_wt.png) no-repeat scroll center center transparent;
    display: block;
    height: 23px;
    position: absolute;
    right: 205px;
    text-indent: -3000px;
    top: 3px;
    width: 252px;
}
#header .search {
	position: absolute;
	top: 56px;
	right: 0;
}
#header .search #searchBox {
	background: url(http://www.simyo.es/img/search_box.png) no-repeat scroll left center transparent;
	border: medium none;
	height: 16px;
	left: 2px;
	margin-right: 27px;
	padding: 4px 0 4px 10px;
	position: relative;
	width: 153px;
}
#header .search input#searchButton {
	background: url(http://www.simyo.es/img/search_button.png) no-repeat scroll center center transparent;
	border: medium none;
	color: #FF5900;
	cursor: pointer;
	height: 24px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -3000px;
	width: 27px;
}
* html #header .search input#searchButton {
	top: 1px;
}
*+html #header .search input#searchButton {
	top: 1px;
}
/*SPECIAL HEADER CONTENT*/
.special_header_content {
	position: absolute;
	margin-right: auto;
	margin-left: -476px;
	top: 0;
	left: 50%;
	width: 951px;
}
/*LOGIN TAB*/
#login_tab {
	position: absolute;
	top: 0;
	right: -3px;
	width: 191px;
	z-index: 100;
	color: #fff;
}
#login_tab a {
	color: #fff;
}
#login_tab a.tab_activator {
	display: block;
	width: 151px;
	height: 35px;
	padding: 0 0 3px 40px;
	background: url(http://www.simyo.es/img/login_tab_activ_closed.png) no-repeat;
	font-size: 1.2em;
	line-height: 35px;
	font-family: 'Interstate-Regular',Arial,Helvetica,sans-serif;
	text-shadow: 2px 2px 2px #555;
}
* html #login_tab a.tab_activator {
	background-image: url(http://www.simyo.es/img/login_tab_activ_closed_ie6.png);
}
#login_tab form {
	display: none;
	padding: 0 19px 10px 17px;
	width: 155px;
	overflow: hidden;
	background: url(http://www.simyo.es/img/login_tab_open.png) no-repeat left bottom;
	margin: 0;
}
* html #login_tab form {
	background-image: url(http://www.simyo.es/img/login_tab_open_ie6.png);
}
#login_tab form p {
	margin: 0;
}
#login_tab form label {
	display: block;
	padding: 2px 0 2px 3px;
	color: #fff;
}
#login_tab form input {
	background: url(http://www.simyo.es/img/login_panel_textfield.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	float: none;
	height: 18px;
	padding: 4px 5px 2px;
	width: 174px;
}
#login_tab form p a {
	font-size: .8em;
	margin: 0 0 10px;
	text-decoration: underline;
	display: block;
}
#login_tab form p button {
	background: #666;
	width: 103px;
	height: 27px;
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
}
#login_tab.open a.tab_activator {
	background: url(http://www.simyo.es/img/login_tab_activ_open.png) no-repeat;
}
* html #login_tab.open a.tab_activator {
	background-image: url(http://www.simyo.es/img/login_tab_activ_open_ie6.png);
}
#login_tab.open form {
	display: block;
}
#login_tab .to_my_panel {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 151px;
	height: 35px;
	padding: 0 0 3px 40px;
	background: url(http://www.simyo.es/img/login_tab_plain_closed.png) no-repeat;
	font-size: 1.2em;
	line-height: 35px;
	font-family: 'Interstate-Regular',Arial,Helvetica,sans-serif;
	text-shadow: 2px 2px 2px #555;
	letter-spacing: -.05em;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#login_tab .to_my_panel {
		letter-spacing: -.1em;
	}
}
/*MAIN NAVIGATION*/
#main_nav {
    margin: 0 auto;
    position: absolute;
    width: 951px;
    z-index: 100;
}
#main_nav ul,
#main_nav ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#main_nav ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 181px;
}
#main_nav ul li {
    display: block;
    float: left;
    margin-right: 41px;
}
#main_nav ul li.last {
    margin-right: 0;
}
#main_nav ul li a {
    color: #FFFFFF;
    display: block;
    font-family: 'Interstate-Regular',Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    text-align: center;
    text-shadow: 2px 2px 2px #922C00;
    width: 159px;
}
#main_nav ul li a:hover {
	text-decoration: underline;
}
/*CONTENT*/
#header .cont,
#content,
#footer .cont {
    margin: 0 auto;
    position: relative;
    width: 951px;
}
#section_intro {
margin-right:20px;
width:220px;
float:left;
margin:0 9px 0 0;
}
#section_intro ul {
border-right:1px solid #D8D8DA;
float:right;
margin:20px 0 0;
padding:0 10px 0 0;
}
#section_intro li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 7px;
text-align:right;
}
#section_intro li a {
text-decoration:none;
color:#3F6B94;
display:block;
line-height:150%;
}
#section_intro li a:hover {
color: #ff6600;
}
#section_content {
float:right;
width:711px;
}
#datos {
background:transparent url(http://www.simyo.es/img/internet_movil.png) no-repeat;
width:711px;
height:220px;
margin-left:0px;
}

#datos .btn {width:101px; height:29px; margin-top:170px; float:left;}
#first {margin-left:120px;}
#second, #third{margin-left:137px;}

#voz {
background:transparent url(http://www.simyo.es/img/telefonia_movil.png) no-repeat;
width:711px;
height:230px;
margin-left:0px;
}

#voz .btn {width:101px; height:29px; margin-top:180px; float:left;}
#first {margin-left:120px;}
#second, #third{margin-left:137px;}

#terminales {
background:transparent url(http://www.simyo.es/img/terminales.png) no-repeat;
width:711px;
height:220px;
margin-left:0px;
}

#terminales .btn {width:101px; height:29px; margin-top:165px; float:left;}
#first {margin-left:120px;}
#second, #third{margin-left:137px;}

#doctorsim {
background:transparent url(http://www.simyo.es/img/doctorsim.png) no-repeat;
width:711px;
height:220px;
margin-left:0px;
}

#doctorsim .btn {width:101px; height:29px; margin-top:165px; float:left;}
#first {margin-left:120px;}
#second, #third{margin-left:137px;}

#btn {
background:transparent url(http://www.simyo.es/external/img/call-to-action.jpg) no-repeat;
height:52px;
width:152px;
margin-left:200px;
}
#btn a {
display:block;
overflow:hidden;
text-indent:-999em;
height:52px;
width:100px;
}
/*FOOTER*/
#footer {
	clear: both;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .social_media {
	background: #ff3b00 url(http://www.simyo.es/img/footer_top_bg.png) repeat-x top;
	color: #fff;
	clear: both;
}
#footer .social_media .cont {
	height: 36px;
	background: url(http://www.simyo.es/img/simyo_logo_footer.png) no-repeat 2px center;
}
#footer .social_media .cont ul {
	margin: 0;
	padding: 11px 0 0;
	float: right;
}
#footer .social_media .cont li {
	list-style: none;
	float: left;
}
#footer .social_media .cont li a {
	display: block;
	text-indent: -3000px;
	margin-left: 5px;
}
#footer .social_media .cont li.blog a {
	width: 48px;
	height: 18px;
	background: url(http://www.simyo.es/img/blog_footer.png) no-repeat;
}
#footer .social_media .cont li.facebook a {
	width: 72px;
	height: 18px;
	background: url(http://www.simyo.es/img/facebook_footer.png) no-repeat;
}
#footer .social_media .cont li.twitter a {
	width: 56px;
	height: 18px;
	background: url(http://www.simyo.es/img/twitter_footer.png) no-repeat;
}
#footer #secondary_nav {
	background: #366b86 url(http://www.simyo.es/img/footer_mid_bg.png) repeat-x top;
	color: #fff;
	clear: both;
	padding: 25px 0;
}
#footer #secondary_nav .col {
	float: left;
	margin-right: 70px;
}
#footer #secondary_nav ul {
	margin: 0;
	padding: 0;
}
#footer #secondary_nav li {
	list-style: none;
}
#footer #secondary_nav li.naranja {
	border-bottom: 2px dotted #fff;
	padding: 5px 0;
	width: 195px;
	text-indent: -3000px;
	font-size: 1.2em;
}
#footer #secondary_nav li a {
	display: block;
	border-bottom: 1px dotted #fff;
	padding: 5px 0 5px 10px;
	width: 185px;
}
#footer #secondary_nav #sm_areaclientes {
	margin-right: 0;
}
#footer #secondary_nav #sm_simyo li.naranja {
	background: url(http://www.simyo.es/img/footer_que_es_simyo.png) no-repeat;
}
#footer #secondary_nav #sm_hacerme_simyo li.naranja {
	background: url(http://www.simyo.es/img/footer_comprar.png) no-repeat;
}
#footer #secondary_nav #sm_areaclientes li.naranja {
	background: url(http://www.simyo.es/img/footer_ayuda.png) no-repeat;
}
#footer .closing {
	clear: both;
	padding: 13px 0;
}
#footer .closing .copyright {
	font-size: .8em;
	display: block;
	clear: both;
	position: relative;
	top: -10px;
	margin-right: 500px;
}
/*LOGOS*/
#logos {
	float: right;
	margin-bottom: 0;
}
#logos img {
	vertical-align: middle;
}
