/*  "Si ustedes me permiten"
    Author: Daniel Paladini
		Email bugs and suggestions: paladini@menta.net
		Community Server: http://www.communityserver.org
*/

html, body {
	margin: 0 auto;
	padding: 0;
}
body {
	padding: 0 auto;
	text-align: center;
	font: 76%/1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:0px;
	/*background: url(../images/fons1.jpg) top no-repeat; 
	background-color: #EFEFEF;*/
	background: url(../images/fonsnou2.jpg) top repeat-y;
}

form#aspnetForm {
	text-align: center;
	margin: 0 auto;
	}

a:visited, a:active, a:link {
	text-decoration: none;
	color: #660;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	font-size: 1.5em;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #660;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	padding:0;
	margin:0;
	clear:left;
	font-size: 1em;
}
h3 {
	font-size: 1.1em;
}
p {
	margin: 1em 0;
}
/* -- Layout -- */
/* The masthead sits at the top of the page.*/
#masthead {
	text-align:center;
	width: 100%;
	}

#masthead div#menuSuperior {
	width:900px;
	height:31px;
	margin: 0 auto;
	}

#masthead div#menuSuperior div.blogsElpe {
	float:right;
	margin:0;
	padding:0;
	}

#masthead div#menuSuperior div.blogsMapamundi {
	float:right;
	margin:0 0 0 7px;
	padding:0;
	}

/* Blog Layout */
#wrapper {
	padding:0 5px 0 5px;
	margin:0 auto;
	width: 900px;
	background: url(../images/BgWrapper.gif) 0px 2px repeat-y;
	}

#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 900px;
	background-color:#ffffff;
	
	/*border-top:1px solid #ccc;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	*/
}

/* Blog Header */
#header {
	padding: 0;
	margin: 0;
	}
	
div#megabanner {
	/*width:900px;*/
	background-color:#f2f2f2;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: url(../images/publicidad.gif) 0 8px no-repeat;
    }	
 

/* Navigation Bar */
#nav {
	text-align: left;
	padding:0;
	margin:0;
	height:20px;
	background-color: #789385;
}
html* #nav {
	margin: -2px 0 0 0;
}
#nav ul {
  
	list-style-type: none;
	margin: 0;
	padding:1px 0 0 0;
  	color:#000;
  	height:17px;
  	text-transform: uppercase;
  	font-family: arial;
  	font-weight: normal;
}
  
#nav ul li {
	display: inline;
	height:17px;
	margin: 0;
	padding: 3px 10px 4px 10px;
}

#nav ul li.Current{
	background-color:#fff;
}

#nav ul li.Current a{
	color:#218203;
	height:20px;
}

#nav ul li a {
	text-decoration: none;
	font-weight: normal;
	color:#fff;

}
/* Subscription Bar */
#subscriptions {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	float: right;
	height:20px;
	width: 240px;
	text-align: right;
	background-color: #789385;
	
}
html* #subscriptions {
	/*width: 250px;*/
		margin: -2px 0 0 -3px;
		background-color: #789385;
}
#subscriptions ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#subscriptions ul li {
	display: inline;
}

#subscriptions ul li a {
	text-decoration: none;
	color:#FFFFFF;
	background-color: transparent;
	margin-top:-2px !important;
}

#subscriptions ul img {
	margin:0 5px 0 3px;
}

/* End Navigation*/
#contentwrapper
{
	width: 100%;
	overflow: hidden;
}   

#content {
	padding: 20px 14px 20px 30px;
	/*margin: 0 210px 0 0;*/
	height: 1%;
	width:530px;
	float: left;
	/*background: url(../images/ContentCorner.gif) top right no-repeat;*/

	border:0px solid red;

}

#content2 
{
	width: 97%;
	overflow: hidden;
	padding:1em;
	}

#contentfooter {
	clear: both;
}
/* Sidebar */
#sidebar-a {
	float: right;
	width: 314px;
	margin: -1px -3px 0 0;
	padding: 0.5em;
	font-size: 0.9em;
	background-color:#DCDADA;
	color:#000;
	}
	
