html {
	margin:0;
	background: url(../images/htmlbg.png) center 0pt repeat-x;
}
body {
	margin:0;
        
}
#body{
   background: url(../images/feriabigbg.jpg) center 0pt scroll no-repeat;
}
.bigbtn {
	display:block;
	width:209px;
	padding: 15px !important;
	margin: 10px;
	font-size: 160%;
	font-weight: bold;
	text-decoration:none !important;
	letter-spacing: -1px;
	color: #fff !important;
	background: #0049A4;
	text-align:center;
	float:right;
	margin-right: 15px;
	border: 2px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.bigbtn:hover {
	background: #fff !important;
	color: #0049A4 !important;
	border-color: #0049A4;
}
.bbdiff {
	background: #71B42B !important;
}
.bbdiff:hover {
	color: #71B42B !important;
	border-color: #71B42B !important;
}

#menu ul li a,#menu_user ul li a,#menu_ent ul li a {
	display:block;
	padding: 5px 8px;
	background: #fff;
	color: #003C87;
	text-decoration: none;
	margin-right: 5px;
	font-size:15px;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#menu ul li a.urgent{

    background-color: yellow;
    color: black;

}

#menu_footer ul li a{
	display:block;
	padding: 5px 8px;
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	font-size:13px;
	font-weight:bold;
}
#menu_ent ul li a{
	background-color: #D1DFEF;
}
#menu_user ul li a {
	padding: 1px 10px;
	margin-right: 5px;
	font-size:12px;
}
#menu ul li a:hover, #menu ul li a.urgent:hover,#menu_user ul li a:hover,#menu_ent ul li a:hover {
	color: #cdcdcd;
	background: #222;
}
#menu_footer ul li a:hover{
	color: #c6c6c6;
}

.aviso{
        color: black;
}




#destacados {
	margin: 5px;
	padding: 10px 20px 20px 20px;
	background: #BFBFBF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #ccc;
	overflow:hidden;
	margin-bottom: 20px;
}
#destacados h2 a{
	margin-top: 0;
	font-size: 140%;
}
#destacados p{
	color:#fff;
	font-size: 12px;
	font-weight: bold;
}
#destacados #next_m{
	float: right;
}
#destacados #back_m{
	float: left;
}
#destacados #back_m,#destacados #next_m{
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: none;
}
#destacados_nav{
	height: 30px;
}
#destacados p a{
	color: #0049A4;
}
#destacados .imagen{
	float: left;
	width:100px;
	height:120px;
	margin-right: 20px;
	display:table-cell;
	vertical-align:middle
}
#destacados .imagen img{
	vertical-align: middle;
}
#paginacion a {
	display:block;
	padding:2px 5px;
	text-decoration:none;
	border:1px solid #0049A4;
	float:left;
	margin-left: 10px;
}
#paginacion a:hover {
	border:1px solid #003C87;
	background: #0049A4;
	color:#fff;
}
#footer {
	background: #E5E5E5;
	border-top: 4px solid #999;
}
#footer #contact, #footer #moreinfo {
	padding:10px;
}

#footer h2{
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 10px;
}

