﻿@charset "utf-8";
/* CSS Document */

.body
{
	background-size:100%;
	padding-top: 0px;
	
}

#contenedor
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#espacio1
{
	width:20px;
	height:10px;
	background-image:url(../imagenes/esquina.png);
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);; /* IE 9 */
	-moz-transform:rotateY(180deg); /* Firefox */
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-o-transform:rotateY(180deg); /* Opera */
}

/*#espacio2
{
	width:20px;
	height:10px;
	background-image:url(../imagenes/esquina.png);
	transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);; /* IE 9 */
	-moz-transform:rotateY(180deg); /* Firefox */
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-o-transform:rotateY(180deg); /* Opera */
	float: left
}*/

#contenedoridioma
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}
.menuidioma
{
	text-decoration:none;
	color:#829baf;
	font:Verdana;
	font-size:12px;
}

#menuidioma
{
	text-decoration:none;
	height:40px;
	text-align:right;
	width: 950px;
	background-color: #FFF;
	margin-right: auto;
	padding-right:20px;
	padding-top:20px;
	font:Verdana;
	font-size:12px;	
}

#logo
{
	
	width:150px;
	height:150px;
	float:left;
	margin-top:-110px;
	z-index:4;
}

.shadow {
	-moz-box-shadow: 7px 2px 10px #000;
	-webkit-box-shadow: 7px 2px 15px #000;
	box-shadow: 0px 5px 10px #000;
}

ul
{
	
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu
{
	width:1000px;
	height:27px;
	background-color:#829baf;
}

#contenedorMenu;
{
	width:500px;
	height:27px;
	margin-left:20px;
	background-color:#006600;
}

.menu1
{
	float:left;
	width:120px;
	text-decoration:none;
	color:white;
	background-color:#829baf;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	z-index:-100;
}

.menu2
{
	
	float:left;
	width:120px;
	text-decoration:none;
	color:white;
	background-color:#829baf;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	z-index:-100;
}

.menu1:hover 
{
	background-color:#6d8292;
}

.menu2:hover 
{
	background-color:#6d8292;
}


li 
{
	display:inline;
	text-align:center
}

#contenedorNivo
{
	width:1000px;
}

#slider-wrapper 
{
	position:relative;
	width:1000px;
	height:417px;
	float:left;
	margin-right:auto;
	z-index:-1;
}

#slider
{
	width:1000px;
    height:417px;
}

#slider img {
	position:relative;
	top:0px;
	left:0px;
	display:none;
}

#slider a
{
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:500px;
	bottom:0px;
	z-index:1;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	top:120px;
}
a.nivo-prevNav {
	left:15px;
	top:120px;
	
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.clear {
	clear:both;
}

#barranoticias
{
	width:1000px;
	height:42px;
	background-image: url(../imagenes/barra.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:-27px;
	float:left;
}

#contenidos
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

.contenidos1
{
	width:500px;
	float:left;
	background-color:#e0e6eb;
}

.contenidos2
{
	width:500px;
	float:left;
	background-color:#FFFFFF;
	padding-left:0px;
}

#piePagina
{
	background-color:#829baf;
	width:1000px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	float:left;
}
