/** BASIC */
/*
html,body {
width: 100%;
height: 100%;
overflow: hidden;
background:#6D6E70;
margin:0;
padding:0;
}
*/
.BCK 
{
	background: url(imagenes/bckBody.jpg) left top;
}
#containerPage
{
	position: relative;
	width:980px;
	height:100%;
	left:50%;
	z-index:2;
	margin-left:-490px;
}
#topMain
{
	position: relative;
	width:980px;
	height:213px;
	z-index:3;
	background:url(imagenes/bckTop.png) no-repeat left top;
}
#topMainBCK
{
	/*position: relative;*/
	width:555px;
	height:189px;
	/*margin-top:-213px;*/
	z-index:1;
	overflow:hidden;
}
#galeria01
{
	/*position: relative;*/
	width:182px;
	height:192px;
	/*margin-top:-213px;*/
	z-index:1;
	overflow:hidden;
}
#galeria02
{
	/*position: relative;*/
	width:182px;
	height:192px;
	/*margin-top:-213px;*/
	z-index:1;
	overflow:hidden;
}
#menuMain
{
	position: relative;
	z-index:2;
	width:980px;
	height:58px;
	overflow:hidden;
	background-color:#7e8988;
}


#menuMainV
{
	position: fixed;
	margin-top:60px;
	margin-left:979px;
	height:600px;
	z-index:1;
	overflow:hidden; 
}

ul#iaase {list-style:none; margin:0; padding:0;}
ul#iaase li {float:left; width:155px; margin:0; padding:0; text-align:center;/* background:url(imagenes/border-right.jpg) no-repeat right 25px;*/}
ul#iaase li a {display:block; padding:10px 0px; color:#fff; text-decoration:none; font:13px Calibri; background-repeat:no-repeat; }
ul#iaase li a:hover, ul#a li a:focus, ul#a li a:active {background-position:0 -77px;}
ul#iaase a {background:url(intranet/imagenes/button.png) repeat 0 -77px;}

/*ul#v {list-style:none; margin:0; padding:0;}
ul#v li {width:220px; margin:0; padding:0;}
ul#v li a {display:block; padding:0px 22px 10px; color:#000; text-decoration:none; font:14px Arial; text-align:left; background:url(imagenes/bullet.png) no-repeat 0 0;}
ul#v li a:hover, ul#v li a:focus, ul#v li a:active {}*/



ul#m {list-style:none; margin:0; padding:0;}
ul#m li {width:220px; margin:0; padding:0;}
ul#m li a {display:block; padding:0px 22px 10px; color:#000; text-decoration:none; font:14px Arial; text-align:left;}
ul#m li a:hover, ul#m li a:focus, ul#m li a:active {}


#displayPage
{
	position: relative;
	z-index:2;
	width:980px;
}
#ContentPlace
{
	background-color:#393939;
	border: 2px solid #222;
	border-radius: 10px; /* propiedad CSS3 */
	-ms-border-radius: 10px; /* para IE 8 */
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius: 10px; /* WebKit y Safari */
	-khtml-border-radius: 10px;
	padding:10px;
	min-height:300px;
}
#footerPage
{
	width:980px;
	top:30px;
	background-color: #ececec;
	margin:0px;
	border-top:solid 2px #b3b3b3;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


#formStyle
{
	
}
.bgControl
{
	border: 1px #1A1A1A solid;
	background: #464646;
	color: white;
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #2b2b2b;
}
h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 14px;
	background:url(imagenes/bckTituloSubMenu.png) no-repeat left top;
	height:35px;
}
/** TEXTS */

/*body, th, */td /*, input, textarea, select*/{
	font-family: Arial;
	font-size: 13px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.titulos
{
	color:#a7afac; font:bold 16px Arial;
}
.text4 {
	padding:10px 5px 0px;
	color: #fff;
	font:bold 14px Arial;
	vertical-align:middle;
	text-align:center;
}
.text1 
{
	background:url(imagenes/fondoTitulo.png) no-repeat left top;
	height:40px;
	padding:10px 450px 0px 15px;
	color: #2b2b2b;
	font:bold 16px Arial;
	color:White;
	text-align:right;
}
.tituloIdioma
{
	background:url(imagenes/blockdevice16.png) no-repeat left top;
	height:40px;
	padding:0px 0 0px 19px;
	color: #2b2b2b;
	font:bold 16px Arial;
	color:Gray;
	text-align:left;
}
.text1 a
{
	float:right;
	margin-top:-10px;
	text-align:right;
}

.text2 {
	color: #a7afac;
}

.text3 
{
	color: #fff;
	/*font-style:italic;*/
	font: Arial, Tahoma;
}
.letra 
{
	color: #000;
	font-family: Tahoma;
	font-size:12px;
}
/** LINKS */

.links
{
	margin:10px 0px;
}

a 
{
	color: #a7afac;
	/*font-weight:700;*/
}


a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

/** MISC */
.delete {
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/del.gif) bottom left no-repeat;
	padding: 0px 0px 2px 17px;
				text-decoration:none;
	text-align:left;	
	vertical-align:middle;
}
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left { text-align: left; }

