html{
	font-size:62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span,img{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
fieldset,img, abbr, acronym{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul,dl{
	list-style:none;
}
caption,th{
	text-align:left;
}
img{
	border:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
}
.contenedor_mundo_lan{
	width:755px;
	margin-right: auto;
	left: 50%;
	position:absolute;
	margin-left: -378px;
}

.texto_seleccione{
	background-image: url(/images/bg_texto_country_selector.jpg);
	background-repeat: no-repeat;
	width: 755px;
	height: 28px;
	margin-top: 6px;
	padding-top: 5px;
	padding-left: 10px;
	color:#FFF;
	font-size:12px;
}

.bloque_pais{
	/*min-height:70px;*/
	width:170px !important;
	float:left;
	padding-left:22px;
	display:inline;
	margin-top: 10px;
}
.bloque_pais_margen{
	padding-left:20px;
}
.bloque_pais ul{
	margin:0;
	padding:0;
	
	
}
.bloque_pais li{
	list-style:none;
	color:#000066;
	font-size:1.2em;
	line-height:15px;
	margin-bottom:6px;
	padding-left:9px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bloque_pais a:link, .bloque_pais a:hover, .bloque_pais a:visited {
	color:#000066;
	text-decoration:none;
}

.bloque_search {
	width:730px !important;
	padding-left:20px;
	display:inline;
	margin-top: 10px;
	padding-right: 10px;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	color:#666666;
}
.bloque_search p {
	width: 625px;
	float:left;
	text-align:justify;
	color:#666;
}
.bloque_search img {
	float:right;
	margin-right:5px;
	margin-top:5px;
}

.bloque_reserved {
	width:730px !important;
	padding-left:20px;
	display:inline;
	padding-right: 20px;
	clear: both;
	float: left;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	border-right-style: none;
	border-left-style: none;
	color: #000066;
	min-height:30px;
}

.bloque_arbitraje {
	/*width:690px !important;*/
	padding-left:20px;
	display:inline;
	margin-top: 10px;
	padding-right: 20px;
	clear: both;
	float: left;
	padding-top: 14px;
	padding-bottom: 0px;
	text-align: justify;
	color:#666666;
	background-image: url(/images/fondo_arbitraje.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:85px;
	margin-left:20px;
}
.bloque_arbitraje a:link, .bloque_arbitraje a:visited, .bloque_arbitraje a:hover {
	color:#CC0000;
	text-decoration:underline;
}

/*.lista_arbitraje ul {
	margin:0;
	padding:0;
	
	
}*/
.lista_arbitraje li {
	/*color:#666666;*/
	font-size:1.1em;
	/*line-height:15px;*/
	margin-bottom:5px;
	padding-left:80px;
	/*background-image: url(/images/bullet_cuadrado.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	
}

.bloque{
	display: block;
	float:left;
	clear:both;
}

.bloque_empresas {

	min-height:30px;
	clear: both;
	color: #000066;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;

}
.bloque_empresas li{
	list-style:none;
	color:#000066;
	font-size:1.1em;
	line-height:15px;
	margin-top:8px;
	margin-bottom:6px;
	padding-left:10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bloque_empresas ul{
	padding-left:22px;
}


.bloque_empresas a:link, .bloque_empresas a:visited, .bloque_empresas a:hover {
	color:#000066;
}

/*ESTILO MENSAJE ARBITRAJE*/
#msg-op {
	width: 754px;
	/*margin: 0 auto;*/
	margin-top: 10px;
	margin-left: 0px;
	padding: 10px 0 15px 0;
	clear: both;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#msg-op a {
	color: #0267c3;
	text-decoration: underline;
}
.warning-info {
	border: 1px solid #fbd800;
	background: #fffbe5 url(/images/common/mensajes/icon_warning_info.gif) left top no-repeat;
	color: #333;
}
