@import url('../common/fontawesome4/css/font-awesome.min.css');

@font-face {
    font-family: 'Share-BoldItalicRegular';
    src: url('fonts/share-bolditalic-webfont.eot');
    src: url('fonts/share-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/share-bolditalic-webfont.woff') format('woff'),
         url('fonts/share-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/share-bolditalic-webfont.svg#share-bolditalicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*:not(td) {
	margin:0;
	padding:0;
/*	border:none;*/
}
html {
	min-height: 100%;
	height: auto;
	overflow-x:hidden;
}

body {
	margin: 0 auto;
	font-size: 12px;
	padding:00px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
}
.final {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 0px solid red;
}
.flota_izq {
	float: left;
	margin: 0 5px 5px 0;
}
.flota_der {
	float: right;
	margin: 0 0px 5px 5px;
}

ol {
	list-style-position: inside;
}
ul {
	list-style-position: inside;
}
ol div {
	display:inline;
}
ul div {
	display:inline;
}



a{
	outline-width: medium;
	outline-style: none;
	cursor: pointer;
	color: #000;
}
a:hover{
	text-decoration:none;
	color: #F00;
}



h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-weight: normal;
	margin:0;
	padding:0;
}

h2 {
	font-size: 22px;
	border-bottom: 0px solid #e5e5e5;
}
h3 {
	font-size: 18px;
	padding-bottom:5px;
	 }
h4 {	font-size: 16px;}
h5 {	font-size: 12px;}
h6 {	font-size: 10px;}




p {
	padding: 0 0 10px 0;
}
span {

}
.centrar {
	text-align: center;
}

/**** PAGINADOR ****/
ul.pagination {
	text-align: center;
	margin: 20px 0 10px 0;
}
ul.pagination li {
	list-style-type:none;
	display: inline;
	width:auto;
	font-size: 10px;
	font-weight: normal;
	font-family: "trebuchet MS";
	color: #CCCCCC;
	background-color: #232323;
	margin: 2px 5px 2px 2px;
	text-align:center;
	border: 2px solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 1px 3px 1px 5px;
}
ul.pagination a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.pagination a:hover {
	color: #FFFFFF;
}

ul.pagination li.current {
	border: 2px solid;
	border-top-color: #70A9E9;
	border-left-color: #70A9E9;
	border-bottom-color: #1B62AF;
	border-right-color: #1B62AF;
	padding: 1px 3px 1px 5px;
	color: #FFFFFF;
	background-color: #2073D0;	
}

/***********************************/

#Container {
	width: 1050px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background-color: #FFF;
}
#Header_wrapper .EditorPanel {
	height: 123px;
	background-color:#000;
	color: #FFF;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#Menu_wrapper .EditorPanel {
	min-height: 33px;
	/* [disabled]background-image: url(img/bg_menu.gif); */
	/*	background-repeat: repeat-x;*/
	/* [disabled]background-color: #ff0000; */
	padding:5px 0 0 0;
}

#Medio {
	background-repeat: repeat-x;
	background-color: #FFF;
	padding:5px 0 5px 0;
}

#Main_wrapper .EditorPanel {
	min-height:200px;
}

.EditionMode #Top_wrapper .EditorPanel {
	min-height:15px;
}

.EditionMode .col01 #Left_wrapper .EditorPanel {
	width: 253px !important;
}



#Left_wrapper .EditorPanel {
	width:508px;
	float:left;
	min-height:200px;
	margin:0 5px 0 0;
	/* [disabled]background-color:#093; */
}


.published #Left_wrapper .EditorPanel {
	width:510px;
}
.module04 #Left_wrapper .EditorPanel,
.module04 #Main_wrapper .EditorPanel {
	width:auto;
}



#Middle_wrapper .EditorPanel {
	width:210px;
	float:left;
	min-height:200px;
	margin:0 5px 0 0;
	/* [disabled]background-color:#3F9; */
}

.published #Middle_wrapper .EditorPanel {
	width:208px;
}




