html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img{
 border:0px;
 margin:0px;
}

table{
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

table td, table tr{
	margin:0px;
	padding:0px;
}

/* Layout Tables */
table #table-layout-top{
	

}

.tbl-left-border{
	background:url(../images/layoutp01_11.jpg) repeat-y;
}

.tbl-right-border{
	width:24px;
	background:url(../images/layout-3_09.jpg) repeat-y;
}

/*-----------*/

#mail-popup-wrapper{
	/*background: transparent url(../images/shadow-popup.png) no-repeat 0px bottom;*/

/*	background-color: transparent no-repeat 0px bottom;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow-popup.png');*/
	/*background: none;*/
	z-index:10;
	width: 350px;
	position: fixed;
	margin-top: 150px;
	padding-bottom:10px;
	left: 50%;
	margin-left: -175px;
	display: none;
}
#mail-popup {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

#mail-popup .close {
	text-align:right;
}

#mail-popup .close img {
	cursor:pointer;
	margin: 3px;
}

#display-mail-popup {
	color: #4334F8;
	cursor:pointer;
}

#mail-popup .table-form {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mail-popup .sent-message{

	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:30px auto 60px;
	text-align:center;

}

#greyer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
	position: fixed;
	background-color: #000000;
	z-index:5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	display: none;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}

.TEXTO {
	font-family: Helvetica, Arial;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	text-align:left;
}
.TITULOS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.cv-h1 {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	color: #9695B3;
	text-transform: uppercase;
}
.cv-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	color: #999999;
}
.cv-i {
	font-weight: bold;
	color: #666666;
	font-style: italic;
	font-size: 11px;
}
