/*  
Theme Name: e-gimTheme
Description: WordPress theme designed by <a href="http://www.e-gim.es">e-gim</a>.
Version: 1.0
Author: José Luis Arroyo
*/

body {
	background: #FFF url(images/body_bg.png) repeat-x right top;
	font-size: 62.5%;
	/*font: 75%/170% "Trebuchet MS";*/
	font-family: "Trebuchet MS";
	padding: 0px;
	margin: 0px;
	min-width: 995px;
	height: 100%;
	color: #333333;
}

a {
	color: #983222;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

p {
	margin: 0px 0px 15px;
}

p strong {
	font-weight: bolder !important;
}

img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
	font-size: 1.5em;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}

span.egim {
	padding: 0 0 0 7px;
	color: #983222;
	font-weight: bold;
	background-image: url('http://www.e-gim.es/opencms/export/system/modules/es.egim.cms.egim/resources/images/egim_p.png');
	background-repeat: no-repeat;
	background-position: left center;
}


#page {
	/*background: url(images/main-bg.jpg) no-repeat center top;*/
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 920px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	background-image: url('images/banner_blog.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner_blog.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------------------------- header area  */
#header {
	float: left;
	height: 145px;
}
/* site title */
h1 {
	display: none;
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS";
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	/*position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px "Trebuchet MS";*/
	float: left;
	color: #031F73;
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: lighter !important;
	margin: 20px 0 0 0;
}

.description span {
	font-style: oblique;
	color: #983222;
}

#banner {
	float: left;
	width: 100%;
	height: 87px;
	margin-top: 10px;
	background-image: url('images/banner_bg.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#banner_logo {
	float: left;
}

#banner_logo a {
	float: left;
	width: 150px;
	height: 46px;
	margin-top: 22px;
	background-image: url('images/banner_logo_e-gim.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner_logo_e-gim.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
}

/* search form */

#searchform {
	float: right;
	width: 30.6em;
	height: 5em;
	margin-right: 60px;
	background-image: url('images/buscador_bg.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buscador_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#searchform #s{
	float: left;
	width: 201px;
	height: 24px;
	border: none;
	margin: 10px 0 0 10px;
	padding-top: 5px;
	padding-left: 2px;
	font-size: 1.6em;
	background: none;
}
#searchform #searchsubmit { 
	float: left;
	width: 73px;
	height: 29px;
	border: none;
	margin: 8px 0 0 10px;
	font-family: Trebuchet MS;
	font-size: 1.6em;
	color: #FFF;
	text-align: center;
	line-height: 1.75;
	background: none;
	text-decoration: none;
}

/* ------------------------------------- main content area  */
#left-col {
	/*width: 545px;
	float: left;
	margin-top: 11px;*/
	float: left;
	display: block;
	width: 58em;
	margin-top: 13.5em;
	margin-left: 3em;
}
/* main menu */
#nav {
	position: relative;
	float: right;
}
#nav ul{
	float: left;
	padding: 0;
	margin: 25px 0;
	display: inline;
	font-size: 18px;
}
#nav ul li{
	display: block;
	float: left;
	margin: 0 3px !important;
	width: auto;
	text-align: center;
	color: #333;
}
#nav ul li a{
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	float: left;
}

/*#nav li a:visited{
	background-color: #983222;
	color: #FFF;
}*/

#nav li a:hover/*, #nav .current_page_item a*/ {
	text-decoration: none;
	background-color: #983222;
	color: #FFF;
}
/* sub menu */
#subnav {
	background: #ecebeb;
	width: 98.5%;
}
#subnav ul {
	margin: 0px;
	/*padding: 3px 0px 18px 5px;*/
	list-style: none;
	font: 11px/100% "Trebuchet MS";
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	/*padding: 25px 25px 15px 25px;
	width: 495px;
	background: #ffffff;*/
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	width: 98.5%;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: bold 22px "Trebuchet MS";
	color: #333;
	text-align: center;
	padding: 5px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: bold 11px "Trebuchet MS";
	color: #000;
	text-align: center;
	margin-top: -1px;
	margin-bottom: 4px;
	padding-top: 0;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 512px;
}
.postdata {
	font-size: 1.5em;
	color: #666;
}
.postdata a, .postdata a:visited {
	color: #666;
	text-decoration: none;
}
.postdata a:hover {
	color: #983222;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	/*padding: 10px 0px 5px;
	clear: both;*/
	float: left;
	display: block;
	clear: both;
	margin: 1em 0 2em 0;
	padding: 0;
	width: 100%;
	font-size: 1em;
	color: #000;
	/*font-weight: lighter;*/
	text-align: justify;
}