#Right_wrapper .EditorPanel {
	width:306px;
	float:left;
	min-height:200px;
	/* [disabled]background-color:#9C6; */
}

.published #Right_wrapper .EditorPanel {
	width:305px;
	/* [disabled]background-color:#9C6; */
	padding-left:5px;
}




#Footer_wrapper .EditorPanel {
	margin: 0 auto;
	background-repeat: repeat-x;
	background-color: #000;
	min-height: 45px;
	overflow:hidden;
	padding:5px 22px 5px 22px;
	color: #FFF;
	font-size: 11px;
}
.col01 {
	float: left;
	width: 255px;
}
.col02 {
	float: left;
	width: 775px;
}
.separador {
	display: block;
	float: left;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.separador02 {
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	overflow: hidden;
}


.module01 {
	width: 1040px;
	margin: 0 auto;
}
.module01 .top,
.module01 .footer {
	width: 1040px;
	/* [disabled]background-image: url(img/modulo01_top.gif); */
	background-repeat: no-repeat;
	height: 1px;
	overflow: hidden;
	background-position: 100% 0;
}
.module01 .medio {
	width: 1040px;	
	background-image: url(img/modulo01_middle.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.module02 {
	padding:0 5px;
}
.module03 {
	width: 1040px;
	margin: 0 auto;
}




/************** MENU SUPERFISH ***************/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}



ul.sf-menu > li > ul {
	min-width:183px;
}



.sf-menu ul {
	position:		absolute;
	top:			-999em;
/*	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	font-size:12px;	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
/*	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-right:	0px solid #82a5c4;
	border-top:		0px solid #CFDEFF;
	padding: 		8px 11px 10px 10px !important;	
	text-decoration:none;
}


.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.sf-menu a.last {
	border-right:	0px solid #82a5c4;
}

.sf-menu > li > a {
	color:#f1f4f8;
	text-align:center;
	font-weight:bold;
	padding: 		0px 9px 0px 0px !important;
	background-repeat:no-repeat !important;
	background-position:100% 0px !important;
	background-image:url(img/bt_right.gif) !important;
}


.sf-sub-indicator {
	display:none;
}

.sf-menu > li > a > span {
	display:block;
	min-width:103px;	
	background-image: url(img/bt_left.gif) !important;
	background-repeat: no-repeat !important;
	padding: 		4px 21px 7px 25px !important;
    font-family: 'Share-BoldItalicRegular';
	color:#333333;
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;	
	text-shadow:1px 1px 0px #ff575e;	
}


.sf-menu > li.current > a, 
.sf-menu > li > a:focus, 
.sf-menu > li > a:hover, 
.sf-menu > li > a:active, 
.sf-menu > li.sfHover > a {
	background-image:url(img/bt_right_over.gif) !important;
}
 
.sf-menu > li.current > a > span,
.sf-menu > li > a:focus > span, 
.sf-menu > li > a:hover > span, 
.sf-menu > li > a:active > span, 
.sf-menu > li.sfHover > a > span {
	background-image:url(img/bt_left_over.gif) !important;
	color:#fff;
	text-shadow:1px 1px 0px #000000;		
}


.sf-menu li {
/*	background:		#BDD2FF;*/
}
.sf-menu li li {
	background-color:#d40912  !important;
}

.sf-menu li li a {
	color:#fff !important;
}


.sf-menu li li li {
	background:		#d40912;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#d40912;
	outline:		0;
	color:#FFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
/*	padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}









.sf-menu li > li:hover, 
.sf-menu li > li.sfHover, 
.sf-menu li > li > a:focus, 
.sf-menu li li > a:hover, 
.sf-menu li li > a:active, 
.sf-menu li li.sfHover > a
{
	background-color: #ff6168;
	outline: 0;
	color: #000;
}

/******/


.sf-menu li {
    height: auto !important;
    line-height:normal !important;	
}
.sf-menu li li {
	background: none;
	border: 0px solid #eee !important;
	padding: 0px !important;
	padding-left:0px;
	text-align: left;
}
.sf-menu li li li {
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	
}