*html #sidebar-a {
	margin: -1px -20px 0 0;
	width: 317px;
	}
	
#sidebar-a h3 {
	color: #2a3634;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	margin-top:2px;
	margin-left:5px;
	margin-right:7px;
	border-bottom: 1px dotted #2a3634;
}
#sidebar-a p {
	padding: 0 1em;
}
#sidebar-a ul {
	list-style: none;
	margin: 0 0 1em 1em;
	padding: 0;
	width: 100%;
}
#sidebar-a li {
	margin-top: 0.2em;
}
#sidebar-a a:active, #sidebar-a a:visited, #sidebar-a a:link {
	text-decoration: none;
	margin-right: 0;
	padding: 0;
	color:#330;
}
#sidebar-a a:hover {
	text-decoration: underline;
}
#sidebar-a #links {
margin:0 0 0 10px
}
/*End Sidebar*/
#footer {
	clear: both;
	padding: 0.5em 1em;
	margin: 0;
}
#footer img{
	display:none;
}


/* --End Layout-- */


/*Calendar styles*/
div#Cal {
    width:290px;
    border-bottom: 1px dotted #360;
    margin:0 0 0 5px;
    padding:0 0 5px 0;
    }

.BlogCalendar
{
	font-size: 90%;
	width: 100%;
}

.BlogCalendarTitle
{
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.BlogCalendarNextPrev
{
}

td.BlogCalendarNextPrev A:LINK, .BlogCalendarNextPrev A:ACTIVE, .BlogCalendarNextPrev A:VISITED
{
	color: #FFF;
	text-decoration: none;
}

.BlogCalendarNextPrev A:HOVER
{
	text-decoration: none;
}

.BlogCalendarDays
{
	font-weight: bold;
	padding: 2px;
}

.BlogCalendarDay A:LINK, .BlogCalendarDay A:ACTIVE, .BlogCalendarDay A:VISITED, .BlogCalendarDay A:HOVER
{
	font-weight: bold;
	color:#903 !important;
}/* -- End Calendar -- */

.calendar_button { border:none; cursor:pointer; }

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma, Arial, Helvetica;
  padding: 2px;
  cursor: pointer;
}

.calendar td { font-size:11px; }


.day
{
	width:25px;
	cursor:pointer;
	text-align:center;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayhover
{
	width:25px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;

}

.dayheader
{
	width:25px;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
	font-weight:bold;
	background-color:#FFFFFF;
}

.othermonthday { color:#999999; }

.outofrangeday { visibility:hidden; }

.selectedday
{
	width:25px;
	background-color:#FBE694;
	color:#000000;
	border-width:1px;
	border-color:#BB5503 !important;
	border-style:solid;
	font-weight:bold;
}

.calendar
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-collapse:collapse;
	background-color:#FFFFFF;
	cursor:default;
}

.month
{
	background-color:#F6F6F6;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
}

.nextprev
{
	cursor:pointer;
	height:25px;
	vertical-align:center;
	padding:0px 5px 0px 5px;
}

.selector
{
	width:14px;
	cursor:pointer;
	text-align:left;
	vertical-align:center;
	background-color:#FFFFFF;
}
/* END ComponentArt Date Picker & Popup Calendar */


/* -- Post -- */
.post {
	width:100%;
	padding: 0 0 10px 0;
	margin: 10px 0 50px 0;
	float:left;
	border-bottom: 1px dotted #789385;
}
/* Post Header */
.posthead {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.9em;
}
.posthead h2 {
	font-size:24px;
	margin: 0;
	/*margin: 0 0 6px 10px;*/
	padding: 0;
	text-align: left;
	line-height:25px;
	color:#789385;
}

.posthead h2 a{
	color: #789385;
}
.posthead img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.posthead a:hover {
	text-decoration: none;
}
/* Post Content  */
.postcontent {
	margin: 0;
	padding: 0;
}
.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 1px;
	line-height: 2em;
	
	border:1px solid #999;
}
/* Post Footer */
.postfoot {
	font-size: 0.8em;
	border-bottom: 1px dotted #dcdada;
	margin: 10px 0px 4px 0px;
	padding: 2px 2px 12px 2px;
	background-color:#fff;
	color:red;
}

