﻿
*{
margin:0 auto;
padding:0 auto;
}

body{

background:#dce1e4;
font-family: Helvetica, Arial, "San-serif";
text-shadow: 1px 1px #fff;
}

#header{
position:relative;
height:292px;
width:800px;
background: url(/images/header_clientes.jpg) no-repeat;
margin:0 auto;
text-align: left;
}

#headerback{
position:absolute;
height:292px;
width:400px;
z-index:-4;
background: url(/images/headerback.jpg) repeat-x;
}

#texto{
position:relative;
top:80px;
color:#333;
font-weight:bold;
font-size:20px;
text-shadow: 1px 1px #fff;
text-decoration:none;
border-bottom: 2px dashed #aaa;
}

#menu{
position:relative;
top:-130px;
height:100px;
width:800px;
margin:0 auto;
background: url(/images/menu2.png) no-repeat;
}



#pc{
height:100px;
width:390px;
position:relative;
float:left;
}

#pc #pcb {
position:relative;
font-size:50px;
color:#333;
text-decoration:none;
right:-130px;
top:20px;
}

#pc #pcb:hover{
position:relative;
font-size:50px;
color:#1295ea;
text-decoration:none;
right:-130px;
top:20px;
}


#mac{
height:100px;
width:390px;
position:relative;
float:left;
text-aling:right;
}

#mac #macb {

height:100px;
width:510px;
position:relative;
font-size:50px;
color:#333;
text-decoration:none;
right:-160px;
top:20px;
}

#mac #macb:hover{
color:#1295ea;
}



#content{
border: 1px dashed #aaa;
padding:10px;
position:relative;
top:-90px;
height:auto;
width:780px;
margin:0 auto;
}

h1{
font-family: Helvetica, Arial, "San-serif";
color:#333;
font-size:20px;
}

h2{
font-family: Helvetica, Arial, "San-serif";
color:#333;
font-size:15px;
}

h3{
font-family: Helvetica, Arial, "San-serif";
color:#333;
font-size:13px;
}

p{
color:#333;
font-size:12px;
}


label{
color:#777;
font-size:13px;
font-style:italic;
font-weight:bold;
}

img{
border: 2px dashed #aaa;
}