/* Top Elements */
* {
	margin: 0;
	padding: 0;
	/*outline: 0;*/
}

body {
	color: #666666;
	margin: 0;
	margin-left:-10px;
	text-align: center;
	background-color: #330000;
	background-image: url(../imagenes/fondobody2.gif);
	background-repeat: repeat-x;
	background-position: top;
	font: 62.5%/190% Arial, Helvetica, sans-serif;
}

/* Links */
a {
	color: #5b0000;
	font-weight: bold;
}
a:hover {
	color: #c76200;

}
a:visited {
	color: #c76200;
}

a img {
	border: 1px solid #6699FF;


}
a:hover img {
	border-color: #ed7c03;
}



/* Headers */
h1, h2, h3 {
	color: #330102;
	padding: 15px 10px 5px 10px;
	margin: 0;
	line-height: 1em;
	font-weight: bold;
}
h1 {
	letter-spacing: -2px;
	font: normal 3em/1em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #5B0000;
	text-align: left;
}
h2, .home .col-one h3          {
	font: normal 1.3em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #F35201;
	text-transform: uppercase;
}
h3  {
	font: normal 1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #990400;
}
h4 {
	font-weight: bold;
}

p, ul {
	margin: 10px 10px 20px;

}
p, dl {
	margin: 10px 10px 20px;
	
}
.datos_contacto {
	margin-top: 35px;
}

dt {
	clear: both;
	text-align: right;
	float: left;
	font-weight: bold;
	width: 100px;
}

dd {
	float: left;
	padding-left: 1em;
	width: 70%;
}

ul, ol {
	margin: 0px 20px 10px;
	padding: 0 20px 10px;
}
ul {
}

/* Images */
img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 1px solid #F0F0F0;
	background: #DBD6B9 url(../imagenes/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}

/* start - table */

table {
	border-collapse: collapse;
	border: 1px solid #FAA430;
	margin-bottom: 30px;
	margin-left: 10px;
	font-size: 0.9em;
	padding-right: 10px;
}

caption {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding-bottom: 1em;
	text-transform: uppercase;
	color: #EE4E00;
}

col {
	border-right: 1px solid #FAA430;
}
#lugarCol {
	text-transform: uppercase;

}
thead tr {
	background-color: #FAA430;
	height: 35px;
}
thead tr:hover {
	background-color: #FA970A;
}
thead th {
	font-weight: bold;
	text-align: center;
	color: #330000;
	border-right: 1px solid #FFFFFF;
}
th.ultima, td.ultima  {
	border-right-style: none;
	text-align: left;
	padding-left: 1.2em;
}
#promocionCol {
	text-align: center;
}

th, td {
	padding: 0.3em 0.85em;
	border-right: 1px solid #FAA430;
}
.fondo {
	background: #FAF3DE;
}

tr:hover {
	background-color:#FDDEB5;
	color: #000000;
}
/* end - table */

/* form elements */
/*form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	/*vertical-align: top;*/
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	/*vertical-align: top;*/
}

/*Contacto____________________________________________________________________________________*/

dt {
	width: 8em;
	text-align: right;
	clear: both;
	float: left;
}
form {
	padding: 0 0px 0px 10px;
}
.col-twothree #form1 {
	padding: 0 15px 0px 0px;
}

fieldset {
	padding: 10px 30px 20px 20px;
}
legend {
	float: right;
	color: #333333;
	font-weight: bold;
}



#form1  p.centrar  {
	padding-top: 1em;
	clear: both;
}

input, select, checkbox, textarea{
	width: 100%;
	border: 1px solid #7F9DB9;
	padding: 0.2em;
	font: 1em Arial, Helvetica, sans-serif;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	background: #EBEBEB;
}


.button {
	background: #ebebeb;
	border: 1px solid #7F9DB9;
}
label {
	display: block;
	padding-top: 0.7em;
}
fieldset#opcion    {
	padding: 0;
	margin: 10px 0px -10px;
	border-style: none;
	background: transparent;
}
#opcion     legend {
	float: left;
	width: 9em;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin-left: -5px;
}
#opcion   div {
	float: left;
	padding-left: 120px;
	margin-top: -18px;

}
#opcion  input {
	display: inline;
	border-style: none;
	width: 20px;
}
#opcion   label {
	display: inline;
	width: 3em;
	float: none;
}
#opcion   p {
	margin: 0em 0 1em;
}
.col1, .col2 {
	float: left;
	width: 47%;
	margin-bottom: 20px;
}
.col2 {
	padding-left: 40px;
}
.col1 p {
	margin-left: 0px;
}



