/*
 * ZEN WIREFRAME v3.0
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 * (c) 2005-2009 - Gregory Remington, www.mediatech.net
 *  License: GPL and MIT
 */

/******************/
/* Content Layout */
/******************/
#container {
	margin-top:20px;
	border:0px solid red;
}
#nav {
margin-bottom: 1px;
}



/* ***************************************
change by avinash
	LAYOUT-HEADER
*************************************** */
#header{
 	width:940px;
	height:82px;
	background-color:transparent;
	/*background-image:url(../images/net_header.jpg);
	background-position:bottom;*/
	left: 10px;
	margin-top:-10px;
	/*margin-bottom:15px;*/
	position:relative;
	 
}
#header-rectunglar{
	width:998px;
	height:81px;
	padding:0px;
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	/*text-align:center;
	text-align:-moz-center;*/
	

}
#header_rec{
	width:235px;
	float:left;
	text-align:center;
	height:81px;
	margin-right:1px;
        /*background-color:#fbc56b;*/
                               /*   background-color:#5ba1d8;*/
	background-image:url(../images/logos/Plataforma20cua.png);
	background-repeat:repeat-x;
	
}	
#heading_REC{
	/*position:absolute;*/
	margin-top:30px;
	margin-left:-20px;
	padding:0px;
}
#heading_REC a{
	color:#FFFFFF;
        font-size: 0.001%;
	font-weight: bold;
	font-family:Arial;
	text-decoration:none;
	
	display:block;
	width:235px;
	height:81px;
}
#header_net{
	width:235px;
	float:left;
	text-align:center;
	height:81px;
	margin-right:1px;
        /*background-color:#4ebddc;*/
        /*background-color:#43b4d4;*/
        /*background-image:url(../images/net_header.jpg);*/
		background-image:url(../images/logos/RedSocialcua.png);
	background-repeat:repeat-x;
	
}	

#heading_Net{
	/*position:absolute;*/
	margin-top:22px;
	margin-left:17px;
	padding:0px;
	cursor:pointer;
	
}
#heading_Net a{
	color:#FFFFFF;
        font-size: 0.001px;
	font-weight: bold;
	font-family:Arial;
	text-decoration:none;
	display:block;
	width:235px;
	height:81px;
}
#header_wiki{
	width:235px;
	float:left;
	text-align:center;
	height:81px;
	margin-right:1px;
        /*background-color:#b4b4da;*/
        /*background-color:#aa9fd4;*/
	/*background-image:url(../images/wiki_header.jpg);*/
	background-image:url(../images/logos/WikiPueblocua.png);
	background-repeat:repeat-x;
	
}	

#heading_Wiki{
	/*position:absolute;*/
	margin-top:15px;
	margin-left:10px;
	padding:10px;
	cursor:pointer;
	
	
	
}
#heading_Wiki a{
	color:#FFFFFF;
        font-size: 0.001%;
	font-weight: bold;
	font-family:Arial;
	text-decoration:none;
	display:block;
	width:235px;
	height:81px;
}
#header_sea{
	width:232px;
	float:left;
	text-align:center;
	height:81px;
        /*background-color:#94c400;*/
        background-color:#86b101;
	/*background-image:url(../images/search_header.jpg);
	background-repeat:repeat-x;*/
        
	
}	
#heading_Sea{
	position:absolute;
	margin-top:10px;
	margin-left:0px;
	padding:0px;
	/*cursor:pointer;*/
}
.input_search{
		width:180px;
        height:15px;
		margin-top:25px;
        float:left;
		margin-left:10px;
		color:#999999;
		font-size:12px;
		font-weight:bold;
        text-align:left;
	
}
#header_Search_span{
	/*position:absolute;*/
	margin-left:0px;
	margin-top:0px;
}
#search_form input{
	margin-top:22px;
        
        
}
/*################:-Search box-:#############*/
.search_input {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
        text-align:left;
	margin-left:-90px;
	top:0px;
	padding:2px;
	width:180px;
	height:22px;
        margin-top:5px;
}
.search_submit_button {
	/*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;*/
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin-top:-5px;
        margin-left:3px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
.search_submit_button:hover {
	color:#ffffff;
	background: #0054a7;
}
/*################:-right_header_menu-:#############*/

#right_menu_header{
    margin-top:55px;
	margin-left:18px;
	text-align:left;
	width:240px;
	position:relative;
}
.normal-Menu a{
    color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}
.normal-Menu a:hover{
    color:#ffffff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;
}


