@charset "utf-8";
/* CSS Document */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/***************** SPECIAL TEXT STYLES *******************/
.redverse {/*based on title_link*/
	font-weight: bold;
	color : #990000;
}
.redtitle {/*based on title_link*/
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	font-size : 1.25em;
	font-weight: bold;
	color : #990000;
}

/************************************************************/


/* IMAGE STYLES*/

.imgpageleft {
	position: relative;
	float: left;
	padding: 3px;
	border:dotted 1px #E0E0E0;
	margin-right: 10px;
}
.imgpageright {
	position: relative;
	float: right;
	padding: 3px;
	border:dotted 1px #E0E0E0;
	margin-left: 10px;
}

/*CONTACTOS PAGE DIVS */
#contactos_all	{
	width:100%;
	height:215px;
	margin-bottom:5px;
}
.contactos_left {
	width:292px;
	height:180px;
	float:left; 
	border: 1px solid #F2F2F3;
	padding:10px;
	border-collapse:collapse;
}
.contactos_center {
	width:292px;
	height:180px;
	float:left;
	border: 1px solid #F2F2F3;
	padding:10px;
	border-collapse:collapse;
}
.contactos_right {
	width:292px;
	height:180px;
	float:left; 
	border: 1px solid #F2F2F3;
	padding:10px;
	border-collapse:collapse;
}
#contactos_Table {
	width:950px;
	height:650px;
	float:left; 
	border: 1px solid #F2F2F3;
	padding:20px;
	margin-top:40px;
	border-collapse:collapse;
	margin-top:50px;
}
.contactos td {
border: 1px #DDDDDD solid;
border-collapse:collapse;
height:30px;
padding-left:5px;
}
.contactost  {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: #f2f2f2;
	font-weight:bold;
  }
.contactos  {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: #ffffff;
  }
