@charset "utf-8";
/* CSS Document */
/* Document Type: css
   Project: conexion alterna
   HomePage: N/A
   File Version: 1.0
   
   Author: Hugo Armando Flores Jimenez
   Copyright: 2009
   Referral: hugo armando flores jimenez
   Contact:  hugo armando flores jimenez
   Tel: +52 (646)190 42 53
*/

#conteinerImg{
	background:#181818 url(../imgs/imgBG.png) repeat-y 4px 0;
	border:#333 solid thin;
	width:978px;
	margin:0 auto;
	}
	
	#img{
		background:transparent url(../imgs/indexImg.png) no-repeat 0 0;
		width:978px;
		height:335px;
	}
	
	
	#contentConteiner{
	background:#181818 url(../imgs/imgBG.png) repeat-y 4px 0;
	width:978px;
	margin:0 auto;
	overflow:hidden;
	}
		#contentConteiner #section{
			font-family:Ebrima;
			font-stretch:wider;
			width:305px;/*305*/
			float:left;
			padding:8px; /* 10*/
		}
			 #contentConteiner #section h1{
				 font-family:Ebrima;
				 border-bottom:#666 solid medium;
			 }
			 
			 #contentConteiner #section #modulo{
				 width:305px;
				 min-height:80px;
				 padding:5px 0 5px 0;
				 border-bottom:#999 solid thin;
				 text-align:left;
			 }
			 	
				 #contentConteiner #section #modulo h2{
					 margin:0px;
					 padding-left:2px;
					 font-weight:100;
				 }
				 #contentConteiner #section #modulo p{
					 color:#cccccc;
				 }
				 #contentConteiner #section #modulo #img1{
					 background:#333 url(../imgs/gen.jpg) no-repeat 5px 5px;
					 width:79px;
					 height:63px;
					 padding:5px;
					 float:left;
					 clear:left;
					 margin-right:5px;
				 }
				  #contentConteiner #section #modulo #img2{
					 background:#333 url(../imgs/energial.jpg) no-repeat 5px 5px;
					 width:79px;
					 height:63px;
					 padding:5px;
					 float:left;
					 clear:left;
					 margin-right:5px;
				 }
				  #contentConteiner #section #modulo #img3{
					 background:#333 /* url(../imgs/rxv.jpg)*/ no-repeat 5px 5px;
					 width:79px;
					 height:63px;
					 padding:5px;
					 float:left;
					 clear:left;
					 margin-right:5px;
				 }
				 #contentConteiner #section #modulo #img4{
					 background:#333 url(../imgs/rxv.jpg) no-repeat 5px 5px;
					 width:79px;
					 height:63px;
					 padding:5px;
					 float:left;
					 clear:left;
					 margin-right:5px;
				 }
				 
		#contentConteiner #section a.red{
					 color:#990000;
					 padding:5px;
		 }
				 
			 #contentConteiner #section #modulo2{
				 width:305px;
				 min-height:80px;
				 padding:8px 0 5px 0;
				 border-bottom:#999 solid thin;
				 text-align:left;
			 }
			 	 #contentConteiner #section #modulo2 h2{
					 margin:0px;
					 padding-left:2px;
					 font-weight:100;
				 }
				 #contentConteiner #section #modulo2 p{
					 color:#cccccc;
				 }
				 #contentConteiner #section #modulo2 #img{
					 background:#333 url(../imgs/img1.png) no-repeat 5px 5px;
					 width:79px;
					 height:63px;
					 padding:5px;
					 float:left;
					 clear:left;
					 margin-right:5px;
				 }
				 
				 #contentConteiner #section #modulo2 a, #contentConteiner #section #modulo2 a:visited{
					color:#03F;
					float:right;
					overflow:hidden;
					padding-right:20px;
				 }
			 
		#contentConteiner #sectionLine{
			height:500px;
			border-right:#999 solid thin;
			float:left;
		}
		
	