/* post title */
h2 {
	color: #983222;
	margin: 3px 0 2px;
	padding: 0 4px 4px 4px;
	font: normal 150%/100% "Trebuchet MS";
	border-bottom: dotted 1px #CCCCCC;
	font-size: 2em;
}
h2 a, h2 a:visited {
	color: #983222;
	text-decoration: none;
	padding: 0 4px;
}
h2 a:hover {
	/*color: #983222;*/
	background-color: #983222;
	color: #FFF;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 180%/110% "Trebuchet MS";
}

#content p {
	float: left;
	font-size: 1.5em;
	width: 100%;
}

a.more-link {
	float: right;
	display: block;
	clear: both;
	width: 10em;
	margin-top : 2em;
	padding: 0.4em 0.2em;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: #983222;
}

a.more-link:hover {
	background: #333;
}

/* next & previous page navigation */
.page-nav {
	float: left;
	clear: both;
	/*background: url(images/navigation-bg.gif) no-repeat left center;*/
	font-size: 1.25em;
	margin: 2em 0;
	width: 98%;
}
.page-nav a, .page-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.page-nav a:hover {
	background-color: #333;
}
.previous-entries a {
	float: left;
	display: block;
	clear: both;
	width: 10em;
	padding: 0.4em 0.2em 0.4em 0.8em;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: #983222 url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	display: block;
	clear: both;
	width: 10em;
	padding: 0.4em 0.8em 0.4em 0.2em;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: #983222 url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	float: left;
	clear: both;
	width: 98%;
	margin-bottom: 20px;
	/*padding-bottom: 35px;*/
	/*margin-top: -15px;*/
	font-size: 1.5em;
}
.post-nav a, .post-nav a:visited {
	color: #666 !important;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% "Trebuchet MS";
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat left center;
	padding-left: 25px;
	color: #983222;
	font: normal 2em "Trebuchet MS";
	margin: 1em 0 2em 0;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}

#commentform label {
	float: left;
	width: 44%;
	height: 30px;
	font-weight: lighter;
	color:#666;
	font-size: 1em;
	/*padding-left: 5px;*/
}

#commentform small {
	color: #333;
	font-size: 90%;
}

#commentform p {
	float: left;
	width: 100%;
}

#commentform input {
	float: right;
	font: 1em "Trebuchet MS";
	/*width: 220px;*/
	width: 49%;
	margin-right: 2%;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 1em "Trebuchet MS";
	width: 96%;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	float: right;
	/*font: 12px/100% "Trebuchet MS";*/
	border: none;
	width: 10em;
	/*height: 25px;*/
	margin-right: 2%;
	margin-bottom: 2em;
	padding: 0.2em 0.4em 0.4em 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: #983222 url(images/navigation-right.gif) no-repeat right center;
	cursor: pointer;
}

#commentform #submit:hover {
	background: #333 url(images/navigation-right.gif) no-repeat right center;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #983222;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	width: 94%;
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 105%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #983222;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #666;
}

.post-edit-link {
	color: #983222 !important;
}

/* ------------------------------------- footer area  */
#footer {
	width: 100%;
	/*float: left;*/
	display: block;
	clear: both;
	height: 115px !important;
	margin-top: 0 !important;
	padding: 10px 0 0 0;
	background: #FFE7BF;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#footer #infor {
	float: left;
}

#footer p {
	margin:  0;
	padding: 10px 3px 0 10px;
	font-size: 1.12em;
	color: #000;
	line-height: 1.1;
}

#footer p a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer #validacion {
	float: right;
	/*width: 82px;*/
	margin: 8px 120px 0 0;
	padding: 0;
}

#footer #validacion p {
	margin: 0;
	padding: 0;
}
	
