/*
Design by Noelia Ruiz Rubio
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/menu_gris.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 210%;
	font-weight:bold;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Boxes */


.links-box {
	background: url(images/menu-marron.png) repeat-x;
}

.links-box .section {
	color: #FFFFFF;
}

.links-box .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
}

.links-box .content {
	padding: 20px;
}

.links-box .nueva-seccion {
	background:#C66145;
	color: #ffffcc;
}

.content-box {
	background: url(images/menu-azul.png) repeat-x;
}

.content-box .section {
	color: #FFFFFF;
}

.content-box .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
}

.content-box .content {
	padding: 20px;
}

.content-box .nueva-seccion {
	background:#ff0000;
	color: #ffffcc;
}

.content-box a {
	color: #3490F8;
}


/* Header */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding-top: 10px;
}

/* Logo */

#logo {
	float: left;
	width: 800px;
}

#poli{float: right;
margin-top: 20px;}
#grc{float:left}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 30px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000000;
	bottom: middle;
}

/* Menu */

#menu {
	width: 800px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(images/EsquinaBoton.png) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/EsquinaBotonB.png) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu li.active a {
	background: url(images/EsquinaBotonB.png) no-repeat right top;
	color: #C45A3C;
}

#menu li.active b {
	background: url(images/EsquinaBoton.png) no-repeat;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#page-alumni {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#barra-derecha {
	float: right;
	width: 380px;
}
#barra-derecha-soft {
	float: right;
	width: 620px;
}
/* Feature */

#feature {
	margin-bottom: 20px;
}

/* Sidebar */

#barra-izquierda {
	float: left;
	width: 380px;
}

#barra-unica {
	float: center;
	width: 800px;
}
	
#barra-izquierda-soft {
	float: left;
	width: 180px;
}

#barra-izquierda .col-one {
	width: 200px;
}

#barra-izquierda .col-two {
	width: 200px;
}

/* Footer */

#footer {
	background: #DDDDDD;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 800px;
	height: 30px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