img { border:0; }

.alterno
{
padding-bottom: 10px; padding-top: 10px;
	background: url(imagenes/lineAlterno.gif) repeat-x left bottom;
	vertical-align:middle;
}
.alterno2
{
	padding-bottom:5px; padding-top:5px;
	background: url(imagenes/lineAlterno2.gif) repeat-x left center;
	vertical-align:middle;
}
.alterno3
{
	padding-bottom: 10px; padding-top: 10px;
	background-image:url(intranet/imagenesmaster/galeria.png);
	vertical-align:bottom;
}
.ver
{
	color: #284b91;
	font-size: 14px;
	text-align:left;
	background: transparent url(imagenes/verMas.jpg) bottom left no-repeat;
	padding: 25px 0px 0px 40px;
	font-family:Calibri;
}
.ver2
{
	color: #5f99e4;
	font-size: 14px;
	text-align:left;
	background: transparent url(imagenes/moreinfo_arrow.gif) center right no-repeat;
	padding: 0px 8px 0px 0px;
	font-family:Calibri;
}
.ver a:hover, .ver a:link, .ver a:visited, .ver2 a:hover, .ver2 a:link, .ver2 a:visited{ text-decoration: none; }

.textError
{
	color: #FF3333;
	font-size: 12px;
	text-align: center;
}
.hoja {
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/showme.gif) bottom left no-repeat;
	padding: 5px 10px 2px 17px;
}
.links 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
}
.edit 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	color:#000;
	background: transparent url(imagenes/edit.png) top left no-repeat;
	padding: 0px 0px 2px 16px;
	
}
.send 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/send1.png) top left no-repeat;
	padding: 0px 0px 30px 0px;
}
.add 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	color:#000;
	border: 0; /*margin: 0px 0px 0px 0px;*/
	background: transparent url(imagenes/addN.png) top left no-repeat;
	padding: 0px 0px 20px 20px;
}
.preview 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/search.gif) center left no-repeat;
	padding: 0px 0px 0px 16px;
}
.registro 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/1268081225_members.png) center left no-repeat;
	padding: 0px 0px 0px 18px;
}
.back 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(intranet/imagenes/back.png) center left no-repeat;
	padding: 0px 0px 0px 18px;
	
}
.upLoad 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/upLoad.gif) center left no-repeat;
	padding: 0px 0px 0px 18px;
	
}
.downLoad 
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-style: normal;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: transparent url(imagenes/download.png) center left no-repeat;
	padding: 0px 0px 0px 18px;
	
}
.grid 
{
	font-family: Calibri;
	font-size:12px;
	border:none;
	padding-left:10px; width:100%;
	color:#000;
}
.cabecera
{
	color: Black; /*#fff;*/
	background-color:#E4E4E4; /*#095dc3;*/
	font-weight: 800;
	text-align:center;
	font-size:12px;
}
.titulo
{
	color: #83998F;
	font-size: 18px;
	font-family: Tahoma;
	font-weight:bold;
}

.TD
{
	BACKGROUND-COLOR:#E4E4E4;/*#aa1802;/*#941301;*/
	color:black;
	font-weight: normal;
	text-align:right;
	vertical-align: middle;
	font-size:12px;
}
.DatosTD
{
	BACKGROUND-COLOR:#f4f4f4; /*#F7F3F0;*/
	vertical-align:top;
	text-align:left;
	font-family: Arial, Tahoma;
	font-size:12px;
	/*color:#676565;*/
	color:#3b4041;
	
}
.abc
{
	BACKGROUND-COLOR:#fff;/* #F7F3F0;*/
	margin: 0px;
	padding: 0px;
}
.linkabc
{
	text-align:right; vertical-align:top; padding:10px 0px 10px 0px;
}
.tablaLeft
{
	width: 48%;
	float: left;
	padding: 5px;
	/*border-left: 1px solid #333;*/
	position:relative;
}
.tablaRight
{
	width: 48%;
	float: right;
	padding: 5px;
	/*border-right: 1px solid #333;*/
	position:relative;
}
#loginStar 
{
/*	background-color:#DDD; */
	/*float: left;*/
	width: 251px;
	height: 129px;
	/*margin-left: 80px;*/
	background: url(imagenes/fondologin.jpg) no-repeat center center;
}
#logo
{
	cursor:pointer;
	background: url(imagenes/logo.png) no-repeat center center;
	height: 200px;
	width: 545px;
	/*float: left;*/
}

#logo .titulo 
{
	padding: 20px 0px 0px 20px;
	font-size: 2em;
	/*line-height: 0.9em;
	letter-spacing: -1.5px;*/
	color: #3b4041;
	text-align: right;
}
ul#subMenu
{
	list-style: none;
	margin: 0;
	padding: 0px 10px 0px 10px;
	overflow:hidden;
	width:100%;
}

