/* 
   DESARROLLADO POR CREADOR.COM.VE
   ÚNICAMENTE PARA SER UTILIZADO POR
   ABSTRACTA.COM.VE
   prohibida su reproducción/copia sin
   expresa y escrita autorización por parte
   de CREADRO ESTUDIO INTERACTIVO C.A.
   CARACAS - VENEZUELA
*/

body,td,th {
	font-family: helvetica;
	font-size: 12px;
	color: #2E2E2E;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #585858;
}
a:hover {
	text-decoration: none;
	color: #0099cc;
}
a:active {
	text-decoration: none;
	color: #212121;
}


h1 {
	font-size: 20px;
	color: #434343;
}
h2 {
	font-size: 17px;
	color: #555;
}
h3 {
	font-size: 14px;
	color: #686868;
}.todo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header  {
	margin-top: 25px;
	margin-bottom: 25px;
}
.header .miniMenu  {
	text-align: center;
	width: 215px;
}
.header .iconos  {
	margin-left: 7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header .iconos ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 30;
}
.header .iconos ul li  {
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #0099cc;
	font-size: 12px;
	border-right-width: 0px;
	margin: 0px;
}

/*****************************************************/
/*			agregado por Vanessa López				 */
/*****************************************************/

/*manejo de menu y submenu*/
.header .iconos ul li a
{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
	background: #ffffff;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.header .iconos ul li a:link {
	color: #191919;
	text-decoration: none;
}
.header .iconos ul li a:visited {
	text-decoration: none;
	color: #585858;
}
.header .iconos ul li a:hover {
	text-decoration: none;
	color: #0099cc;
}
.header .iconos ul li a:active {
	text-decoration: none;
	color: #212121;
}

.header .iconos ul div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border:0;/* 1px solid #5970B2;*/
}

	.header .iconos ul div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #0099cc;
		border-bottom: 1px dotted #0099cc;
		font: 11px helvetica;
	}

	.header .iconos ul div a:hover
	{	background: #0099cc;
		color: #EBEBEB;
	}
	/********************/
.imagenes
{	
	margin-bottom: 25px;	
	margin-left: 15px;
	padding-top:20px;
	height:475px;
	overflow: hidden;
	/*background:#000000;*/
}
.imagenes ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 30;
}

.imagenes ul li  {
	display: block;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: thin;
	border-right-color: #0099cc;
	
	border-bottom-width: 1px;
	border-bottom-style: thin;
	border-bottom-color: #0099cc;
	font-size: 11px;
	margin: 0px;
	/*border:	1px dotted #000000;*/
}
.galeria
{
	font-family:helvetica;
	font-size:11px;
	background:#eeeeee;	
	margin-bottom: 25px;
	padding-top:10px;
	height:480px;
	width:480px;		
}
.especialidad
{
	border: 1px thick #000000;
	font-family:helvetica;
	font-size:11px;
	background:#efefef;	
	margin-bottom: 25px;
	padding-top:10px;
	height:480px;
	width:180px;		
}
.especialidad ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 30;
}

.especialidad ul li  {
	display: block;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	border-right-width: 0px;
	margin: 0px;
}

.pg-normal {
	color: black ;
    font-weight: normal;
	font-family:helvetica;
	font-size:10px;
    text-decoration: none;    
    cursor: pointer;    
}
.pg-selected {
	color: #0099cc;
    font-weight: bold; 
	font-family:helvetica;
	font-size:10px;       
    text-decoration: underline;
    cursor: pointer;
}

.pTitle
{
	color: #000000;
    font-weight: bold; 
	font-family:helvetica;
	font-size:40px;    
}

.pSubTitle
{
	color: #666666;
    font-weight: bold; 
	font-family:helvetica;
	font-size:20px;    
}

.pData
{
	color: #888888;
   	font-family:helvetica;
	font-size:16px;    
}
/*****************************************************/
/*****************************************************/