#Submit {
	width: 5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#Submit:hover, #Submit:focus {
	background: #7F9DB9;
}
#Submit:active {
	background: #3333CC;
	color: #FFFFFF;
	margin-top: 10px;
}

/*fin contacto_____________________________________________________________________________________*/
#header  /* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
 {
	position: relative;
	background: #FFFFFF url(../imagenes/wrap-bg.jpg) no-repeat center top;
	margin: 0 auto;
	width: 922px;
	height: 380px;
	text-align: left;
	font-size: 1.3em;
}
.interior #header {
	background: url(../imagenes/wrap-interior-bg.jpg) no-repeat center top;
	height: 210px;
}


#header img {
	position: absolute;
	top: 128px;
	left: 15px;
	padding: 0;
	clear: both;
	background: transparent;
	/* border: 1px solid #F0F0F0; */
}
.asociate a {
	background: url(../imagenes/asociate.gif) no-repeat right top;
	padding: 20px 50px 20px 20px;
	display: block;
	position: absolute;
	top: 70px;
	right: 15px;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 10px;
}


.interior #header img {
	position: absolute;
	top: 59px;
	left: 15px;
	padding: 0;
	clear: both;
	border-style: none;
}
.home  #header  h1 a {
	position: absolute;
	margin: 0;
	padding: 235px 0 0 89px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px;
	left: 40px;
	background: url(../imagenes/logo2.png) no-repeat left top !important;
	background: url(../imagenes/logo2.gif) no-repeat left top;
	height: 93px;
	font: 0.6em/1em Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
#contenido-header h1 a:hover {
border:none;
}
#header h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #FFFFFF;
	/* change the values of top and left to adjust the position */
	top: 160px;
	left: 357px;
	display: block;
	height: 50px;
	border-style: none;
	visibility: visible;
	font: italic normal 1.5em Georgia, 'Times New Roman', Times, serif;
}

#header h2 strong {
	font-size: 4em;
	color: #E05A10;
	letter-spacing: -2px;
	font-weight: normal;
	float: left;
	display: block;
	height: 60px;
	width: 70px;
	padding: 5px 20px 25px;
	position: absolute;
	left: -118px;
	top: -34px;
}
#contacto .telefono {
	font-size: 1.2em;
}



#navbar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	letter-spacing: -0.3px;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar   li   a  {
	display: block;
	padding: 3px 10px;
	font: bold 1.1em/50px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;
	color: #9A3301;
}
#navbar li a:hover, #navbar li a:focus, #navbar li a:active {
	color:#000000;
}
#navbar li ul {
	display: none;
	background: #E48605;/*coger el color de fondo de current*/
	border-top: 1px solid #FA970A;
	width: 14em;
}
#navbar  li.current  a {
	color: #000;
	background-color: #FA970A;
}
#navbar li:hover ul, #navbar li.hover ul, #navbar li.current:hover ul, #navbar li.current.hover ul  {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
}
#navbar li:hover li a, #navbar li.hover li a, #navbar li#current li a {
	border-bottom: 1px solid #FA970A;
	color: #000000;
	line-height: 1.5em;

}
#navbar li li a:hover {
	color: #FFFFFF;
	background: #CE1006;
}

#contacto
  {
	position: absolute;
	top: 25px;
	right: 0px;
	padding: 0;
	margin: 0;
	width: 260px;
	z-index: 999999;
	text-align: right;
}
#contacto li {
	color: #000000;
	list-style: none;
}

#content-outer {
	background: #fff;
	width: 100%;
	font-size: 1.35em;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(../imagenes/content-bg.jpg) no-repeat center top;
	padding-bottom: 10px;
}
.interior #content {
	float: left;
	width: 100%;
	background: #fff url(../imagenes/content-bg.jpg) no-repeat;
}
.precontent-wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
	background: url(../imagenes/content-bg.jpg);
}



.col-one {
	margin-right: 480px;
	padding-left: 25px;
}
.col-onetwo {
	margin-right: 250px;
	padding-left: 25px;
	position: relative;
	height:auto;
}

.col-onetwothree {
	margin-right: 25px;
	padding-left: 25px;
	background: url(../imagenes/content-bg.jpg) no-repeat center top;
}


.col-two {
	float: left;
	width: 220px;
	margin-left: -475px;
	margin-top: 12px;
}
.col-twothree {
	float: left;
	width: 435px;
	margin-left: -455px;
	margin-top: 12px;
	position: relative;
}

.col-three {
	float: left;
	width: 225px;
	margin-left: -245px;
	margin-top: 10px;
	position: relative;
}
.col-four {
	margin-right: 350px;
	padding-left: 25px;
	position: relative;
}
.col-five {
	float: left;
	width: 310px;
	margin-left: -335px;
	margin-top: 22px;
	position: relative;
}
.col-ancha {
	padding-left: 25px;
	padding-right: 25px;
}

