/*
Website de Importadora ACIProSalud - http://www.aciprosalud.com/
Diseño: Dis. Ronald Mantilla <ronald@actimedia.com.ve>
Programación: Ing. Miguel Palazzo <miguel@actimedia.com.ve>
*/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
}

body {
	background-image: url(../images/fond_inter.jpg);
	background-repeat: repeat-x;
	color: #666;
	font-size: 1.1em;
	margin: 0px 0px 20px 0px;
}

a {
	font-size: 1em;
}

a:link, a:active, a:visited {
	color: #999;
}

a:hover {
	color: #F69;
}

input[type="text"], input[type="password"], select, textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #666;
	padding-left: 5px;
}

.fecha {
	font-size: 1.0em;
	color: #F69;
}

.separador {
	font-size: 1em;
	color: #F69;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999;
	padding-top: 10px;
}

.link_gris {
	font-size: 1.1em;
	color: #666;
}

.link_gris a:link,.link_gris a:active,.link_gris a:visited {
	color: #666;
}

.link_gris a:hover {
	color: #999;
	text-decoration: none;
}

.tit_gris {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

.enlace_pro {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.enlace_pro a:link,.enlace_pro a:active,.enlace_pro a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.enlace_pro a:hover {
	font-weight: bold;
	color: #F69;
	text-decoration: none;
}

.link_pink {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.link_pink a:link,.link_pink a:active,.link_pink a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.link_pink a:hover {
	font-weight: bold;
	color: #F69;
	text-decoration: underline;
}

.tit_grisoscuro {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}

.contenido {
	height: 467px;
	overflow: visible;
	vertical-align: top;
}

.error {
	color: #F69;
	font-weight: bold;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}

.exito {
	color: #333;
	height: 75px;
	text-align: center;
	vertical-align: middle;
}

.text_peq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}

.fondo_pro {
	background-image: url(../images/fondo_pro.jpg) !important;
	background-repeat: no-repeat;
	color: #666;
	font-size: 1.4em;
	font-weight: 500;
	padding: 4px 0px 10px 22px;
}

.faq_mas {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-image: url(../images/fond_faq.gif) !important;
	background-position: 2px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 17px;
}

.faq_mas:hover {
	color: #F69;
	cursor: pointer;
	text-decoration: underline;
}

.faq_menos {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-image: url(../images/fond_faqmenos.gif) !important;
	background-position: 2px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 17px;
}

.faq_menos:hover {
	color: #F69;
	cursor: pointer;
	text-decoration: underline;
}

.resp_mostrar {
	display: block;
	text-align: justify;
}

.resp_ocultar {
	display: none;
}

form .mostrar {
	display: table-row;
}

form .mostrarIE {
	display: block;
}

form .ocultar {
	display: none;
}

#especific {
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: justify;
}

.mini {
	border: 1px solid #CCC;
	cursor: pointer;
}

.flash_instruc {
	font-size: 1.1em;
	padding: 20px;
	text-align: justify;
}

.flash_trade {
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}