a.btn, .btnwrap a {
	background: #0049A4 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #222;
	-webkit-box-shadow: 0 1px 3px #222;
	text-shadow: 0 -1px 1px #333;
	position: relative;
	cursor: pointer;
	letter-spacing:1px;
	font-family: Verdana, sans-serif;
}
a.btn:hover, .btnwrap a:hover {
	background-color: #001D3F !important;
	color: #fff;
}
#footer td,th, table{
	border: none;
}
#programa ul li {
	padding:5px 15px;
	background: #eee;
	font-size: 110%;
	font-weight:bold;
	list-style-image:url(../images/bulletcalendar.png);
	list-style-position: inside;
	margin:0;
}
#empresas ul{
	margin: 0;
	padding: 0;
}
#empresas ul li {
	list-style:none;
	float: left;
	text-align: center;
	margin:0px;
}
#empresas ul li img {
	vertical-align:middle;
	-ms-interpolation-mode: bicubic;
	border: 3px solid #C2D7EF;
	margin: 2px 1px 15px 3px;
}
#empresas ul li a img {
	border: 3px solid #297CDF;
}
#empresas ul li{
	display:block;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
}
#empresas ul li a:hover img{
	border-bottom:3px solid #00336F !important;
	border-right:3px solid #00336F !important;
}
#empresasdet ul li {
	list-style-image:url(../images/user.png);
	padding: 5px 15px;
	list-style-position:inside;
	font-weight:bold;
}
#logo_empresa{
	margin-bottom: 10px;
}
#preguntas {
	background: #eee;
	padding:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #999;
}
#preguntas h4 {
	font-weight:bold;
	color:#ddd;
}
#preguntas .pregunta {
	background: #fff;
	border:1px solid #999;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
}
#preguntas .respuesta {
	background: #DFEEFF;
	border:1px solid #0049A4;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:25px;
	margin-bottom:25px;
}
.tabs {
	background: #0049A4 url(../images/bgtopmenu.png) repeat-x;
	border-bottom:1px solid #9FCBFF;
	height: 35px;
	margin:0;
	padding: 5px 0 0 5px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.tabs li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.tabs li a {
	display:block;
	padding:5px 15px;
	text-decoration:none;
	font-weight:bold;
	color:#eee;
	font-size:120%;
	border:1px solid transparent;
	margin-top:5px;
	margin-right:5px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.tabs li a:hover, .tabactive {
	background: #fff !important;
	color: #222 !important;
	border-top:1px solid #9FCBFF !important;
	border-right:1px solid #9FCBFF !important;
	border-left:1px solid #9FCBFF !important;
	border-bottom:1px solid #fff !important;
}
#gallerydet a {
	display:block;
	padding: 5px 5px 15px 5px;
	border:1px solid #999;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	opacity:.7;
}

#gallerydet a:hover {
	opacity:1;
	border: 1px solid #0049A4;
}
.contacto dl dd input, .contacto dl dd textarea {
	width: 80% !important;
}

#form th{
    text-align: left;
}
#form td{
    border: 0px;
    padding: 0px;
}

a.close-meerkat {
	position: absolute;
	top: 10px;
	right: 12px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #1d3b61;
}

a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}
#meerkat-wrap{
        background: url(../images/bkg_alert.jpg) center 0pt repeat-x;
}
#meerkat p, #meerkat h1{
        margin-left: 30px;
        margin-right: 20px;
}
#meerkat h1{
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        -moz-text-shadow: 1px 2px #000;
        -webkit-text-shadow: 1px 2px #000;
        text-shadow: 1px 2px #000;
}
#meerkat p{
        -moz-text-shadow: 1px 1px #13172a;
        -webkit-text-shadow: 1px 1px #13172a;
        text-shadow: 1px 1px #13172a;
        font-size: 14px;
}
#meerkat p a{
        color: yellow;
}
.info_form{

    color: #737373;
    font-size: 90%;
    font-weight: bold;

}


/**********************************
			Sidebar
**********************************/

#sidebar {
    margin-top: 0px;
    /*border: 1px solid black;*/
}

#sidebar .flashnews {
    padding:10px;
    /*background: #222;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;*/
    color: #ccc;
    height: 145px;
    overflow:hidden;
    text-align: left;
}

#sidebar .flashnews li {
    list-style:none;
}
#sidebar .flashnews a {
    text-decoration:none !important;
}
#sidebar .flashnews p {
    font-size: 80%;
}
#sidebar .flashnews p b {
    font-size: 130%;
}
#sidebar h2{
    margin-left: 6px;
}

#mensajes_empresas{
    padding-left: 5px;
    width: 308px;
    margin-top: 5px;
}

#mensajes_empresas p{
    font-size: 11px;
    padding-left: 6px;
}

#mensajes_empresas div.aviso{
    padding: 10px;
}
#mensajes_empresas div.bubble{
    background-color: white;
    padding: 7px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#mensajes_empresas span.aviso_date{
    font-size: 11px;
    color: #0049A4;
    font-weight: bold;
}

