@charset "utf-8";
/* CSS Document */

html, body{
 	font-family: Verdana;
	font-size: 0.90em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	background-color: #02AC46;
}

p.indent{
text-indent: 6px;
font-size: 0.90em;
text-align: justify;
}

h2{
 font-size: 18px;
 text-align:center;
 color: #fff;

}

h3{
 margin: 0px;
 font-size: 16px;
 text-align:left;
 color: #02AC46;
 

}


div{
	padding: 0px;

}

a:link{
color: #006600;
text-decoration: none;


}

a.blanco{
	color: white;
	font-weight: bold;
	text-decoration:none;
}

img{
	border: none;

}

.mitabla, .mitabla2 {
	width: 600px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.mitabla th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/css/images/bg_header.jpg) no-repeat;
}

.mitabla th.error{
	color:#FF0000;
	background: #fff;
	
}

.mitabla th.info{
	color: #33CC33;
	background: #fff;
	
}

.mitabla th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.mitabla td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}


.mitabla td.alt {
	background: #F5FAFA;
	color: #797268;
	text-align: center;
	font-size: small;
}

.mitabla th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/css/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.mitabla th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/css/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #009966;
}




.mitabla2 th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #33CC66;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background:  #333333;
}

.mitabla2 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/css/images/bullet1.gif) no-repeat;
	font: normal 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	
	text-align: center;
}

.mitabla2 td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 9px;
}

.detalleOferta{
	font-size: 9px;


}

table.detalleOferta{
	border: #999999 thin solid;
	padding: 2px;
	width: 700px;
	
	

}

.detalleOferta td {
	border-bottom: #999999 thin solid;
	padding: 2px;

}

.detalleOferta td.tit{
	border-bottom: #999999 thin solid;
	background-color: #009966;
	color: #fff;
	font-weight: bold;
	
}

input.btn {
	background-color: #009933;
	border-color: #333333;
	border: 1px solid;
	color: #FFFFFF;
	font-weight: bold;

}

.anuncio{
    color: #009933;
	text-decoration:blink;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	
}


.anuncio2{
    color: #3366FF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	


}