td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2BF0F;
}
.Negritas {
	font-weight: bold;
	color: #F4DD15;
}
.Bordes {
	border: 1px dotted #000000;
}

.SubMenu{
 background-color:#F99500;
 color:#FFFFFF;	
 margin: 0px;
 padding: 0px;
}
#SubMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;	
	margin: 0px;
	padding: 0px;
}

#SubMenu ul{
	list-style-image:url(/images/vinieta1.jpg);
	margin-left:5px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#SubMenu a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
#SubMenu .Tabla{
	font-weight: bolder;
	border-bottom: #CCCCCC 1px solid;
	background-color: #486387;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#SubMenu .Tabla a{
	font-size: 12px;
}
#SubMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: none;
}

.Tabla{
	color: White;
	font-weight: bolder;
	border-bottom: #CCCCCC 1px solid;
	background-color: #486387;
	
	padding-bottom: 5px;
	padding-top: 5px;
}
.Tabla a{
	margin:10px;
	color: White;
	text-decoration: none;	
	font-size: 12px;
}
#.Tabla a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: none;
}

#PantallasThumbnail{
	float: left;
	width: 30%;
}
#Pantallas{
	float: left;
	text-align: center;
	padding: 10px;
}
#Pantallas p{
	font-style: italic;
}
#Pantallas img{
	border: 3px #FF9900 solid;
}
#Mapa .Link{
	font-size: 15	px;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.Subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ColorA {
	background-color: #EDECEA;
}
td.ColorA{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466286;
	text-indent:5px;
}
.ColorB {
	background-color: #FFFFFF;
}
.ColorC {
	background-color: #FF9900;
}
td.ColorC a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.ColorC a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ColorD {
	background-color: #CCCCCC;
}
td.ColorC{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:justify;
}

/*Si el boton es de otro color descomentar, y aplicar a cada botón este estilo
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}*/
a{
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
a.LinkHeader{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.LinkHeader:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: none;
}
a.LinkHeader2{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.LinkHeader2:hover {
	text-decoration: none;
	color: #000000;
	font-weight: none;
}
input, textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FF9900;
}

li {
	list-style-type: square;
}
.LineaInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.LetrasBlancasPequenias{
	font-size: 10px;
	color: #FFFFFF;
}
.LetrasBlancasPequenias2{
	font-size: 10px;
	color: #00000;
}
.Justificado {
	text-align: justify;
}
.HomeContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-left: 25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
}
.HomeContent strong,b{
	color: #FF6600;
	font-weight:bold;
	text-align: justify;
}
#DetalleProducto{
	float:left;
	width:250px;
	height: 250px;
	
	padding-left:15px;
	padding-bottom:15px;
	padding-top:15px;
	margin-top:10px;
	background-image:url(/images/bolitas.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#DetalleProducto #Imagen{
	padding:1px;
	float:left;
	margin:0;
}
#Resumen{
	float:left;
	width:190px;
	padding-left:15px;
	margin:0;
}

.BordeGris {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A8060F;
}
.BordeGris2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8060F;
}
#Contenido{
	float:left;	
	padding-left:20px;
	padding-bottom:15px;
	padding-top:15px;
}
#ContenidoProducto{
	
}
#ContenidoProducto img{
		float: left;
		margin: 10px;
}
#ContenidoProducto #Azul{
	color: #40597B;
	font-weight: bolder;
}
#Image{
	float:left;
	text-align:center;
	width:150px;
	height: 150px;
}

#ContenidoDer{
	float:right;
	width:350px;
	padding-left:20px;
	padding-bottom:15px;
	padding-top:15px;
}

.LateralDerecho{
	background-position:left;
	background-image:url(/images/lat2.jpg);
	background-repeat:repeat-y;	
}
.LateralDerecho01{
	background-image:url(/images/lat2a.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;	
}
.LateralIzquierdo{
	background-position:right;
	background-image:url(/images/lat1.jpg);
	background-repeat:repeat-y;	
}
.LateralIzquierdo01{
	background-image:url(/images/lat1a.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;	
}
.ListaMapa{
	list-style-image: url(images/vinieta2.jpg);
}

td.Contenido table{
padding:3px;
}
.FondoIdx {
	background-image: url(/images/idx_r3_c7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.FondoChile {
	background-image: url(/images/chile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.FondoColor{
	background-image: url(/images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
