﻿@charset "utf-8";
body {
	background-color: #40a5f5;
	font-family: "Arial Black";
	font-size: 11px;
	color: #FFFFCC;
	overflow: auto;
}
#ImagenLogo
{
	position: absolute;
	left:0px;
	top:0px;
	width:120px;
	height:48px;
}
#ContenidoCentrado {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 6px;
}
#MenuLateral {
	position: absolute;
	width: 170px;
	top: 48px;
	left: 0px;
	height: 502px;
	overflow: hidden;
	background-color: #0099CC;
	background-image: url('images/bground.jpg');
}
#MenuSuperior {
	position: absolute;
	left: 120px;
	width: 680px;
	height: 32px;
	top: 0px;
	background: url('images/fondomenusuperior.gif') repeat-x;
}
#Contenido
{
	position:absolute;
	left:170px;
	width:630px;
	top:32px;
	height:518px;
}
#Pie
{
	position:absolute;
	left:0px;
	width:800px;
	top:550px;
	height:26px;
	background: url('images/fondomenusuperior.gif') repeat-x;
	text-align:right;
	vertical-align:bottom;
}
.LittleText
{
	color:#FFFFCC;
	font-size:9px;
}
#Contenedor {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	top: 5px;
	background-color: #003399;
	border: 1 black solid;
}
.HeaderProyectos {
	background-image: url('images/fondoheader.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.Alternate1 {
	background-image: url('images/alt1.jpg');
	background-repeat: repeat-x;
}
.Alternate1:hover {
	background-image: url('images/alt1_hov.jpg');
	background-repeat: repeat-x;
}
.Alternate2 {
	background-image: url('images/alt2.jpg');
	background-repeat: repeat-x;
}
.Alternate2:hover {
	background-image: url('images/alt2_hov.jpg');
	background-repeat: repeat-x;
}
.TituloProyecto
{
	font-style: oblique;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 24px;
	font-variant: small-caps;
	text-align:center;
}
.DescripcionProyecto
{
	font-weight: normal;
}
.ItemProyecto
{
	
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position:absolute;
	left:0px;
	top:0px;
	width:100%; 
	height:100%;
}
.ImageContainer
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -260px;
	width:420px;
	background-color: #40A5F5;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.shadetabs {
	border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */	margin-bottom: 1em;
	max-height: 64px;
}
.shadetabs ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(images/shade.gif) top left repeat-x;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative;
	top: 1px;
}
.shadetabs li.selected a {
	/*selected main tab style */
background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
}
.shadetabs li.selected a:hover {
	/*selected main tab style */
text-decoration: none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a.squarebutton {
	background: transparent url('images/square-blue-left.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Arial;
	font-weight: bold; /* Change 12px as desired */;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */;
	height: 23px; /* Height of button background height */;
	padding-left: 9px; /* Width of left menu image */;
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #494949; /*button text color*/
}
a.squarebutton span {
	background: transparent url('images/square-blue-right.gif') no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover {
	/* Hover state CSS */
background-position: bottom left;
}
a.squarebutton:hover span {
	/* Hover state CSS */
background-position: bottom right;
	color: black;
}
.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */;
	width: 100%;
}
/*Menu vertical*/
.glossymenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: white url(images/glossyback.gif) repeat-x bottom left;
	font: bold 9px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .glossymenu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}
.glossymenu li a:hover {
	background-image: url(images/glossyback2.gif);
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url(images/oval-blue-left.gif) no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url(images/oval-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