/***** LAYOUT 1 *****/
.fotosHome {
	height: 500px;
	width: 1000px;
}
.fotosHome .fotoCentral {
	float: left;
	height: 490px;
	width: 740px;
}
.fotosHome .fotoLateral {
	float: right;
	margin-bottom: 6px;
	height: 118px;
	width: 254px;
}
/***** LAYOUT 2 *****/
.fotosHome2 {
	height: 500px;
	width: 1000px;
}
.fotosHome2 .fotoCentral {
	float: left;
	height: 490px;
	width: 538px;
	background-color: #828282;
}
.fotosHome2 .laterales1 {
	width: 225px;
	float: right;
}
.fotosHome2 .laterales2 {
	width: 225px;
	float: right;
	margin-right: 6px;
}
.fotosHome2 .fotoLateral {
	float: right;
	margin-bottom: 6px;
	height: 242px;
	width: 225px;
	background-color: #828282;
}
/***** LAYOUT 3 *****/
.fotosHome3 {
	height: 500px;
	width: 1000px;
}
.fotosHome3 .fotoCentral {
	float: left;
	height: 321px;
	width: 730px;
	background-color: #828282;
	margin-bottom: 6px;
	clear: right;
}
.fotosHome3 .fotoLateral {
	float: right;
	margin-bottom: 6px;
	height: 157px;
	width: 264px;
	background-color: #828282;
}
.fotosHome3 .fotoLateral2 {
	margin-bottom: 6px;
	height: 163px;
	width: 497px;
	background-color: #828282;
	float: right;
	clear: left;
	margin-right: 6px;
}
.fotosHome3 .fotoLateral3 {
	margin-bottom: 6px;
	height: 163px;
	width: 497px;
	background-color: #828282;
	float: right;
	clear: left;
}
/***** LAYOUT 4 *****/
.fotosHome4 {
	height: 500px;
	width: 1000px;
}
.fotosHome4 .fotoCentral {
	float: left;
	height: 321px;
	width: 665px;
	background-color: #828282;
	margin-bottom: 6px;
}
.fotosHome4 .fotoLateral {
	float: right;
	margin-bottom: 6px;
	height: 321px;
	width: 329px;
	background-color: #828282;
}
.fotosHome4 .fotoLateral2 {
	margin-bottom: 6px;
	height: 163px;
	width: 329px;
	background-color: #828282;
	float: right;
	clear: left;
	margin-right: 6px;
}
.fotosHome4 .fotoLateral3 {
	margin-bottom: 6px;
	height: 163px;
	width: 329px;
	background-color: #828282;
	float: right;
	clear: left;
}
.fotosHome4 .fotoLateral4 {
	margin-bottom: 6px;
	height: 163px;
	width: 330px;
	background-color: #828282;
	float: right;
	clear: left;
	margin-right: 6px;
}
/***** FIN LAYOUTS *****/
.footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footer .rif {
	float: right;
	color: #C1C1C1;
	text-align: right;
}
.footer .capuy {
	color: #828282;
	margin-top: 2px;
	margin-bottom: 20px;
	font-size: 10px;
}
.localizador {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.clear {
	width:100%;
	clear: both;
	height: 3px;
}

.right {
	width:699px;
	float: left;
	clear:right;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding: 0px;
}
.right h1 {
	color: #C1C1C1;
	text-decoration: none;
	font-weight: lighter;
	font-family: helvetica;
	font-size: 35px;
	background-color: #f6f6f6;
	margin: 0px;
	padding: 20px;
}
.left {
	width:280px;
	float: left;
	clear:left;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.left ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left ul li  {
}
.left ul li a {
	color: #0099cc;
	text-decoration: none;
	padding: 9px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CACACA;
	font-weight: normal;
}
.left ul li a:hover {
	color: #EBEBEB;
	padding: 9px;
	display: block;
	background-color: #0099cc;
}
.left ul .active  {
	background-image: url(../../imagenes/flecha_submenu.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #3949AA;
	text-decoration: none;
}
.producto  {
	padding: 7px;
	height: 230px;
	width: 204px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;*/
	margin-right: 8px;
	float: left;
}
.producto:hover {
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099cc;*/
}
.producto h2 {
	padding: 0px;
	font-weight: bold;
	color: #6D6D6D;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.producto p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.infoProducto  {
	color: #828282;
	margin-bottom: 4px;
	font-size: 11px;
	
}
.indepabis {
	color: #C1C1C1;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: normal;
}
.cantLimitadas {
	color: #979797;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}
.precioProducto  {
	font-size: 15px;
	color: #0099cc;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
}
.promoProducto {
	font-size: 13px;
	color: #CC0028;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C1C1C1;
}
.leftDetalle {
	width:500px;
	float: left;
	clear:left;
	margin-bottom: 10px;
	padding: 20px;
}
.rightDetalle {
	width:439px;
	float: left;
	clear:right;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding: 0px;
}
.rightDetalle h1 {
	color: #C1C1C1;
	text-decoration: none;
	font-weight: lighter;
	font-family: helvetica;
	font-size: 35px;
	background-color: #f6f6f6;
	margin: 0px;
	padding: 20px;
}
.productoDetalle {
	padding: 21px;
	width: 390px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	margin-right: 8px;
	float: left;
}
.productoDetalle .infoProducto   {
	color: #828282;
	margin-bottom: 15px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
}
.logo-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

