/*----- CABECERA -----*/
.cabeparrafo {
	font-family: Verdana;
	font-size: 13px;
	color: White;
	text-decoration: none;
}
.cabeparrafo:hover {
	font-family: verdana;
	font-size: 13px;
	color: Yellow;
	text-decoration: underline;
}
.cabeparrafo2 {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	color: White;
	text-decoration: none;
}
.cabeparrafo2:hover {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
	color: Yellow;
	text-decoration: underline;
}
/*-----  MENU -----*/
.mtitulo {
	font-family: Copperplate Gothic Bold;
	font-size: 16px;
	color: #C51612;
	text-decoration: none;
}
.mtitulo:hover {
	font-family: Copperplate Gothic Bold;
	font-size: 16px;
	color: Black;
	text-decoration: none;
}
.mtitular {
	font-family: Copperplate Gothic Bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.mtitular:hover {
	font-family: Copperplate Gothic Bold;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}
/*----- PIE -----*/
.pie {
	font-family: Copperplate Gothic Bold;
	font-size: 9px;
	color: #C51612;
	text-decoration: none;
}
.pie:hover {
	font-family: Copperplate Gothic Bold;
	font-size: 9px;
	color: Black;
	text-decoration: underline;
}
.linkpie {
	font-family: Sans-Serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.linkpie:hover {
	font-family: Sans-Serif;
	font-size: 10px;
	color: Black;
	text-decoration: underline;
}
.linkpie2 {
	font-family: Sans-Serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}
.linkpie2:hover {
	font-family: Sans-Serif;
	font-size: 10px;
	color: #C51612;
	text-decoration: underline;
}
/*----- CUERPO -----*/
.ctitular {
	font-family: Copperplate Gothic Bold;
	font-size: 20px;
	font-weight:bold;	
	color: Black;
	text-decoration: none;
}
.ctitular:hover {
	font-family: Copperplate Gothic Bold;
	font-size: 20px;
	font-weight:bold;	
	color: #C51612;
	text-decoration: underline;
}
.ctitular2 {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight:bold;	
	color: #C51612;
	text-decoration: none;
}
.ctitular2:hover {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight:bold;	
	color: Black;
	text-decoration: underline;
}
.cparrafo {
	font-family: Century Gothic;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	text-align : justify;
}
.cparrafo:hover {
	font-family: Century Gothic;
	font-size: 12px;
	color: #790000;
	text-decoration: underline;
}
.cparrafo-r {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #790000;
	text-decoration: none;
}
.cparrafo-r:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #1F2424;
	text-decoration: underline;
}
.cparrafo-g {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.cparrafo-g:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #C51612;
	text-decoration: underline;
}

/* IMAGENES PRODUCTOS */
.img_prod_ampl img
{
	width: 200px;
	border : none;
	border-color : none;
}

.img_prod img
{
	width: 160px;
	border : none;
	border-color : none;
	display: block;
	margin: 10px 10px;
	float:right;
	background: transparent none no-repeat scroll rigth top;
}

.text_obs p
{
	text-align: justify;
}

.div_parrafo p
{
	text-align: justify;
}