@charset "utf-8";
/* CSS Document */
 A {
	color:#CCCCCC;
	text-decoration:none;
}
A:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #232323;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	color: #999999;
}

h1 {
	margin:0;
	padding:0 10px 10px 0px;
	font-size:19px;
	
}
h2 {
	margin:0;
	padding:0 10px 10px 0;
	font-size:15px;	

}
h3 {
	margin:0;
	padding:0 10px 10px 0;
	font-size:12px;
}

h3 {
	margin:0;
	padding:0 10px 10px 0;
	font-size:10px;
}
p{
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.CuerpoContent #contenedor { 
	background:url(../images/content_bg.png) repeat-y;
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* Margen top de la web */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 28px 0 28px ;
	
} 
.CuerpoContent #mainContent { 
	width:905px;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	padding: 15px 20px;
	background:#F4F4F4;
}
/* -------------headerContent primera cabecera de de mycontect.name------------------------*/
.CuerpoContent #headerContent { /* Area de la primera cabecera para ubicar los elementos  */	
	margin: 0px 0 0 0px; 
	padding: 0px 0px 0px 0px;

	height:82px;
}
#headerContent  .floatlogo_header{ /*Ubicacion del logo mycontac.name en la primera cabecera*/
	float: left;
	padding:0px 0 0 0px;
	
}
#header_top_content{
	padding-top:30px; 
	height:13px; 
	text-align:left; 
}
.header_top_menu a {
	color:#CCCCCC;
	text-decoration:none;
}
.header_top_menu  a:hover {
	color:#E94E55;
	text-decoration:none;
}
.CuerpoContent #footer { 
	padding: 1px 15px 1px;
    font-size: 10px;
	text-align:left;
} 
#Box_images {
	float:right;
	width:510px;
	color:#444; 
	margin: 0 0 10px 0px;
}
#images_publi {
	float:right; 
	widows:290px; 
	padding-left:15px; 
	padding-bottom:10px
}

/* Cuadro de efectos*/
#s4 { width:945px; height:327px; background:url(css/images/back.jpg) ;z-index:2; }
#s4 ,#s4_content { width:945px; height:327px;   color: #333; text-align: left; font-size: 11px; font-family:Tahoma }
#s4 img { float: right;    width:945px; height:327px; }
/* Botones de nav egacion del grafico*/
.nav { 
float:left; 
position:absolute;
z-index:9;
margin-left:15px;
margin-top:290px;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
padding: 3px 5px;
}
#nav a  { margin: 0 2px; border:4px 5px; padding: 3px 5px;  background: #E53039; text-decoration: none ; color:#FFFFFF;}
#nav a.activeSlide { background: #999999 }
#nav a:focus  { outline: none; }

/********************CONTENIDO PRODUCTO ****************/
#contProduct {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#333;
	width:400px;
	margin:0 10px 0 0;
	

}
#contProduct h1 {
		margin:0;
		padding:0 10px 10px 0px;
		font-size:19px;
		color:#E53039;

}
#contProduct h2 {
		margin:0;
		padding:0 10px 10px 0px;
		font-size:16px;
		color:#E53039;

}#contProduct h3 {
		margin:0;
		padding:0 10px 10px 0px;
		font-size:13px;
		color:#E53039;

}
#contProduct p {
		margin:0;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		text-align:justify;
		color:#333;
}

#contProductDetail {
	float:right;
	width:480px;
	color:#444; 
	margin: 0 0 10px 0px;
	position:static;
} 