#content {                            /*    FONDO BODY DE LA WEB      */
	
	margin-top:10px;
	
	background:#fff;      
	opacity: 0.95;
}
#left-column {
	background:#fff;      /*   COLOR DE FONDO DEL COLUMNA izq       */
	opacity: 0.85; 
	
}
.left-content {
	margin-left:12px;      /*RESTRINGIMOS LOS MARGENES DE LOS CONTENIDOS*/
	margin-right:12px;
	margin-bottom:12px;
	margin-top:12px;
}
#center-column {
	background:#fff;      /*   COLOR DE FONDO DEL COLUMNA CENTRAL       */
	opacity: 0.85; 
}
.center-content {
	margin-left:12px;      /*RESTRINGIMOS LOS MARGENES DE LOS CONTENIDOS*/
	margin-right:12px;
	margin-bottom:12px;
	margin-top:12px;
}
#right-column {
	background:#fff;      /*   COLOR DE FONDO DEL COLUMNA DERECHA       */
    opacity: 0.85; 
}
.right-content {
	margin-left:12px;      /*RESTRINGIMOS LOS MARGENES DE LOS CONTENIDOS*/
	margin-right:12px;
	margin-bottom:12px;
	margin-top:12px;
}
#footer {
	/*  HE SEPARADO EL FOOTER CON EL MARGIN TOP*/
	margin-top:20px;
	margin-bottom:15px;
	height:65px;
	background-color:#9a141b;
	
	opacity: 0.85;                    /*PONER ALGO DE TRANSPARENCIA*/
	border: 2px solid #ccc;
	
}
#footer p {
	margin:8px 0px 0px 6px;
	font-size:10px;
	font-weight:bold;
	color:#555;
}
#footer a {
	font-size:10px;
	font-weight:bold;
	color:#555;
}
#footer a:hover {
	color:#333;
}
#bottom-nav {
	height:50px;
	padding-top:10px;
	background-color:#ffffff;
}
#bottom-nav,#bottom-nav a {
	font-size:10px;
	font-weight: normal;
}
#bottom-nav ul li {
	list-style:none;
	display:inline;
}