.postfoot a{
color:#660;
}

/* Post Category Heading */
.postcategoryheading {
	font-size: 0.9em;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #666;
}
/* Post Ratings Menu */
.ratemenu {
	font-size: 0.9em;
	padding: 1em;
	margin: 0.5em;
}
/* -- End Post -- */
/* -- Comments -- */
.comment
{
	padding: 2px;
	background-color:#f8faff;
	margin-bottom:5px;
	border:1px solid #CCC;
}

.commentowner
{
	background-color: #dcdada;
	padding: 4px;
	border: solid 1px #666;
	margin-bottom: 3em;
}

#comments h4 {
	margin:0;
	font-size:15px;
	padding:0 0 3px 0;
	border-bottom:1px dotted gray;
	color:#789385;
	}
#comments {
	padding: 0 1em;
	margin: 0 0 0;

}
.commentssubhead {
	color: #660;
	padding:0;
	font-size: 0.85em;
	margin: 0;
}
.commentspan {
	padding-left: 0.5em;
	text-align: right;
	width:98%;
	display:block;
}
.commentsbody {
	margin: 1em 0 3em;
	padding: 3px 0px 3px 3px;
	font-size: 1.1em;
	width:95%;
	color:#330
	;
}
/* -- End Comments --*/
/* -- Comment and Contact Form -- */
#commentform {
	padding: 0;
	margin: 0 1em;
}
#commentform h3 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 1em;
	display: block;
}
#commentform dl {
	margin: 0;
	padding: 0;
}
#commentform dt {
	font-size: 1.0em;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}
#commentform dt em {
	font-size: 0.9em;
}
#commentform .smallbox {
	width: 300px;
	padding: 2px;
	border: 1px solid #666;
}
#commentform textarea {
	width: 450px;
	height: 180px;
	padding: 0.2em;
	border: 1px solid #666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
/* -- End Comment and Contact Form -- */
/* -- Miscellaneous -- */
/* Email Subscriptions */
#emailsubscriptions {
	margin: 0;
	padding: 1em;
}
#emailsubscriptions h3 {
	font-size: 1em;
	margin: 0 1em 0 0.5em;
	padding: 1em 0 0;
}
#emailsubscriptions table {
	font-size: 1em;
}
/* News */
#news {
	padding: 0.5em 1em;
	margin: 1em;
}

/* Search */
#search .searchBox {
	width: 130px;
	border: 1px solid #666;
	margin: 0 1em;
	padding: 0.2em;
}
#search {
	margin: 0 0 0.2em 0;
	padding:0;
}

#search h3{
	margin-top:0px;
}


/* w.bloggar uses a class called .media for its iTunes and wmp10 "now playing" plugin */
.media {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 1em 0.5em;
}
/* Clearing element for floats */
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
}
/* -- End Miscellaneous*/
/* -- Skin button -- */
/* This button is based upon a technique described by Mike Golding at Notestips.com:
   http://www.notestips.com/80256B3A007F2692/1/NAMO5LV2NN */
#skinbutton {
	float: right;
	margin-right: 1em;
}
#skinbutton ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
#skinbutton li {
	border: 1px solid #999;
	margin: 5px 0 0 20px;
	width: 9em;
}
#skinbutton li a {
	color: #333;
	text-decoration: none;
}
head:first-child+body #skinbutton li {
	padding-right: 2px;
}
.skinbuttonlink {
	display: block;
	font: 0.75em verdana, arial, sans-serif;
	padding: 2px 0;
	border: 1px solid white;
	text-decoration: none;
	width: 100%;
	background: #ddd;
	color: #333;
}
.skinbuttonlink span {
	font: bold 1.0em verdana, arial, sans-serif;
	padding: 2px 3px;
	color: #fff;
}
.cs span {
	background: #666;
}
/* --End Skinbutton -- */