#footer #validacion p a {
	float: left;
   display: inline;
	height: 15px;
	margin-top: 5px;
	margin-left: 15px;
	padding-left: 20px;
	background-image: url('images/validacion_ok.png');
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:right;
	/*width: 29em;*/
	width: 26em;
	margin: 4em 3em 5em 0;
	/*width: 210px;
	color: #666666;
	line-height: 160%;*/
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	/*font: bold 12px/100% "Trebuchet MS";
	color: #666666;*/
	margin: 0;
	font-size: 2.4em;
	color: #FFF;
	font-weight: lighter;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #FFF;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar_wrap table {
	margin: 0px auto !important;
	text-align: center !important;
	width: 100%;
}
#calendar_wrap td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img.aligncenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img.alignleft, img[align="left"] {
	float:left;
	margin: 20px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img.alignright , img[align="right"] {
	float:right;
	margin: 20px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
	height: 0 !important;
	margin: 0;
	padding: 0;
}

/* WIDGETS */
#wp-calendar {font-size: 1.2em;empty-cells: show;line-height:5px;margin-top:10px;margin-left:-5px;}
#wp-calendar a {font-size: 1.0em;display: block;font-weight: bold;}
#wp-calendar #next a {padding-right: 10px;text-align: right;}
#wp-calendar #prev a {padding-left: 10px;text-align: left;}
#wp-calendar caption {padding:2px 0;margin: 8px 0;text-transform: uppercase; letter-spacing: 0.1em;font-weight: bold; font-size: 1em; color: #FFF;text-align: center; line-height: 1;}
#wp-calendar th {padding: 7px 5px 7px 6px;font-weight: lighter;font-size: 1em;color: #FFF;text-align: center;background: #983222; filter: alpha(opacity=80);
	moz-opacity: 0.80;
	khtml-opacity: 0.80;
	opacity: 0.80;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
#wp-calendar td {padding: 7px 5px 7px 6px;text-align: center; background: #FFF;  filter: alpha(opacity=60);
	moz-opacity: 0.60;
	khtml-opacity: 0.60;
	opacity: 0.60;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
#wp-calendar td.pad {
	background: #747474;
	/*filter: alpha(opacity=10) !important;
	moz-opacity: 0.10 !important;
	khtml-opacity: 0.10 !important;
	opacity: 0.10 !important;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;*/
}
#wp-calendar td#today {background: #FFA100; color: #000;}

#wp-calendar td#prev, #wp-calendar td#next {
	padding: 0 !important;
}

#wp-calendar td#prev, #wp-calendar td#next {
	filter: alpha(opacity=100);
	moz-opacity: 1;
	khtml-opacity: 1;
	opacity: 1;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #747474;
}

#wp-calendar td#prev a {text-decoration: none; float:left; padding: 1em;text-align: left;font-weight: normal; background: #000; color: #FFF; filter: alpha(opacity=60);
	moz-opacity: 0.60;
	khtml-opacity: 0.60;
	opacity: 0.60;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
#wp-calendar td#next a {text-decoration: none; float:right; padding: 1em;text-align: right;font-weight: normal;background: #000; color: #FFF; filter: alpha(opacity=50);
	moz-opacity: 0.60;
	khtml-opacity: 0.60;
	opacity: 0.60;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}

#wp-calendar td#next a:hover, #wp-calendar td#prev a:hover {
	background-color: #983222;
	filter: alpha(opacity=100);
	moz-opacity: 1;
	khtml-opacity: 1;
	opacity: 1;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	
#wp-calendar tr.transparent td, #wp-calendar tr.transparent td.pad {
	background-color: #747474 !important;
}

/*#wp-calendar tfoot tr {
	background-color: #747474 !important;
}*/

a.rsswidget img{display:none;}
div.rssSummary{margin:5px;}

a#subir {
	position: fixed;
	top: 383px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 8999;
	float: left;
	width: 35px;
	height: 40px;
	text-indent: -3000px;
	background-image: url(images/boton_subir.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boton_subir.png');
	background-repeat: no-repeat;
	background-position: left top;	
}

/* IDIOMAS */

ul#idiomas {
	position: fixed;
	top: 342px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9000;
}

ul#idiomas li {
	float: left;
	display: block;
	clear: both;
	width: 35px;
	height: 40px;
	margin: 0 0 1px 0;
	padding: 0;
}

ul#idiomas li a {
	float: left;
	width: 35px;
	height: 40px;
	text-indent: -3000px;
}

ul#idiomas li a.es {
	background-image: url(images/es.png) !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/es.png'); 
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
}

ul#idiomas li a.ca {
	background-image: url(images/ca.png) !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ca.png'); 
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
}

