/* Estructura */	
* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#contenedor {
	width: 999px;
	margin: auto;
	text-align: left;
	}
	
#contenido {
	width: 748px;
	text-align: left;
	overflow: hidden;
	}
	
#novedades {
	width: 748px;
	height: 35px;
	background-image: url(imagen/principal/titular.gif);
	background-repeat: repeat-x;
	}
	
#noticias h1 {
	width: 525px;
	padding-left: 14px;
	padding-top: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	}
	
#producto {
	width: 208px;
	padding-top: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	letter-spacing: 1px;
	float: right;
	}

#contenido-1 {
	width: 511px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: left;
	float: left;
	background-color: #E0E0E0;
	}
	
#contenido-1 a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #005A65;
	text-decoration: none;
	}
	
#contenido-1 a:visited {
	color: #005A65;
	text-decoration: none;
	}
	
#contenido-1 a:hover {
	color: #005A65;
	text-decoration: underline;
	}

#contenido-1 a:active {
	color: #005A65;
	text-decoration: none;
	}

#contenido-1 ul {
	list-style: none;
	}
	
#contenido-1 li {
	width: 511px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 1px;
	border-bottom-style: solid;
	border-color: #CCC;
	}
	
#contenido-1 p {
	margin-top: 10px;
	line-height: 20px;
	}
	
#contenido-1 span {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	letter-spacing: 4px;
	}
	
#contenido-1 h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	font-style: italic;
	color: #005A65;
	letter-spacing: 1px;
	}
	
#contenido-2 {
	width: 181px;
	margin-bottom: -30000px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 20px;
	padding-bottom: 30000px;
	float: right;
	background-color: #323232;
	}
	
#contenido-2 a:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	}
	
#contenido-2 a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#contenido-2 a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#contenido-2 a:active {
	color: #FFF;
	text-decoration: none;
	}

#contenido-2 ul {
	list-style: none;
	}
	
#contenido-2 p {
	margin-top: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	color: #CCC;
	text-align: left;
	}

#contenido-2 span {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666;
	letter-spacing: 4px;
	}
	
#contenido-2 h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFF;
	}
	
#contenido-2 img {
	margin-top: 10px;
	}
	
#encabezado {
	height: 60px;
	}
	
#lateral {
	width: 756px;
	float: left;
	}
	
body,td,th {
	color: #666;
	}
	
/* Panel */
#panel {
	width: 235px;
	margin-left: 8px;
	float: left;
	}

#panel ul {
	height: 662px;
	list-style: none;
	background-image: url(imagen/panel.gif);
	background-repeat: no-repeat;
	}
	
#panel li {
	width: 195px;
	height: 27px;
	padding-top: 10px;
	padding-left: 40px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	}
	
#panel a:visited {
	text-decoration: none;
	color: #726750;
	}
	
#panel a:hover {
	text-decoration: none;
	color: #963;
	}

#panel a:active {
	text-decoration: none;
	color: #726750;
	}

#panel a:link {
	text-decoration: none;
	color: #726750;
	}
	
#panel-cliente {
	width: 235px;
	height: 27px;
	padding-top: 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align: center;
	color: #DABE86;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

#panel-cliente-tel-1 {
	width: 235px;
	height: 35px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #DABE86;
	letter-spacing: -1px;
	}
	
#panel-cliente-tel-2 {
	width: 235px;
	height: 29px;
	padding-top: 6px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	color: #DABE86;
	}
	
/* Pie */
#pie {
	width: 756px;
	height: 100px;
	padding-top: 10px;
	margin-left: 243px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: left;
	background-image: url(imagen/pie.jpg);
	background-repeat: no-repeat;
	}
	
#pie a:link {
	color: #CCC;
	text-decoration: none;
	}
	
#pie a:visited {
	color: #CCC;
	text-decoration: none;
	}
	
#pie a:hover {
	color: #CCC;
	text-decoration: underline;
	}

#pie a:active {
	color: #CCC;
	text-decoration: none;
	}

/* Secciones */
#interior {
	width: 720px;
	padding: 14px;
	padding-right: 14px;
	padding-top: 14px;
	padding-bottom: 40px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	background-color: #FFF;
	line-height: 18px;
	}
	
#interior p {
	margin-bottom: 10px;
	text-align: justify;
	}
	
#interior h2 {
	margin-bottom: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #005A65;
	letter-spacing: -1px;
	}
	
-#interior h2 {
	margin-bottom: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	font-weight: normal;
	font-style: italic;
	color: #005A65;
	letter-spacing: 1px;
	}
	
#interior a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	}
	
#interior a:visited {
	color: #666;
	}
	
#interior a:hover {
	color: #333;
	text-decoration: none;
	}

#interior a:active {
	color: #666;
	}
	
#interior-encabezado {
	width: 748px;
	height: 221px;
	padding-right: 10px;
	}

img.flotante {
	float: left;
	}

.texto1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	}
	
.texto2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #CCC;
	}
	
.texto3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #005A65;
	}
	
.titulo1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	font-style: normal;
	color: #005A65;
	letter-spacing: -1px;
	}
	
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -1px;
	}
	
.titulo3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #005A65;
	}
	
.titulo4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	font-style: normal;
	color: #005A65;
	letter-spacing: 1px;
	}
	
.titulo5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #005A65;
	}

.fecha {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #666;
	letter-spacing: 4px;
	}
	
.estudio {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #666;
	}
	
.error {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #990000;
	}
	
a.link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333;
	}
	
a.link:visited {
	color: #666;
	}
	
a.link:hover {
	color: #333;
	}

a.link:active {
	color: #333;
	}

a.link:link {
	color: #333;
	}
	
a.link2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #005A65;
	}
	
a.link2:visited {
	color: #005A65;
	}
	
a.link2:hover {
	color: #005A65;
	}

a.link2:active {
	color: #005A65;
	}

a.link2:link {
	color: #005A65;
	}
	
a.link3 {
	color: #333;
	text-decoration: underline;
	}
	
a.link3:visited {
	color: #666;
	text-decoration: underline;
	}
	
a.link3:hover {
	color: #333;
	text-decoration: underline;
	}

a.link3:active {
	color: #333;
	text-decoration: underline;
	}

a.link3:link {
	color: #333;
	text-decoration: underline;
	}
	
a.link4:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	}
	
a.link4:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline
	}

a.link4:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	}

a.link4:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	}