/* CSS General */
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	}
img, div, a, input, span, h4{ behavior: url(../iepngfix.htc) }
	
body{
	background-color:#012d4c;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	}
	
	
.empresas {
background:transparent url(../img/Portafolio/portafolio2.jpg) repeat-x scroll 0 0;
height:162px;
width:220px;
float:left;
margin:10px;
color:#33576F;
}

.heading {
padding:6px 0 5px 15px;
font-weight:bold;
color:#33576F;
}

.image{
padding-left:2px;
}

.url {
text-align:center;
padding-top:7px;
color:#33576F;
}
.url a{
color:#33576F;
text-decoration:none;
}
.url a:hover {
color:#000;
text-decoration:underline;
}

/* CSS del div de la animacion */
#animacion{
	margin:7px 0;
	}

/* CSS del div del cuerpo del tamplate */
#contenido{
	margin:0px 0 7px 0;
	}

/* CSS del div del cuerpo */
#cont{
	width:765px;
	padding:0 7px 0 7px;
	margin:0 auto;
	background-color:#FFFFFF;
	}

/* CSS del div del top */
#top{
	width:765px;
	background-image:url(../img/bg_top.gif);
	background-repeat:repeat-x;
	height:109px;
	background-color:#006ea2;
	position:relative;
	}
#idiomas {
	width:85px;
	position:absolute;
	top:3px;
	left:675px;
}
#idiomas p {
	color:#FFF;
	}
#idiomas a {
	color:#FFF;	
	font-size:10px;
	text-decoration:none;
}
#idiomas a:hover {
	text-decoration:underline;	
}
	
/* CSS de la imagen logo */
#logo{
	margin-left:32px;
	margin-right:10px;
	}
	
	
/* CSS del div del menu Principal */
#menu1 {
    background-image: url("../img/bg_menu1.gif");
    background-repeat: repeat-x;
    float: left;
    height: 39px;
    margin-left: 202px;
    margin-top: 70px;
    width: 318px;
}
	
#op_menu1{
	padding: 12px 0 0 0;
	list-style:none;
	margin: 0 0 0 10px;
	}
	
#op_menu1 li{
	float:left;
	margin: 6px 20px 0 0;
	}
	
#op_menu1 a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
	
#op_menu1 a:hover{
	color:#ffad2a;
	}
	
	
/* CSS del div del menu Secundario */
#menu2{
	background-image:url(../img/bg_menu2.gif);
	background-repeat:repeat-x;
	width:765px;
	height:41px;
	}
	
#op_menu2{
	padding: 16px 0 0 40px;
	list-style:none;
	margin:0 auto;
	}
	
#op_menu2 li{
	
	float:left;
	margin:0 3px;
	}
	
#op_menu2 a{
	display:block;
	color:#023557;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
	
#op_menu2 a:hover{
	text-decoration:underline;
	}
	
/* CSS del div de los servicios */

#servicios{
	width:765px;
	height:226px;
	}
	
#servicios span.texto{
	color:#FFFFFF;
	font-size:12px;
	float:right;
	width:128px;
	margin:0 8px 0 0;
	}

#servicios h4{
	margin:20px 0 10px 20px;
	padding:3px 0 2px 30px;
	height:24px;
	color:#fe9e00;
	font-size:16px;
	background-image:url(../img/bullet.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	}
	
#ser_web{ /* CSS del div de servicios de Diseño Web */
	width:254px;
	height:226px;
	background-image: url(../img/ico_disenoweb.jpg);
	background-repeat:no-repeat;
	background-position:12% 85%;
	background-color:#192e4e;
	float:left;
	display:inline;
	}
	
#ser_mark{/* CSS del div de servicios de Internet Marketing */
	width:254px;
	height:226px;
	background-color:#192e4e;
	float:left;
	display:inline;
	background-image: url(../img/ico_marketing.jpg);
	background-repeat:no-repeat;
	background-position:12% 85%;
	}
	
#ser_host{/* CSS del div de servicios de Hosting */
	width:254px;
	height:226px;
	background-color:#192e4e;
	float:left;
	display:inline;
	background-image: url(../img/ico_hosting.jpg);
	background-repeat:no-repeat;
	background-position:12% 85%;
	}
	
/* CSS del boton Ver Mas */
.clear {
	overflow: hidden;
	width: 100%;
}
.clearPage{
	clear:both;
	line-height:0;
}
a.button {
    background: transparent url('../img/bg_vermas_a.png') no-repeat scroll top right;
    color: #fff;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 5px;
    text-decoration: none;
	display: table;
}

