*{margin:0; padding:0;}

html {
	min-height: 100%;
}

/************ body styles **************/
body {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-align:center;
	margin:0;
	padding:0;
	min-height: 100%;
	background:#333;
	line-height:14px;
	/*margin-bottom: 0px; background-image:url(../images/px_999999.jpg); background-repeat:repeat;*/
}

#contenido_principal img { margin:10px;}

#container { 
	padding: 2;  
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	border:0px; 
	position: relative;
	width: 1110px;
	background-color:#666;
	color:#FFF;
}


a:visited {font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; font-weight:bold}
a:active {font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; font-weight:bold}
a:link {font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: underline; font-weight:bold}
a:hover{font-family: Verdana; font-size: 8pt; color: #FFFF99; text-decoration: underline; font-weight:bold}

/************ homeLinks styles **************/
.homeSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

.homeSection a:active {  font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none}
.homeSection a:link { font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none}
.homeSection a:visited { font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none }
.homeSection a:hover{	font-family: Verdana; font-size: 8pt; color: #000000; text-decoration: none}





/************ projects styles **************/
.projectSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}



.msgError {	font-family: Verdana; font-size: 8pt; color: #990000;}

.header { font-family: Verdana;	font-size: 8pt;	color: #666666; background-color:#6666CC; text-decoration: none}
a.header:hover{	font-family: Verdana; font-size: 8pt; color: #ffffff; text-decoration: none; background-color: #e0e0e0}
a.header:active {  font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none}
a.header:link { font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none }
a.header:visited { font-family: Verdana; font-size: 8pt; color: #666666; text-decoration: none }

.footer { font-family: Verdana;	font-size: 8pt;	color: #FFA12F; text-decoration: none}
a.footer:hover{	font-family: Verdana; font-size: 8pt; color: #333333; text-decoration: none; background-color: #FFFFFF}
a.footer:active {  font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none}
a.footer:link {  font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none}
a.footer:visited {  font-family: Verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none}

.item_separator
{
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #999;
    margin-top:1px;
    margin-bottom:20px;
}


/* Técnica de limpieza de elementos flotantes */
.clear:after {
    content:""; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clear {
    display:inline-block;
}

.clear {
    display:block;
}

* html .clear {
    height:1px;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
