@charset "utf-8";
/* CSS Document */

/* --- Main container ---------------------------------------------------------------------------- */
.cMainCont {
	display:block;
	position:relative;
	left:1px;
	width:719px;
	float:left;
	text-align:left;
	margin:0;
	background:#F5f7f7;
}

.cMainDesc {
	text-align:left;
	padding:5px;
	background: #E6E6E6;
	
	/**/
	text-align:center;
	background:#F7F7F7;
	color:#069;
	/**/
}

.cMainDet_1C {
	padding:5px;
	width:709px;
	float:left;
	background:#FFF;
}

.cMainDet_2C {
	width:478px;
	padding:5px;
	float:left;
	border-right:1px solid #7090B0;
	border-top:1px solid #7090B0;
	background:#FFF;
}

.cMainNote_1C {
	float:left;
	width:709px;
	text-align:left;
	font-size:70%;
	padding:5px;
	background: #E6E6E6;
}

.cContMail {
	float:left;
	display:block;
	padding:5px;
	font-weight:normal;
	font-size:90%;
	color:#32547A;
	height:20px;
}

.cContEnvl {
	float:left;
	width:35px;
  	margin:0; 
	padding:2px 0 2px 0;
}

.cContTxt {
	float:left;
  	margin:0; 
	padding:2px 0 2px 0;		
}

.cContLnk {
	/*width:220px;*/
	padding:2px 0 2px 0;
	margin-right:5px;
	float:right;
}


.cLinkObj {
	display:block;
	background:transparent;
}

.cLinkObj a:link, .clinkObj a:visited, .clinkObj a:active {
	text-decoration:none;
	color:#32547A;
	border-bottom:1px solid hidden;
}

.cLinkObj a:hover {
	text-decoration:none;
	border-bottom:1px solid #F7B913;
}

.cLinkInLine a:link, .cLinkInLine a:visited, .cLinkInLine a:active {
	color:#069;
	text-decoration:underline;
}

.cLinkInLine a:hover {
	text-decoration:none;
	color:#F7B913;
}

.cDesc1 {
	padding:5px;
	font-size:80%;	
}


/* --- Conteiner list  ---------------------------------------------------------------------------- */
.cListTit {
	display:block;
	padding:5px 0 5px 5px;
	font-weight:normal;
	font-size:100%;
	cursor:default;
	color:#32547A;
	border-bottom:1px solid #7090B0;
	border-left:1px solid #7090B0;
}

.cListImg {
	float:left;
	width:20px;
	padding:2px 0 2px 0;
	background-image:url(../img/com/arrow1.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.cListItem {
	display:block;
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:100%;
	cursor:default;
	margin-left:20px;
}

.cListItem span:hover {
	cursor:url(../res/arrow_rm.cur), default;	
}

.cText1 {
	text-decoration:underline;
	cursor:url(../res/arrow_rm.cur), default;	
}

.cListSP15 {
	display:block;
	height:15px;
}

.cListSP30 {
	display:block;
	height:30px;
}


.cSLst {
	list-style-position:inside;
	padding-left:10px;
}

.cSLst li {
	font-size:85%;
	padding-bottom:5px;
}

.cSSLst {
	display:block;
	list-style-position:inside;
	padding-left:20px;
}

.cSSLst li {
	font-size:100%;
	padding-top:5px;
	list-style:circle;
}



/* --- Imagenes ------------------------------------------------------------------------------------------------ */
.pcbImg {
	display:block;
	text-align:center;
	border:2px solid #F5f7f7;
}


.cImgSm {
	display:block;
	text-align:center;
	padding:0;
	margin:5px;
	border:2px solid #F5f7f7;
	margin-top:20px;
}

.cImgLa {
	position:absolute;
	max-width:750px;
	display:block;
	padding:0;
	margin:0;
	text-align:center;
	z-index:5;
	visibility:hidden;
	border:2px solid #F7B913;
	background:#F5f7f7;
}


.cImgLaTxtH {
	text-align:center;
	color:#FFF;
	background:	#F7B913;	
}

.cImgLaTxtH h1 {
	font-size:100%;
	font-weight:bold;
	padding:2px;
	margin:0;
}


.cImgLaTxt {
	font-size:90%;
	text-align:left;
	margin:0;
	padding:5px;
	background: #E6E6E6;
}

.cImgLaTxt li {
	font-size:80%;
	font-weight:normal;
	padding:2px;
}

.cImgCont {
	text-align:center;
	width:220px;
	padding:0;
	margin-right:0;
	float:right;
	background:#F5f7f7;
}


/* --- Titulos ----------------------------------------------------------------------------------------------- */
.cTitleH1 {
	display:block;
	padding:2px 0 2px 5px;
	font-weight:normal;
	font-size:110%;
	color:#32547A;
	border-bottom:1px solid #7090B0;
	border-left:5px solid #7090B0;
}


.cDescH1 {
	font-weight:normal;
	color:0;
}