a.button span {
    background: transparent url('../img/bg_vermas_span.png') no-repeat;
    display: block;
	float:left;
	color:#fff;
	height:20px;
    padding: 4px 0 2px 18px;
}

a.button:hover {
	background-image:url(../img/bg_vermas_a2.png);
    background-position: top right;
    outline: none;
	cursor:pointer;
}

a.button:hover span {
	background-image:url(../img/bg_vermas_span2.png);
    background-position:top left;
	cursor:pointer;
	}
	
/* CSS del div Info */

#info{
	margin-top:7px;
	height:235px;
	width:765px;
	}
	
#libro{/* CSS del div del libro */
	width:429px;
	height:235px;
	border:#999999 1px solid;
	float:left;
	overflow:hidden;
	position:relative;
	}
	
.top_libro{
	color:#fff;
	height:56px;
	background-image:url(../img/bg_top_libro.jpg);
	background-repeat:repeat-x;
	padding:8px 0 0 30px;
	}
	
.body_info{
	background-image:url(../img/bg_libro.jpg);
	background-repeat:repeat-x;
	height:170px;
	}
	
.body_info .texto{
	width:240px;
	font-size:12px;
	margin:20px 0 0 20px;
	}
	
.campo_email{
	color:#8c8c8c;
	height:14px;
	width: 180px;
	padding-top:1px;
	}
	
#libro_img {/* CSS del div del libro flotante */
	position:absolute;
	left:282px;
	top:18px;
	width:150px;
	height:181px;
	z-index:1;
}

	
#blog{ /* CSS del div del blog */
	margin-left:7px;
	width:322px;
	height:235px;
	border:#999999 1px solid;
	float:left;
	overflow:hidden;
	}
	
.body_blog{
	background-image:url(../img/bg_blog.jpg);
	background-repeat:repeat-x;
	height:170px;
	}
	
.body_blog .texto{
	width:130px;
	font-size:12px;
	margin:20px 0 0 20px;
	}
		
.top_blog{
	color:#fff;
	height:47px;
	background-image:url(../img/bg_blog_top.jpg);
	background-repeat:repeat-x;
	padding:20px 0 0 30px;
	}
	
.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 447px;
height:200px;
overflow:hidden;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
border:4px solid #fff;
}
	
#info h4{
	font-family:tahoma, arial;
	color:#FFFFFF;
	background-image:url(../img/bullet.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	height:40px;
	font-size:16px;
	font-weight:bold;
	}
	
 /* CSS del div del footer */
 
 #footer{
 	margin:7px 0 0 0;
 	background-color:#0c5783;
	height:181px;
	overflow:hidden;
	}
	
#contactenos{
	width:221px;
	padding:30px 0 0 26px;
	float:left;
	}
	
#contactenos .num{
	margin:2px 0 0 0;
	font-family:tahoma, verdana;
	color:#ffb500;
	font-size:28px;
	}
	
#contactenos .cont{
	margin:4px 0 0 0;
	color:#fff;
	font-size:12px;
	line-height:18px;
	}
	
#contactenos .cont a{
	color:#fff;
	text-decoration:none;
	}
	
#contactenos .cont a:hover{
	text-decoration:underline;
	}
	
#visitenos{
	color:#fff;
	float:left;
	width:201px;
	background-image:url(../img/bg_visitenos.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:57px 0 0 105px;
	height:124px;
	}
	
#visitenos span{
	width:185px;
	color:#fff;
	float:left;
	margin:0 16px 0 0;
	line-height:18px;
	}
	
#visitenos a{
	text-decoration:none;
	color:#87bee3;
	}
	
#visitenos a:hover{
	text-decoration:underline;
	}
	
#menufoot{
	color:#87bee3;
	width:200px;
	float:left;
	margin:0 0 0 10px;
	}
	
#menufoot span{
	color:#FFFFFF;
	}
	
#menufoot ul{
	color:#87bee3;
	margin:30px 0 0 15px;
	list-style:circle;
	}
	
#menufoot li{
	color:#87bee3;
	}
	
#menufoot a{
	color:#87bee3;
	}
	
#menufoot a:hover{
	color:#fff;
	}
input.contacto {
	width:180px;	
}
textarea.contacto2 {
	width:360px;	
}