ul#idiomas li.es_activo {
	background-image: url(images/es_activo.png) !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/es_activo.png'); 
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	text-indent: -3000px;
}

ul#idiomas li.ca_activo {
	background-image: url(images/ca_activo.png) !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ca_activo.png'); 
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	text-indent: -3000px;
}

/* UTILIDADES */

/*ul#utilidades {
	position: fixed;
	top: 260px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 8999;
	list-style: none;
}

ul#utilidades li {
	float: left;
	display: block;
	clear: both;
	width: 35px;
	height: 40px;
	margin: 0 0 1px 0;
	padding: 0;
}

ul#utilidades li a {
	float: left;
	width: 35px;
	height: 40px;
	text-indent: -3000px;
}

ul#utilidades li a.home {
	background-image: url(images/utilidades_home.png) !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/utilidades_home.png'); 
	background-repeat: no-repeat;
	background-position: right top;
}

ul#utilidades li a.contacto {
	background-image: url('images/utilidades_contacto.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/utilidades_contacto.png');
	background-repeat: no-repeat;
	background-position: right top;
}

ul#utilidades li a.aviso {
	background-image: url('images/utilidades_aviso.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/utilidades_aviso.png');
	background-repeat: no-repeat;
	background-position: right top;
}

ul#utilidades li a.addthis {
	background-image: url('images/utilidades_addthis.png') !important;
   background-image: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/utilidades_addthis.png');
	background-repeat: no-repeat;
	background-position: right top;
}

a#ayuda_boton {
	position: fixed;
	top: 200px;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 9001;
	float: left;
	width: 35px;
	height: 185px;
	text-indent: -3000px;
	background-image: url(images/ayuda_boton.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ayuda_boton.png');
	background-repeat: no-repeat;
	background-position: left top;
}*/

/*.overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	background: #000;
	z-index:9901;
	filter: alpha(opacity=75);
	moz-opacity: 0.75;
	khtml-opacity: 0.75;
	opacity: 0.75;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.modal {
	display: none;
	position: fixed;
	top: 20%;
	left: 35%;
	width: 30%;
	height: 60%;
	max-height: 35em;
	padding: 16px;
	background: #FFF5E5;
	color: #333;
	z-index:9902;
	overflow: auto;
	border: 10px solid #666;
}

.modal .modal_header {
	float: left;
	width: 80%;
	height: 70px;
	padding-left: 20%;
	border: 1px solid #CCC;
	background-color: #FFF;
	background-image: url(images/modal_header.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_header.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

.modal .modal_header p {
	float: right;
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 2em !important;
	color: #000;
	background-image: url(images/modal_header_right.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_header_right.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.modal .modal_info {
	float: left;
	width: 100%;
	height: 68px;
	border: 1px solid #CCC;
	border-top: none;
	background-color: #FFF;
	background-image: url(images/modal_info.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_info.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.modal .modal_info span {
	float: left;
	width: 80px;
	font-size: 5em !important;
	font-weight: bold;
	color: #666;
	text-shadow: #999 1px -1px 1px;
	text-align: center;
}

.modal .modal_info p {
	margin: 0 0 0 85px !important;
	padding: 0 !important;
	color: #999 !important;
	font-size: 1.1em;
}

.modal .modal_info p a {
	color: #983222 !important;
	text-decoration: underline;
}


.modal .modal_info p.phone {
	height: 50px;
	margin-top: 5px !important;
	padding-left: 55px !important;
	background-image: url(images/modal_phone.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_phone.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em !important;
	font-weight: bold;
	line-height: 2 !important;
	color: #333 !important;
}

.modal .modal_info p.mail {
	height: 50px;
	margin-top: 5px !important;
	padding-left: 55px !important;
	background-image: url(images/modal_mail.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_mail.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em !important;
	font-weight: bold;
	line-height: 2 !important;
}

.modal .modal_info p.helpdesk {
	height: 50px;
	margin-top: 5px !important;
	padding-left: 55px !important;
	background-image: url(images/modal_helpdesk.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/modal_helpdesk.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em !important;
	font-weight: bold;
	line-height: 2 !important;
}

.modal a.cerrar {
	float: left;
	width: 100%;
	margin-top: 1em;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 1.8em;
}

.modal a.cerrar:hover {
	color: #666;
}*/
