@charset "utf-8";
/* CSS Document */
* 
{
	margin: 0;
}

html, body
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

/*ligas*/
a:link
{
    color: darkblue;
	text-decoration: none;
}

a:visited
{
    color: darkblue;
	text-decoration: none;
}

a:hover
{
    color: darkblue;
	text-decoration: none;
}

a:active
{
    color: darkblue;
    text-decoration: none;
    text-align: center;
}

/*menú de arriba*/
#menu
{
    text-align: center;
	background: url(../imagenes/bg_menu.jpg) repeat-x;
	height: 40px;
	width: 900px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#menu li
{
    display:inline;
	text-decoration: none;
}

#menu a
{
    display: inline-block;
    padding: 12px;
	color: white;
	text-decoration: none;
}

#menu li:hover 
{
	background: #069;
	padding-top: 12px;
	padding-bottom: 9px;
}
/*termina menú de arriba*/

#contenido
{
	width: 860px;
	font-size: 13px;
	position: relative;
	line-height: 1.4em;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

.logociesc
{
	width: 860px;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.bienvenida
{
    float: left;
    width: 500px;
    text-decoration: none;
    text-align: left;
}

.center
{
    margin: auto;
    width: 500px;
    padding: 10px;
    text-align: center;
}

.contacto
{
	float: right;
	width: 300px;
	text-decoration: none;
}

.ancho
{
	width: 800px;
}

h2
{
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.bordenegro
{
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    text-align: left;
}

.registro
{
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  background: url(../imagenes/bg_menu.jpg) repeat-x;
}

/*menú de la derecha*/

/*botónes de primer nivel*/
.btn_n
{
	width: 160px;
	height: 48px;
	background: url(../imagenes/btn_nyo.jpg) no-repeat;
	display: block;
}

.btn_n a:link
{
	color: #FFF;
	line-height: 3.2em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}

.btn_n a:visited
{
	color: #FFF;
	line-height: 3.2em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}

.btn_n a:hover
{
	color: #FFF;
	line-height: 3.2em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}

/*botónes de primer nivel -over-*/
.btn_o
{
	width: 160px;
	height: 48px;
	background: url(../imagenes/btn_oyo.jpg) no-repeat;
	display: block;
}

.btn_o a:link
{
	color: #FFF;
	line-height: 3.2em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}

.btn_o a:visited
{
	color: #FFF;
	line-height: 3.2em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	display: block;
}

/*botónes de segundo nivel*/
.btn_sub
{
	width: 0 px;
	height: 28px;
	display: block;
	background-color: #CCCCCC;
	line-height: 2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 30px;
	font-weight: bold;
}

.btn_sub a:link
{
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

.btn_sub a:visited
{
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

.btn_sub a:hover
{
	color: #222;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	background-color: #999999;
	font-style: italic;
	font-weight: bold;
}

/*botónes de segundo nivel -over-*/
.btn_sub_o
{
	width: 190;
	height: 28px;
	display: block;
	background-color: #86858A;
	margin: 5px 0 5px 10px;
	line-height: 2em;
	color: #222;
	border-left: 10px solid #666;
	margin-left: 30px;
	font-weight: bold;
}

.btn_sub_o a:link
{
	color: #333;
	width: 190;
	text-decoration: none;
	padding-left: 10px;
}

.btn_sub_o a:visited
{
	width: 190;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
}

.btn_sub_o a:hover
{
	color: #222;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	background-color: #999999;
}
/*termina el menú de la derecha*/

/*centrar toda la página*/
#centrar 
{ 
	width: 900px;
	margin: 0 auto;
}

#pie
{
	display: inline-block;
	margin: 0 auto;
	height: 40px;
	width: 900px;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
	background: url(../imagenes/bg_menu.jpg) repeat-x;
	color: white;
}

#contenido .contacto .btn_sub_o
{
	width: 200;
}