/* ----------------- */
/* ESTILOS GENERALES */
/* ----------------- */

/* TOP */
.top {
	background-color: #002A66;
}
#topLogo {
	float: left;
	width: 333px;
}
.topContacto {
	background-image: url(images/topContactoBack.gif);
	background-repeat: repeat-x;
	height: 89px;
}
#topContacto {
	float: right;
	margin-right: 17px;
	margin-top: 13px;
}
.topLinks {
	background-image: url(images/topLinksBack.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.topLinks ul {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.topLinks li {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	letter-spacing: 1pt;
	line-height: 24px;
}
.topLinks a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 24px;
}
.topLinks a:hover {
	background-image:url(images/topLinksBack.gif);
	background-repeat:repeat-x;
	background-position: 0px -26px;
	text-decoration: none;
}
/* TOP END */

/* LEFT */
.left {
	position: absolute;
	left: 0px;
	top: 113px;
	width: 163px;
}
.left h1 {
	background-color: #213148;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #676767;
}
.left ul {
	list-style: none;
	margin: 0px;
}
.left li {
	background-color: #213148;
	margin: 0px;
	padding: 1px 0px 4px 12px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #676767;
	letter-spacing: 1px;
}
#leftEntregas {
	margin: 5px 0px 3px 9px;
}
#leftIdioma {
	margin: 5px 0px 3px 14px;
}
.left a {
	color: #FFFFFF;
	text-decoration: none;
}
.left a:hover {
	color:#CCCCCC;
}
/* LEFT END */

/* MAIN */
.main {
	background-image: url(images/mainBack.jpg);
	margin-left: 163px;
	border-left: 1px solid #000000;
	padding-top: 10px;
	min-height: 500px;
}
/* MAIN END */

/* BOTTOM */
.bottom {
	background-image:url(images/bottomBack.gif);
	background-repeat:repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 28px;
    clear: both:
}
/* BOTTOM END */

/* -------------------- */
/* ESTILOS PARTICULARES */
/* -------------------- */

/* INDEX */

#idxFoto1 {
	position: absolute;
	top: 135px;
	left: 720px;
}
#idxFoto2 {
	position: absolute;
	top: 245px;
	left: 720px;
}
.idxRight ul {
	position: absolute;
	top: 130px;
	left: 530px;
	list-style: none;
}
.idxRight li {
	color: #002A66;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: right;
	line-height: 36px;
}
#idxLogo {
	margin: 8px;
}
#idxFotitos {
	background-image: url(images/idxFotitos.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	clear: both;
	margin-top: 5px;
}
#idxCuadrito {
	position: absolute;
	top: 350px;
	left: 580px;
}
/* INDEX END */

/* PRODUCTOS */
.prod h1 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	background-image: url(images/prodCat.gif);
	background-repeat: repeat-x;
	color: #1F4172;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
}
.prod h2 {
	margin: 0px;
	padding-left: 20px;
	background-image: url(images/prodTit.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
    clear: both;
}
.prodDes {
    font-size: 14px;
    min-height: 150px;
}
.prodDes img {
    float: left;
    margin: 10px;
}
.prodDes p {
    margin: 5px 20px;
}
.prodDes table {
    margin: 5px 0px;
    width: 80%;
	border-collapse: collapse;
}
.prodDes table td {
    border: 1px solid black;
    padding: 3px;
}
/* PRODUCTOS END */

/* CONTACTO */
.contacto p {
    font-size: 14px;
    text-align: center;
    margin: 5px 20px 0px 20px;
}
.contacto a {
    color: #213148;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.contacto a:hover {
    text-decoration: underline;
}
.contactoform {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 20px 0px 60px;
    color: #1F4172;
    line-height: 25px;
}
.contactoform input, textarea {
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #4E74AB;
    border-right-color: #213148;
    border-bottom-color: #213148;
    border-left-color: #4E74AB;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}
.contactoform textarea {
    font-size: 14px;
}
#enviar {
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #4E74AB;
    border-right-color: #213148;
    border-bottom-color: #213148;
    border-left-color: #4E74AB;
    font-weight: bold;
    font-size:12px;
    color: #1F7231;
    cursor: hand;
    margin: 10px 0px 5px 12px;
    padding: 2px;
}
/* CONTACTO END */

/* NOSOTROS */
.nosotros p {
    font-size: 14px;
    margin: 5px 20px 0px 20px;
}
#nosotrosImagen {
    float: left;
    width: 160px;
    margin: 5px 20px;
}
#nosotrosImagen p {
    font-size: 10px;
    text-align: center;
}
/* NOSOTROS END */