/* CSS Document */

body, html, p, ul {
font-family:Helvetica;
font-size:12px;
line-height:15px;
text-align:justify;
font-stretch:condensed;
color:#515151;
}

ul { 
list-style-image: url("../images/vineta.jpg");
text-indent: 0px;
list-style-position: outside;
list-style-type: square;
padding:0 0 0 15px; 
margin: 0;
}

.submenuSel {
	background-image:url(../images/vineta.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	font-weight:bold;
}
.submenuNoSel {
	background-image:none;
	font-weight:normal;
}

.menu2sub {
color:#000000;
text-decoration:none;
font-family:Helvetica;
font-size:11px;
text-align:center;
}
.menu2sub:hover {
color:#000000;
text-decoration:none;
font-weight:bold;
}

.pintro {
font-size:14px;
line-height:18px;
font-stretch:condensed;
text-align:left;
}

.pintroBold {
font-size:14px;
line-height:18px;
font-stretch:condensed;
text-align:left;
color:#3b3b3b;
font-weight:bold;
}

.lcapital {
font-size:inherit;
font-weight:800;
}

.lcapitalTexto {
font-size:14px;
font-weight:bold;
color:#3b3b3b;
}

.textoBold {
	font-weight:bold;
	color:#3b3b3b;
}

/** agregado 16-07-2010**/
/* para nuevo banner y menu principal */

.contactoEnglish {
	font-size: 13px;
	color: #666666;
}

.cursor {
	cursor: pointer;
}
/** fin menu principal */