/***************************************/
/* Interior Content Elements and Forms */
/***************************************/
#search {
	z-index:10000;
	position:relative;
	float:right;
	top:-67px;
	left:-36px;
	width:182px;
	display:block;
	border:0px solid red;
}
#search input {
	vertical-align:middle;
}
#search input.searchfield {
	width:136px;
	color:#555;
	font-size:11px;
	padding:2px;
	margin-left:0px;
	border:1px solid #ccc;
}
#search input.searchimage {
	border:0;
	margin-left:-2px;
}
#advsearch-link {
	margin-left:-35px;
	letter-spacing:-0.1px;
}
#advsearch-link a {
	font-weight:normal;
	text-decoration:none;
}
#member-welcome {
	font-weight:bold;
}
#member-links {
	z-index:10000;
	position:relative;
	float:right;
	top:8px;
	right:0px;
	border:0px solid red;
}
#member-links ul li {
	list-style:none;
	display:inline;
}
#member-links li {
	float:left;
}
#member-links a {
}
#member-links input {
	color:#008BCE;
	background-color:transparent;
	border:0px solid transparent;
	margin:0px;
}
#member-links input:hover {
	background-color:transparent;
	color:#ff8700;
}
.pipe {
	background:url(../images/pipe.gif) center right;
	background-repeat:no-repeat;
	padding:0px 8px 2px 8px;
}
.pipe-l {
	background:url(../images/pipe.gif) center left;
	background-repeat:no-repeat;
	padding:0px 8px 2px 8px;
}
.no-pipe {
	padding:0px 8px 0px 8px;
}
/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-a-Friend) */
/***************************************************************/
#content-navigation {
	/* position:relative; */ /* uncomment to reposition vertically */
	/* top:-30px; */ /* uncomment to reposition vertically */
	text-align:right;
	width:936px;
	vertical-align:bottom;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	margin-bottom:0px;
	padding-bottom:0px;
}
#content-navigation img {
	margin:0;
	padding-left:4px;
	padding-top:2px;
	vertical-align:top;
}
#content-navigation a {
	padding-right:4px;
	text-decoration:none;
	font-weight: normal;
}
#breadcrumb {
	float: left;
}
#print,#tipafriend,#pdf {
	float:right;
}
/****************************/
/* Vertical navigation menu */
/****************************/
#vertnav-title {
}
#vertnav-menu {
	margin-bottom: 12px;
	margin-left:10px;

	 
	background:#fff;                                     /*   COLOR DE FONDO DEL MENU VERTICAL       */
	opacity: 0.8; 
}
.vertnav-header,.vertnav-header a {               /*BARRA DEL MENU DE LA PAGINA*/
	padding:2px 6px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	/*background:url(../images/frame1.jpg) 0 0 no-repeat;
	*/ /* uncomment this if you want to use a background image*/
	background:#b01820;
	border-top:2px solid #f5f5f5;
	/*silver*/
	border-bottom:2px solid #fff;
	/*white*/
	
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
}
.vertnav1 a {
	margin:0px;
	width:190px;                /*tamaņo de la parte de dentro del menu vertical*/
	display:block;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color: #777;
}
.vertnav1 a:hover {
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color:#444;
	text-decoration:none;
}
.vertnav1-act a,.vertnav1-act a:hover {
	margin:0px;
	width:190px;              /*tamaņo de la parte de dentro del menu vertical cuando esta seleccionado*/
	display:block;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/menu_dot.gif) repeat-x bottom;
	color:#444;
}
.vertnav2 a {
	margin:0px;
	width:187px;
	display:block;
	padding:5px 5px 5px 18px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
	color: #777;
}
.vertnav2 a:hover {
	background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
	color:#444;
	text-decoration:none;
}
.vertnav2-act a,.vertnav2-act a:hover {
	margin:0px;
	width:197px;
	display:block;
	padding:5px 5px 5px 18px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/nav-arrow-act.gif) 10px 8px no-repeat;
	color:#444;
}
.vertnav3 a {
	margin:0px;
	width:182px;
	display:block;
	padding:5px 5px 5px 30px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/vbullet.gif) 20px 9px no-repeat;
	color: #777;
}
.vertnav3 a:hover {
	background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
	color:#333;
	text-decoration:none;
}
.vertnav3-act a,.vertnav3-act a:hover {
	margin:0px;
	width:182px;
	display:block;
	padding:5px 5px 5px 30px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
	color:#333;
}
.vertnav4 a {
	margin:0px;
	display:block;
	padding:5px 5px 5px 45px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	color: #777;
}
.vertnav4 a:hover {
	background-color:#f5f5f5;
	/*silver*/
	color:#333;
	text-decoration:none;
}
.vertnav4-act a,.vertnav4-act a:hover {
	margin:0px;
	display:block;
	padding:5px 5px 5px 45px;
	font-size:12px;
	text-decoration:none;
	width:170px;
	background-color:#f5f5f5;
	/*silver*/
	color:#333;
}
/***********************/
/* Page Content Frames */
/***********************/
/* Frame 1 */
DIV.csc-frame-frame1 H1,DIV.csc-frame-frame1 H2,DIV.csc-frame-frame1 H3,DIV.csc-frame-frame1 H4,DIV.csc-frame-frame1 H5 {
	clear:both;
	height:1%;
	background-color:#f5f5f5;
	color:#008BCE;
	padding:2px 6px;
}
DIV.csc-frame-frame1 {
	background-color:#fff;
	border:0px solid #ccc;
	padding:2px;
	margin:0px 0px 12px 0px;
}
DIV.csc-frame-frame1 p {
	color:#000;
	padding: 0px 6px;
}
/* Frame 2 */
DIV.contentframe3 H1,DIV.contentframe3 H2,DIV.contentframe3 H3,DIV.contentframe3 H4,DIV.contentframe3 H5 {
	clear:both;
	height:1%;
	background-color:#fff;
	color:#333;
	padding:2px 6px;
}
DIV.csc-frame-frame2 {
	padding:0px 0px 10px 0px;
	background:url(../images/menu_dot.gif) repeat-x bottom;
	margin-bottom:10px;
	font-size:12px;
}
DIV.contentframe3 p {
	color:#000;
	padding: 0px 6px;
}
/* Frame 3 */
/* See root (pid=1) Typoscript template and page TS to add new styles */
DIV.contentframe3 H1,DIV.contentframe3 H2,DIV.contentframe3 H3,DIV.contentframe3 H4,DIV.contentframe3 H5 {
	clear:both;
	height:1%;
	background-color:#b01820;      /*color de la barra de frame3*/
	clear:left;
	color:#fff;
	padding:2px 6px;
}
DIV.contentframe3 {
	background-color:#fff;
	border:0px solid #ccc;
	padding:0px;
	margin:0px 0px 5px 0px;          /*borde publicaciones con frame3*/
}
DIV.contentframe3 p {
	color:#000;
	padding: 0px 6px;
}
/* Center Mini Calendar */
DIV.center-mini-calendar {
	margin:0 auto;
	text-align:center;
	width: 200px;
}
/************/
/* grey box */
/************/

.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#fff;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;}
.grey-box .content-grey {position:relative;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {margin:0px;padding-bottom:8px;}

/**********/
/* Images */
/**********/

/* Captions */
 DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
 DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
 DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { position:relative; z-index:10000; vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; z-index:10000; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { z-index:10000; background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { position:relative; z-index:10000; border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/*************************/
/* Extension Styles */
/*************************/
.tx-felogin-pi1 .submit,.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
	padding:4px;
	width:130px;
	margin-top:8px;
	font-weight: bold;
}