#mapa iframe {
	width: 425px;
	margin-top: 20px;
}
#mapa   a {
	margin-top: 5px;
	display: block;
}

.col-one, .col-onetwo, .col-two, .col-three, .col-twothree, .col-four, .col-five, .col-ancha {
	padding-top: 20px;
}
.home  .col-one  h2 {
	padding-bottom: 3px;
	font: normal 3em "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing: -2px;
	text-transform: none;
	margin-left: 5px;
	padding-left: 5px;
	text-align: center;
}
#content .col-one h2 a {
	text-decoration: none;
}
#content .col-one ul li {
	list-style-image: url(../imagenes/bullet.gif);
}

#content-wrapper  .col-three   h3  {
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 5px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(../imagenes/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(../imagenes/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {
	color: #ed7c03;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }
#botones ul   {
	display: block;
	padding: 0;
}


#botones li {
	display: inline;
}
.precio {
	float: right;
	/*background: url(../imagenes/precio.gif) no-repeat center bottom;*/
	left: 263px;
	top: 288px;
	color: #000000;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 20px;
	width: 155px;
	padding-top: 30px;
	height: 65px;
}
.precio  p {
margin:0;
}
.precio  span {
	font-size: 0.7em;
	font-weight: normal;
}


.boton  a {
	border: 1px solid #FAA430;
	padding: 0.5em 1em 0.5em 1.6em;
	background: #FAF3DE url(../imagenes/flecha-enlace-azul.gif) no-repeat 1em 50%;
	text-decoration: none;
	margin-top: 20px;
}
.boton a:hover, #boton a:focus, #boton a:active {
	background: #FDDEB5 url(../imagenes/flecha-enlace-azul.gif) no-repeat 1em 50%;

}


/*GALERIA DE IMAGENES
_____________________________________________________________________________________________________________*/

.gallerycontainer{
	position: relative;
	min-height: 520px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	padding-top: 20px;
	padding-left: 10px;
}
#caja {
	float: right;
	height: 476px;
	width: 476px;
	background: #fff url(../imagenes/fondo-galeria.jpg) no-repeat center;
	text-align: center;
	padding-right: 16px;
}


.thumbnail img{
	margin: 0 4px 4px 0px;
	padding: 3px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: #666666;
	text-decoration: none;
	text-align: center;
	height: 470px;
	width: 470px;
	top: 0px;
	margin-top: 4px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-style: none;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 178px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	top: 13px;
}
#mainContent span img{
	border: none;
	margin-top: 0px;
	position: relative;
}
#listado-noticias {
	font-size: 0.9em;
	line-height: 1.2em;
	/*text-align: left;*/
	margin: 7px 0px 8px;
	background: url(../imagenes/dots.gif) repeat-x left top;
	position: relative;
	overflow: auto;
	height: 600px;
	width: 310px;
}
.noticia    {
	background: url(../imagenes/dots.gif) repeat-x left bottom;
	padding: 3px 0px 12px 0px;
	margin: 0;

}
.texto-noticia  p {
	margin-bottom: 0px;
	margin-top: 0px;

}
.fecha-noticia {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

.titulo-noticia  {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.noticia  a {
	text-decoration: none;
}
.ampliacion-noticia .fecha-noticia {
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}
.fotografia    {
	float: right;
	width: 300px;
	position: relative;
	margin: 0px 20px 10px 20px;
}
.fotografia  img  {

}
.fotografia  p  {
	margin: 5px 0px 0px;
	font-size: 0.9em;
	color: #5B0000;
	font-weight: bold;
}

.entradilla {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	margin-top: 15px;
	font-size: 1.2em;
	margin-right: 10px;
	line-height: 1.3em;
}

.iconos {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}

.iconos a {
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	text-align: right;
	line-height: 20px;
}
.ampliar {
	background: url(../imagenes/ampliar.gif) no-repeat left bottom;
}
.pdf {
	background: url(../imagenes/pdf.gif) no-repeat left bottom;
}
.foto {
	background: url(../imagenes/foto.gif) no-repeat left bottom;
}
.comprar {
	background: url(../imagenes/compra.gif) no-repeat left bottom;
}











/*FIN GALERIA DE IMAGENES
_____________________________________________________________________________________________________________*/


#footer
 {
	clear: both;
	margin: 5px auto;
	text-align: left;
	font: normal 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #E13C04;
	width: 940px;
	padding: 10px 5px;
}
#footer a {
	color: #990000;
	background: url(../imagenes/flecha-enlace-roja.gif) no-repeat 0px 50%;
	padding-left: 10px;
	text-decoration: none;

}
#footer a:hover {
	color: #E13C04;
	border-style: none;
}
#nav-footer {
	float: right;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}