#mensajes_empresas b.ent_name{
    font-size: 15px;
    color: #7c7c7c;
}
#mensajes_empresas span.need{
    font-size: 11px;
}
#mensajes_empresas a:link,
#mensajes_empresas a:visited,
#mensajes_empresas a:hover
{
    font-size: 14px;
    color: #0049A4;
}

#mensajes_empresas hr{
    background-color: #00306b;
}
#social img{
    float: right;
    margin-left: 10px;
}
#auspiciadores{
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 0px;
    padding-left: 5px;
    overflow:hidden;
    width: 308px;
}

#auspiciadores li{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#auspiciadores img{
    border: 4px solid #96c082;
}

#slide, #slideie{
    margin: 0px;
    width: 100%;
    padding: 0px;
    padding-left: 5px;
}

#slideie{
    /*height: 700px;*/
}

/**********************************
			HEADER
**********************************/

#login {
	text-align:right;
	/*background: url(../images/bgtopmenu.png) repeat-x;*/
	height: 43px;
	padding-right: 50px;
}
#login a#forgot {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background-color: #1B6FB2;
	margin: 4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#login a#forgot:hover {
	text-decoration: underline;
}
#logo {
	text-indent:-9999px;
	width: 532px;
	height: 81px;
	margin-top: 10px;
	float:left;
}

#menu ul ,#menu_user ul, #menu_footer ul {
	margin: 20px 0;
	padding:0;
	float:right;
}
#menu_footer ul{
	margin: 0px;
}
#menu_footer ul{
	float: left;
}
#menu_user ul{
	margin: 8px 0 5px 0;
}
#menu_ent ul{
	float: left;
	padding: 0px;
	margin: 8px 0 15px 0;
}
#menu ul li,#menu_user ul li,#menu_ent ul li, #menu_footer ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

/**********************************
			CONTENT
**********************************/

#content {
	/*background: url(../images/bgcontent.png) center 0pt no-repeat;*/
}

#innercontent {
	padding: 0px 0px 20px 5px;
	min-height: 454px;
}

#padding_corrector{
	padding: 20px;
}

#blog_container{
	margin-top: 190px;
}
.blog_entry p:first-child { font-size: 125% !important; line-height: 1.4em !important; }


#innercontent .pagetitle {
	font-size:28px;
	color:#7c7c7c;
    text-shadow: 1px 1px 1px #b8b8b8;
}
#innercontent .info {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#innercontent h2 a, h2 {
	font-size:22px;
	letter-spacing:-1px;
	color: #0049A4;
	text-decoration:none;
        text-shadow: 1px 1px 1px #a8a6a6;
}
#innercontent h2 a:hover {
	text-decoration:underline;
}

#innercontent h3{
	color: #7c7c7c;
}

#innercontent .text {
	font-size:13px;
	line-height:170%;
	color:#333;
	padding: 5px 0px;
}

/**********************************
			FOOTER
**********************************/

ul.ent_list{
	float: left;
    	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.ent_list li{
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
}

.ent_list a{
	color: #6F6F6F;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
}

.ent_list li.mini{
	font-size: 80%;
}

.ent_list a:hover{
	color: #2F2F2F;
}

.news_list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.news_list li{
	margin-bottom: 5px;
	border-bottom: 1px solid #9F9F9F;
	padding: 3px 0px;
}
.news_list li a{
	text-decoration: none;
	color: #6F6F6F;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}
.news_list li a:hover{
	color: #0049A4;
}


/**********************************
			EXTRA
***********************************/


#ok_feedback,#error_feedback{
	color: white;
	padding: 5px 10px;
	font-weight: bold;
}
#ok_feedback{
	background-color: #5CB200;
}
#error_feedback{
	background-color: #B80000;
}

#ok_tooltip,#error_tooltip,#oksr_tooltip{
	display:none;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
}
#ok_tooltip{
	background-color: #5CB200;
}
#error_tooltip{
	background-color: #B80000;
}
#oksr_tooltip{
	background-color: #3c45ff;
}
