/*  
Theme Name: Estilos
Theme URI: http://www.ada-systems.net/
Description: Designed by www.ada-systems.net
Version: 1.0
Author: Ada-Systems.
*/

/***********************
*	     Basicos       *
***********************/
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 16px;
	font-family: bodoni, Times, "Times New Roman", serif;
	color: #777;
	text-align: center;
}

p, ul, ol {
	line-height: 21px;
	color:#777;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	padding: 0;
   	font-family: optima, helvetica, Verdana, Arial, Sans-Serif;
	color: #444444;
}

h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}
h7 {font-size: 100%;}

a:link,
a:visited {
	color: #777;
	text-decoration: none;
}
	
a:hover,
a:active {
	color: #777;
	text-decoration: underline;
}

.naranja{
	color:#ea7023;
}
.blanco{
	color:#ffffff;
}
.gris{
	color:#505050;
}
ul{
	list-style-type:none;
}

a:hover, a:link, a:visited{
	text-decoration:none;
}

img{
	border:0;
}

.azul{
	margin: 0px 10px;
	font-weight: bold;
	color:#18AEE0;
}
/***********************
*	     Global        *
***********************/
#global{
	position:relative;
	margin:0px auto 0px auto;
	width:1000px;
	height:600px;
}

/***********************
*		 Cabeza        *
***********************/
#Logo{
	position:absolute;
	width:200px;	
	top: 20px;
	right:50px;
}

#LogoIntro{
	position: relative;
	top: 10px;
	width: 100%;
	text-align: center;
}

#Menu{
	position:relative;
	margin:0px;
	padding-bottom:0px;
	top:150px;
	height:20px;
	width:480px;
	border-bottom:15px solid #444444;
}

/***********************
*		 Cuerpo        *
***********************/
#cuerpo{
	position: relative;
	margin: 20px auto;
	width: 1024px;
	height: 605px;
}

#logo{
	position:absolute;
	top:50px;
	right: 0px;
} 

#img{
	position:relative;
	margin-top:100px; 

} 

#proyecto{
	position:absolute;
	top:275px;
	right: 10px;
} 

#telefono{
	position:absolute;
	top:300px;
	right: 106px;
} 

#email{
	position:absolute;
	top:323px;
	right: 10px;
} 

#pagconstruccion{
	position:absolute;
	bottom: 20px;
	left: 30px;
} 

/***********************
*		 Pie           *
***********************/
#pie{
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	width:1024px;
}