/* CSS Document */

.font1 {
	font-family: "candara";
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	border: none;
}
.font2 {
	font-family:"candara"
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	border: none;
}
.font3 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #00639A;
	border: none;
}
.titulo {
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
}
.descrip {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #333333;
}
.descrip2 {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #333333;
}
.tituloprod {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	font-style: italic;
}
.ampliar {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #FFFFFF;
	
}
.descripnot {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
}
.clase
A.clase:link {TEXT-DECORATION: underline; COLOR: #00639a;} 
A.clase:active {TEXT-DECORATION: underline; COLOR: #00639a;} 
A.clase:visited {TEXT-DECORATION: underline; COLOR: #00639a;}  
A.clase:hover {TEXT-DECORATION: none; COLOR: #999999; FONT-WEIGHT:bold}

.clase1
A.clase1:link {TEXT-DECORATION: none; COLOR: #7a699f;} 
A.clase1:active {TEXT-DECORATION: none; COLOR: #7a699f;} 
A.clase1:visited {TEXT-DECORATION: none; COLOR: #7a699f;}  
A.clase1:hover {TEXT-DECORATION: none; COLOR: #999999; FONT-WEIGHT:bold} 

.fondo {
	background-image: url(../image/bg.jpg);
	background-repeat:   repeat;
}
.fondo1 {
	background-image: url(../image/fondo.jpg);
	background-repeat:   repeat;
}
.vineta {
	image: url(../image/blue2_r.jpg);
	
}
.borde {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bordeinf {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}
.marco1 {
   padding:8px;
   background-color: #f5f5f5;
   width: 200px;
   border: 1px solid #CCCCCC;
}
.marco1 IMG{
   border: 1px solid #999999;
} 
.marco2 {
   padding:8px;
   background-color: #f5f5f5;
   width: 200px;
   border-bottom: 1px solid #999999;
   border-right: 1px solid #999999;
}
