/*ESTILOS PARA WEB FAMARI*/


body {
	font: 11px Verdana, Geneva, sans-serif;
	color:#000000;	
}
a{
	color:#333333;
	text-decoration:underline;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
.general{
	width:930px;
	margin:0px auto 0px auto;
	border-right: 1px solid #084362;
	border-left: 1px solid #084362;
	border-top: 1px solid #084362;
	background-color:#FFFFFF;


}
.home{
	background-color:#C0C0C0;
	/*border: 2px solid #666666;*/
}
.appsHeader{
	width:90%
	position:relative;
	text-align:center;

}
/*no esta funcionando este css*/
.imgHeader {
    width: 100%;    
	background: url(img/header_logo.jpg) no-repeat top center;
}
.h1 {
	font: 11px Verdana, Geneva, sans-serif bold;
	color:#000000;
	
}

/*menu*/

.appsBody{

	margin-top:2px;

}
.appsBody .menu{
	width:100%;
	height:29px;
	margin:0 auto 0 auto;
	z-index:10;
	position:relative;
	background-color:#084362;

}
* html .appsBody .menu{
	width:80%;
}
.appsBody .menu ul{
	background-color:#084362;
	list-style:none;
	margin:0 7px 0 7px;
	padding:0;
}
.appsBody .menu ul li{
	height:29px;
	text-align:center;
	background-color:#084362;
	border-right:1px solid #0A6493;
	border-left:1px solid #0A6493;
	float:left;
}
* html .appsBody .menu ul li{
	width:100px;
}
.appsBody .menu ul li a, .appsBody .menu ul li a:visited{
	height:22px;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:7px 15px 0 16px;
}
* html .appsBody .menu ul li a, * html .appsBody .menu ul li a:visited{
	padding:7px 0 0 0;
}
.appsBody .menu ul li.selected{
	background:#0A6493;
}
.appsBody .menu ul li a:hover{
	color:#FFFFFF;
	background-color:#0A6493;
}


/*Para la caja redondeada de los textos del contenido*/ 

/*Css de titulos por categoria*/ 
.appsBody .topwrap { 
    background: url(img/top_quienes_somos.png) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .topwrap_soluciones { 
    background: url(img/top_soluciones.png) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .topwrap_experiencia { 
    background: url(img/top_experiencia.png) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .topwrap_casos_exito { 
    background: url(img/top_casos_exito.png) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .topwrap_contacto { 
    background: url(img/top_contacto.jpg) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .topwrap_representaciones { 
    background: url(img/top_representaciones.jpg) no-repeat top left;
    width:735px;
    height:25px; 
	margin-left:110px;
	margin-top:28px;
	display:block;
}
.appsBody .botwrap { 
    background: url(img/bot.png) no-repeat top left;
    width:735px;
    height:25px;
	margin-left:110px;
	margin-top:0px;
}
.appsBody .wrapper {
    width: 712px;
    border-left: 1px solid #0A6493;
    border-right: 1px solid #0A6493;
    margin-left:111px;
	margin-bottom:0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	overflow:hidden;
}
.appsBody .wrapper a{
    color:#333333;
	text-decoration:underline;
}
.appsBody .wrapper a:visited{
    color:#333333;
	text-decoration:underline;
}
.appsBody .wrapper a:hover{
    color:#666666;
	text-decoration:underline;
}
.footer {
    width: 100%;
	text-align:center;    
	padding-top: 10px;
	font: 10px Verdana, Geneva, sans-serif;
	background-color:#BFCED6;
	border-bottom-color:#003366;
	border-bottom-style:solid;
	border-bottom-width:thin;
	vertical-align:middle;
}

/*Imágenes para las categorías*/ 
.imgIndex {
    width: 100%;
	text-align:center;    
	padding-top: 10px;
	background: url(img/foto_home.jpg) no-repeat top center;
}
/*formulario*/
form{
	width:65%;
	margin:20px auto 0px auto;
}

form label{
	width:70px;
	text-align:right;
	margin:0px 10px 10px 0px;
	float:left;
}
form input{
	width:350px;
	height:15px;
	font-size:11px;
	border:1px solid #999999;
	margin:0px 10px 10px 0px;
	float:left;
}
form textarea{
	width:350px;
	font:11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #999999;
	margin:0px 10px 10px 0px;
	float:left;
}
form input#enviar, form input#limpiar{
	width:50px;
	height:20px;
	color:#666666;
	border:1px solid #CCCCCC;
	background-color:#e5e5e5;
	margin:6px 0 0 0;
	float:right;
}
form input#limpiar{
	margin-right:6px;
}
form input#enviar{
	margin-right:35px;
}


