/*
LAYOUT LAYOUT LAYOUT LAYOUT
LAYOUT LAYOUT LAYOUT LAYOUT
LAYOUT LAYOUT LAYOUT LAYOUT
*/

body,html {
	background-image: url(../img/Backsitio.jpg);
	background-position: right top;
	margin: 0px;
	padding: 0px;
	background-color: #00A3DC;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}

#Sitio {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
}

#Content {
	background-image: url(../img/backhoja.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	width: 870px;
}

#CabezaInternas {
	height: 173px;
	width: 890px;
}

#PataSitio {
	background-image:url(../img/pataHome.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	clear:both;
	width: 890px;
	font-size: 10px;
	color: #FFFFFF;
	height:40px;
}



/*
TEXTO TEXTO TEXTO TEXTO
TEXTO TEXTO TEXTO TEXTO
TEXTO TEXTO TEXTO TEXTO
*/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#PataSitio a
{
	color:#FFFFFF; 
	text-decoration:underline;	
}

p
{
	margin:12px 0 12px 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding:0px;
	display:block;
}

h1
{
	color: #0066cc;
	font-weight:bold;
	font-size:1.5em;
	margin-top:8px;
}

h2
{
	color: #FFFFFF;
	font-weight:normal;
	font-size:1.2em;
	margin-top:8px;
}

h3{
	font-size:1.2em;
	color: #0066cc;
	font-weight:bold;	
	margin-top:8px;
}

h4
{
	color: #0066cc;
	font-weight:normal;
	font-size:1em;	
}

/* GENERAL GENERAL GENERAL */
/* GENERAL GENERAL GENERAL */
/* GENERAL GENERAL GENERAL */
table{
	border-collapse:collapse;
}

hr
{
	border: none; 
	height: 1px; 
	background-color: #0099CC;
	color: #0099CC;
}

/*LISTA LINKS*/
/*LISTA LINKS*/
/*LISTA LINKS*/
/*LISTA LINKS*/
#tdLinks{
	width: 130px;
	background-image:url(../img/separador.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
	vertical-align:top;
	
}

li {
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
	padding-bottom: 2px;
	line-height:20px;
}

ul {
	display:block;
	padding-left: 20px;
	margin-left: 10px;
}

.submenu li{
	list-style:none;
	margin:0px;
	font-size:0.9em;

}

.submenu a{
	color: #666666;
	text-decoration:none;

}

.submenu a:hover{
	color:#999999;
	text-decoration:none;

}
.submenu {
	list-style:none;
	margin-left:-20px;

}


/* MACHETES MACHETES MACHETES
   MACHETES MACHETES MACHETES */
.center
{
	text-align:center;
}

.block
{
	display:block;
}

.inline
{
	display:inline;
}


.right
{
	float:right;
}

.left
{
	float:left;
}

.clear
{
	clear:both;
}

.top
{
	vertical-align:top;
}

.path {
	padding: 5px;
}

img{
	border:0;
}
