/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#666666 url(IMG/stripe.png);
 height:4000px;
}

a{
	text-decoration:none;
	border:none;
}

IMG{
	border:none;
}

h2{font:26px/26px Verdana; color:#077e84; margin:10px 0 0; padding-left:8px;}

p{padding:0 0 8px 20px; font-weight:normal;font-family:verdana, sans-serif;text-decoration:none;text-align:justify; color:#FFF; letter-spacing:1pt; font-size:12px;  width:92%}
.greentext{color:#0099cc; font-size:16px; font-weight:bold; padding:4px 0 0;}
.ejemp{ font-style:italic; color:#31cfff; margin-left:25px;}

#short{
	width:460px;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
 background:#333333;
}
#faux {
 background: url(faux-2-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#box{
	margin-left:100px;
	display:none;
}

#header {
 width: 100%;
 height: 290px;
 background:url(IMG/conecta1.jpg) no-repeat;
}
.contacto{
	position:absolute;
	top:0px;
}
#headerB {
 width: 100%;
 height: 167px;
 background:url(IMG/conecta2.jpg) no-repeat;
}

.media{	
 margin: 0 auto;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 300px;
 float: left;
}
#content { 
 float: left;
 color: #FFF;
 margin: 10px 13px;
 padding: 0px;
 width: 560px;
 display: inline;
 position: relative;
}

#leftcolumnB { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 600px;
 float: left;
}
#contentB { 
 float: left;
 color: #FFF;
 padding: 0px;
 width: 350px;
 display: inline;
 position: relative;
}

.titulo{
	    font-family: times, Times New Roman, times-roman, georgia, serif;
		font-size: 32px;
	    line-height: 40px;
	    letter-spacing: -1px;
		color: #00CCFF;
		font-weight: 100;
}
.otro{
	text-align:left;
	font-size:11px;
}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 95px;
 float: right;
}
#footer { 
 width:100%;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

input.text {
	width: 133px;
	background: url(imagenes/input.gif);
	border: none;
	padding: 4px;
}
input.submit{
	font-size:12px;
	font-family:Verdana;
    color:white;
    background:#00b4cc;
    border:0px;
    width:80px;
    height:23px;
}