ul#subMenu li
{
	float:left;
}
ul#subMenu li a
{
	/*color: #2b2b2b;*/
	color:Red;
	background:#url(imagenes/moreinfo_arrow.gif) top left no-repeat;
	font:600 12pt Calibri;
	padding: 0px 0px 0px 20px;
}
/******* Noticias *********/
.noticias, .noticiasAlterno, .propuestas
{
	padding:15px;
}
.noticias .contenido, .noticiasAlterno .contenido, .propuestas .contenido
{
	text-align:justify;
}
.noticias img, .propuestas img
{
	float:left;
	margin:0px 15px 10px 0px;
}
.noticiasAlterno img
{
	float:right;
	margin:0px 0px 10px 15px;
}
.noticias h5
{
	font:600 10pt Calibri;
	text-align:left;
}
.noticiasAlterno h5
{
	font:600 10pt Calibri;
	text-align:right;
}
.login
{
	border-top:#f2f4f8;
	border-left:#f2f4f8;
	border-bottom:#f2f4f8;
	border-right:#f2f4f8;
}
.documento
{
	font: 16pt Arial;
	color:#fff;
	padding:10px 0px 10px 10px;
	background-color:#095dc3;
	opacity:.7;  
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	margin-bottom:10px;
}
.galeria a
{
	/*display:block;*/
	width:98%;
	height:130px;
	padding:3px 0px 0px 3px;
	font:500 10pt Arial;
	color: #000;
	text-decoration:none;
	/*background:#eee;*/
	/*background-image:url(imagenes/galeriatransparente.png);*/
	overflow:hidden;
	text-align:left;
}

.asamblea a
{
	font:500 10pt Arial;
	text-align:left;
}

.galeria img
{
	padding:5px;
	float:left;
}
.galeria .descripcion
{
	text-align:justify;
}

.asamblea .descripcion
{
	text-align:left;
}

.videos
{
	display:block;
	width:265px;
	height:255px;
	padding:3px 0px 0px 3px;
	margin-right:10px;
	font:500 10pt Arial;
	color: #000;
	text-decoration:none;
	background:#eee;
	overflow:hidden;
	text-align:center;
	vertical-align:text-top;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.DropDown1 {  
	background: url(imagenes/box.gif) no-repeat 0 -178px;  
	border: none;  
	width: 238px;  
	height: 22px;  
	padding-left: 3px;  
	padding-top: 3px;  
	font-size:12px;
} 
.textBox1 {  
	background: url(imagenes/box.gif) no-repeat 0 -58px;  
	border: none;  
	width: 241px;  
	height: 20px;  
	padding-left: 3px;  
	padding-top: 3px;  
	font-size:12px;
}      
.textBox2 {  
	background: url(imagenes/bckField.jpg) no-repeat 0 0;  
	border: none;  
	width: 156px;  
	height: 17px;  
	padding-left: 3px;  
	padding-top: 3px;  
	font-size:10px;
}  
.textArea {  
	background: url(imagenes/box_multi.png) no-repeat 0 0px;  
	border: none;  
	width: 241px;  
	height: 45px;  
	padding-left:3px;  
	padding-right:20px;
	padding-top: 3px;  
	font-size:11px;
} 
/***Grids*******/
.tablacabecera
{
	font-family:Arial, Tahoma,Verdana;
	font-size:20px;
	text-align:left;
}
.tabla_item
{
font-family:Arial, Tahoma,Verdana;
font-size:12px;
text-align:left;
}

.encabezado
{
 background:#CCCCCC;
}
/****************************menu************************************/
#menuMain
{
	width: 759px;
	height: 23px;
	overflow: hidden;
	background: #082336 url(imagenes/fondoMenu.png) no-repeat right 0;
}
ul#a
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
ul#a li
{
	float: left;
	margin: 0;
	padding:0;
	text-align: center;
	background: url(imagenes/separadorMenu.jpg) no-repeat right 4px;
	
}
ul#a li a
{
	display: block;
	padding:   4px 20px 10px 15px;
	color: #ffed2e;
	text-decoration: none;
	font: 12px Tahoma;
	background: none;
}
ul#a li a:hover, ul#a li a:focus, ul#a li a:active
{
	background-position: 0 0;
	color: #ffed2e;
}
ul#a a
{
	/*background:url(imagenes/button.png) repeat 0 0;*/
}
ul#a li a.animate
{
	background-position: 0 0;
	color: #fff;
	padding-top: 8px;
}

ul#v
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#v li
{
	width: 240px;
	margin: 0;
	padding: 0;
	background: url(imagenes/lineAlterno.png) no-repeat center 25px;
}
ul#v li a
{
	display: block;
	padding: 0px 58px 20px;
	color: #000;
	text-decoration: none;
	font: 14px Arial;
	background: url(imagenes/border-left.jpg) no-repeat 5px 0px;
}
ul#v li a:hover, ul#v li a:focus, ul#v li a:active
{
}

/**********************************************************************/
.Eliminar
{
	border: 0;
	background: transparent url(imagenes/deleteN.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	padding: 0px 0px 9px 16px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	 vertical-align:text-top;
}

.Guardar
{
	border: 0;
	background: transparent url(imagenes/check2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	padding: 0px 0px 9px 16px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align:text-top;
}