/* CSS Document */

body{
	background-image:url(../imagenes/madera.png);
	background-repeat:repeat;
	margin:0 0 0 0;
	border:0;
	font-family:Verdana;
	font-size:12px;	
	
}

/*MAQUETACION*/

.contendor{
	width:1024px;
	height:auto; /*560px;*/
}

.contenidoArriba{
	width:1024px;
	height:214px;
}

.logo{
	width:480px;
	height:114px;
	float:left;
	position:static;
/*	background-image:url(../imagenes/logo.png);*/
	/*padding:10px;*/
	/*background-color:#00FF00;*/
}

.bandera{
	width:520px;
	height:200px;
	float:right;
	position:static;
	left:481px;
	/*background-color:#999900;*/
}

.seccion{
	width:480px;
	height:100px;
	float:left;
	position:static;
	/*background-color:#660066;*/	
}

.contenido{
	width:1024px;
	height:auto;/*290px*/
	position:static;
}

.izquierda{
	width:724px;
	height:auto;/*290px*/
	float:left;
	position:static;
	/*padding:5px;*/
	/*background-color:#993333;*/
}

/*.derecha{
	width:220px;
	height:290px;
	float:left;
	position:static;
	/*padding:5px;*/
	/*background-color:#9966CC;*/


.menu{
	width:300px;
	height:auto;/*340px*/
	float:right;
	position:static;
	vertical-align:bottom;
	/*background-color:#009900;*/
}

.footer{
	width:1024px;
	height:30px;
	float:left;
	position:static;
	color:#FFFFFF;
	font-size:10px;
	background-color:#13252a;
	padding-left:5px;
	text-align:left;
}

/*FIN MAQUETACION*/
	
.textoDerechos{
	font-size:10px;
	color:#CCCCCC;
}

/*Vinculos*/

A {
	FONT-SIZE: 12px; 
	color: #CCCCCC; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
}
A:hover {
	FONT-SIZE: 12px;
	COLOR: #CCCCCC;
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: underline;
}

/*Secciones*/
.inicio{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/home.png);
}

.laempresa{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/laEmpresa.png);
}

.servicios{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/Servicios.png);
}

.contacto{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/contacto.png);
}

.presupuesto{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/presupuesto.png);
}


.cliente{
	width:480px;
	height:100px;
	background-image:url(../imagenes/secciones/clientes.png);
}

.imgHome{
	background-image:url(../imagenes/secciones/homeAbajo.png);
	width:724px;
	height:150px;
	background-repeat:no-repeat;
}

/*Fin secciones*/

.textoSeccion{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	/*font-weight:bold;*/
}

.textoHome{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:10px;
	/*font-weight:bold;*/
}
	
.tituloHome{
	font-family:Tahoma, Verdana;
	color:#ac9167;
	font-size:16px;
}

h1{
	color:#CCCCCC;
	font-size:16px;
	font-family:Verdana;
	}
	
h2{
	color:#CCCCCC;
	font-size:14px;
	font-family:Verdana;
	}
	
li{
	list-style-image:url(../imagenes/clavo.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

UL {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; MARGIN: 8px; PADDING-TOP: 8px; LIST-STYLE-TYPE: square
}

.vinculoschicos{
	color:#CCCCCC;
	font-size:10px;
	font-family:Verdana;
	}


.seccionClientes{
	width:440px;
	height:230px;
	overflow:scroll;
	background:black;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
}

.edit{
	background-color:#CCCCCC;
	color:#000000;
}

/*SERVICIOS*/

.doblaje {
	width:328px;
	height:280px;
	background-image:url(../imagenes/servicios/doblaje.png);
	background-repeat:no-repeat;
}

.transcripcion {
	width:328px;
	height:280px;
	background-image:url(../imagenes/servicios/transcripcion.png);
	background-repeat:no-repeat;
}

.traduccion {
	width:328px;
	height:280px;
	background-image:url(../imagenes/servicios/traduccion.png);
	background-repeat:no-repeat;
}

.imgClientes{
	width:328px;
	height:296px;
	background-image:url(../imagenes/cuadro-cliente.png);
	background-repeat:no-repeat;
}

/*PAGOS*/

.deposito {
	width:192px;
	height:115px;
	background-image:url(../imagenes/Pagos/registradora.png);
	background-repeat:no-repeat;
}

.efectivo {
	width:192px;
	height:89px;
	background-image:url(../imagenes/Pagos/dinero.png);
	background-repeat:no-repeat;
}

.correoArgentino {
	width:192px;
	height:40px;
	background-image:url(../imagenes/Pagos/correo.png);
	background-repeat:no-repeat;
}

.westernUnion {
	width:192px;
	height:50px;
	background-image:url(../imagenes/Pagos/western.png);
	background-repeat:no-repeat;
}