/* Tag Styles */

.TagCloud
{
	background-color: #fff;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #218203;
	line-height: 180%;
	list-style-type: none;
}

.SidebarTagCloud
{
	font-size: 80%;
	line-height: 200%;
	list-style-type: none;
	padding: 0px;
	color:#603;
	margin: 0px 0px 0px 0px !important;
	width: 290px !important;
}


.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 160%;
	font-weight: 900;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 145%;
	font-weight: 800;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 130%;
	font-weight: 600;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 120%;
	font-weight: 500;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 110%;
	font-weight: 300;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #218203;
	font-size: 100%;
	font-weight: 200;
}

.Tag1 a:hover, .Tag2 a:hover, .Tag3 a:hover, .Tag4 a:hover, .Tag5 a:hover, .Tag6 a:hover
{
	text-decoration: underline;
	color: #218203;
}

.SearchStatistics
{
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Inline tag editor */
.InlineTagEditor
{
	padding: 4px;
	border: solid 1px #999999;
	background-color: #f3f3f3;
}

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* Modal Styles */

.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.ModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../../default/images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../../default/images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

.pic {margin:0px 0px 0px 10px;}

.pic span {float:left; margin:0px; padding:0px;}

.pic img{border:1px solid #330; margin:8px; height:70px;}


/************* GALERIA ***********************/

div#content div#content2 div.photocontentdetails div.PictureDetail img{
 text-align:center;
 border:1px solid gray;
 margin-left:50px;
 padding:1px;
    }
    
div#content div#content2 h3{
color:#600;
font-size:1.5em;
padding:20px 0 0 50px;
    }
    
div#content div#content2 div.photocontentdetails div.PictureDetail div.photodetailoptions{
    display:none;
    }
    
div#content div#content2 div.PictureList img{

 border:1px solid gray;
 padding:1px;
    }
    
div#content div#content2 div.PictureListControls{
    float:left;
    margin-left:60px;
    }
/*    
div#content div#content2 div.PictureListControls a#SlideShowLink{
   display:none;
    }
 */   
div#content div#content2 div.PictureListControls div.PictureListPager{
    border-bottom:1px dotted silver !important;
    }
 a#SlideShowLink{	
	text-decoration:none;
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	margin:120px 0 0 0;	
	} 
div .CommonSinglePager{
	margin:10px 0 10px 60px;
	/*padding:20px 0 10px 0;*/
	float:left;
	}
  
  /******** pIE pagina**********/
  
  ul#pieDePagina {
    width:90%;
	height: 18px;
	margin: 10px 0px; padding-top: 1px;
	/*background: url('/img/interfaz/fondoPieDePagina.gif') repeat-x 0px 0px;*/
	
	border-top:1px solid silver;
	padding-top:10px;
}

ul#pieDePagina li {
	display: inline;
	float:left;
}

ul#pieDePagina li a {
	padding: 0px 10px;
	font: 10px "Tahoma", "Verdana", "Arial", sans-serif;
	border-right: 1px solid #000;
}

ul#pieDePagina li.rss a{
	padding: 0px 10px;
	border-right: 0px solid #000;
}

ul#pieDePagina li img{
	float:left;
	margin:2px 0 0 10px;
}


/******** caixa PUBLICIDAD ************/

/*banertrescientos*/
#bannertrescientos{
	margin:10px 0 10px 5px;
	padding-top:20px;
	overflow: hidden;	
	}

div#caixapubli {
    margin: 10px 5px 0px 8px;
    padding:14px 0 10px 0;
    background: url('../images/tag-publi.gif') 0px 0px no-repeat;
	 overflow: hidden;
    }
div#caixapublicat {
    margin: 10px 5px 0px 8px;
    padding:10px 0 10px 0;
    background: url('../images/tag-publicat.gif') 0px 0px no-repeat;
    }

/*********** fin caixa PUBLICIDAD ****************/
    
  
    
    
    
    
