/*** MAIN ***/
*{
margin: 0px;
padding: 0px;
}
body{
margin: 10px 0;
/*background: #ccc;*/
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 12pt;
background: #33a9fe url(../img/carlos.png)  repeat-x top center ;
color: #000000;
}


/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header{
width: 100%;
background: #000000 url('../img/cabecera.jpg') top center no-repeat;

/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
        or "brownheader.jpg" to change the color scheme of this page */

height: 130px;
}
#header h1{
color: #ffffff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
}
#header h2{
color: #0096ff;
text-align: right;
position: relative;
top: 10px;
right: 5px;
line-height: 50px;
}


#menu{
width: 100%;
height: 30px;
margin-top: 50px;
}
#menu ul{
list-style: none;
}
#menu li{
float: left;
}
#menu li a{
margin-left: 8px;
display: block;
padding: 0 5px;
color: #ffffff;
text-transform: lowercase;
text-decoration: none;
border-top: 2px solid #ffffff;
}
#menu li a:hover{
border-color: #33a9fe;
}
#searchbox{
float: right;
margin-right: 15px;
}
#searchbox input{
background: #ffffff url('../img/mg.jpg') right no-repeat;
border: 1px solid #ccc;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 8pt;
}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('../img/main.jpg') top left repeat-x;
}
#main h1{
font-size: 20pt;
padding-bottom: 22px;
color: #33a9fe;
background: url('../img/titles.jpg') bottom left no-repeat;
}
#main h2{
font-size: 13pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #6dc10a;
background: url('../img/titles2.jpg') bottom left no-repeat;
}
#main h3{
font-size: 8pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #e07722;
/*background: url('../img/titles2.jpg') bottom left no-repeat;*/
}
#main a{
color: #6aa2fa;
text-decoration: none;
border-bottom: 1px dashed #6aa2fa;
}
#main a:hover{
background: #b8fa6a;
}
#submain{
padding: 8px;
}
/*encaja las cajas de hosting*/
/*a.encajar{
padding: 4px 5px 0px 8px;
height: 25px;
margin-left: 130px;
margin-top: -30px;
z-index: 1;
display: block;
}*/

#left{
float: left;
width: 450px; /*560*/
margin-bottom: 5px;
/*pone fondo en texto*/
/*	background: #fff url('../img/content_bg.gif') no-repeat left top;
	padding:4px 8px 8px 7px;
	width:282px;*/
}
#left p{
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
}
#left ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}
/*#contenido
{ clear: both;
  width: 460px;
}*/
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
width: 280px; /*170*/
float: right;
}

.bg3 { background: url('../img/homepage13.gif') no-repeat left bottom; }
#box4 {
}

#box4 .right {
	background: url('../img/homepage15.jpg') no-repeat right bottom;
	
}

#box5 {
}
#box5 .right {
	background: url('../img/homepage16.jpg') no-repeat right bottom;
}

#box6 {
}
#box6 .right {
	background: url('../img/homepage17.jpg') no-repeat right bottom;
}


#right p{
font-size: 11px;
line-height: 18px;
margin-bottom: 8px;
}
#right ul{
margin-left: 20px;
font-size: 11px;
list-style: none; /*add*/
}
#right ul li{
margin-bottom: 3px;
}
#footer{
clear: both;
width: 100%;
background: #000000 url('../img/footer.jpg') bottom center no-repeat;
}
#subfooter{
padding: 8px;
}
#subfooter p{
text-align: center;
font-size: 11px;
color: #33a9fe;
}
#subfooter a{
color: #33a9fe;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #33a9fe;
}

/*** position images ***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}
h1,h2,h3{
text-transform: lowercase;
}

table{
font-size: 13px;
border-collapse: collapse;
margin-bottom: 10px;
}
th{
background: #ECECEC;
padding: 5px;
border: 1px solid #ECECEC;
}
td{
vertical-align: top;
line-height: 18px;
padding: 5px;
border: 1px solid #ECECEC;
}
/*formulario*/
div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input_, textarea_
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit_
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 150px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}


/******************/
.planbox {
	margin-bottom: 10px;
}

.planbox .title {
	height: 30px;
	margin: 0px 28px 0px 23px;
	padding: 15px 0px 0px 0px;
	background: url('../img/homepage11.gif') repeat-x left bottom;
}

.planbox ul {
	width: 135px;
	height: 80px;
	margin: 0px;
	padding: 9px 0px 0px 23px;
	list-style: none;
}

.planbox li {
	padding-left: 8px;
	background: url('../img/homepage04.gif') no-repeat left center;
}


/*******************/