#nav-footer li {
	display: inline;
	padding-left: 10px;
	line-height: 1.5em;
	padding-right: 10px;

}
#nav-footer   li.li-dcho  {
	padding-right: 0px;
}



#footer p {
	margin: 0px;

}


#footer a img {
	border-style: none;
}
#diseno  {
	clear: right;
	float: right;
	width: 25em;
	margin-top: 15px;
}
#diseno ul {
	list-style: none;
}


#diseno img {
	float: right;
	margin-right: -10px;
	background: transparent;
}
#diseno a {
	background: transparent url(none);
}



/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.center {
	text-align: center;
	margin: 0 auto;
}
p.center  {
	margin-top: 10px;
}



/* clearing */
.clearer { clear: both; }
/*.clear {
	display:block;
}*/
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
	}
.ejemplo {
width: 100%; background-color: red;
}
/*.transparente {
	filter: alpha(opacity=80);
	opacity: 0.8;
}*/
.destacado  {
	border: 1px solid #E9E9E9;
	text-align: left;
	background: #fa970a;
	padding: 10px;
	margin: -12px 10px 30px;
	z-index: 100;
	color: #333333;
}
#pack  {
	background: #f2f2f2;
	padding: 22px 10px 10px;
	margin: -10px 10px 30px 0px;
	width: 190px;
}

.destacado .precio   {
	position: absolute;
	left: -33px;
	bottom: 0px;
	/*background: url(../imagenes/preciopeq.gif) no-repeat;*/
	width: 120px;
	padding-top: 15px;

}

.destacado h2 {
	padding: 0 10px;
	margin-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
}
.destacado h3 {
	padding-left: 0px;


}
.destacado a {
	text-decoration: none;
}
.destacado p {
	font-size: 0.9em;
	padding: 8px 0px 10px;
	margin: 0px;
	line-height: 1.4em;
}
.destacado ul {
	margin: 0px;
	font-size: 0.9em;
}
.destacado ul ul {
	font-size: 1em;
}

.destacado li {}



.destacado img {
	margin: 0px;
	padding: 0px;
	width: 180px;
	border: 1px solid #CCCCCC;
}
#content-wrapper  .destacado pack {
	position: relative;
	width: 197px;
	background: #FFFFFF;
	border-style: none;
}

.destacado pack img {
	margin-top: -20px;
}

.libros {
	padding-left: 10px;
}
.libro {
	margin-bottom: 20px;
}

.libros p {
	margin: 5px 0px 0px;
}

.libros img {
	clear: left;
}

.libros  h3 {
	padding-top: 0px;
}
.texto_pequeno {
	font-size: 0.85em;
	margin: 0px;
	color: #333333;
}
.destacadopacks  {
	border: 1px solid #E9E9E9;
	text-align: left;
	padding: 10px 70px 10px 10px;
	margin: 10px 10px 30px;
	position: relative;
	font-size: 1em;
	background: #F2F2F2;
	color: #333333;
}
.destacadopacks h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.destacadopacks p {
	margin-bottom: 5px;
}
.destacadopacks ul {
	margin-bottom: -5px;
}




.destacadopacks .precio {
	background: url(../imagenes/preciopeq.gif) no-repeat right;
	width: 122px;
	padding: 0px;
	line-height: 70px;
	top: -10px;
	right: 0px;
	height: 75px;
	position: absolute;
}
.destacadopacks .iconos {
	float: right;
}

.destacadopacks .iconos .comprar {
	left: 274px;
	top: 76px;
	position: absolute;
}
.nombre_pack, .preciopack {
	padding-left: 0px;
	display: inline;
	font-weight: bold;
	margin-left: 0px;
}


/* capa paara las galerias */
.ImgThumb
{
    width:140px;
    padding:5px 5px 5px 5px;
    background-color:White;
    float:left;
    margin-right:5px;
}
.ImgThumb img
{
    padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.TipoImagen
{
    padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.cursos {
	width: 325px
}

.cuadroPago
{
    width:450px;
    border:none;
}

.cuadroPago td
{
border:none;
}
.cuadroPago tr
{
height:10px;

}

.celdapago
{
   border:1px solid gray; background-color:#e1e1e1;
   padding-left:3px; padding-top:3px;
   height:20px;
}

#anular 
{
position:fixed;
top: 0px;
left:0px;
bottom:0px;
right:0px;
height:100%;
width:100%;
filter:alpha(opacity=40);
background-color:#445487;

}
