/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
*{margin: 0; padding: 0;}

html { height:100%; }

body
{
  height:100%;
    background-color: #b3bebf;
    font-size: 0.94em;
    font-family: Segoe UI, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #292929;
    letter-spacing: 0.02em;
      line-height: 1.13em;            
}


img{border: 0;  
  }

a:link
{
    color: #285a77;
    text-decoration: none;
    font-weight: 700;
}
a:visited
{
    color: #285a77;
    text-decoration: none;
    font-weight: 700;    
}
a:hover
{
    color: #12242e;

}

p, ul
{
    margin-bottom: 20px;
}


.homeboxlinksmain {
  width: 100%;
  height: 26px;
  }
  
.homemenu{
  position: absolute;
  width: 400px;
  top: 18px;
  right: 0px;
  }  
  
/*Windows Modals*/  

div.jqmAlert{
  display: none;
  position: fixed;
  top: 17%;
  width: 100%;
  
}

div.jqmAlertWindow{
  background-color: #c3d9e0;
  padding: 20px;
  border: dotted 2px #607c85;
  width: 350px;
  margin-left: auto ;
  margin-right: auto;
}

div.jqmAlert H1{
  font-size: 1.3em;
  color: white;
  background-color: #121c20;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

div.jqmAlertContent{
  margin-top: 8px;
  margin-bottom: 8px;  
}

.jqmClose{
  font-size: 0.89em;  
  }


/***/

/*LoginBox*/

.logincontentW
{
    width: 60%; 
    }

.logincontent
{
    width: 100%; 
    height: 150px;  
    position:relative;   
    }
    
    
#openid_identifier1
{
    width: 100%;
    }
    
    
.logincontent input
{
    width: 100%;
    }    
    
.loginopenid
{
    width: 45%;
    float: left;
    } 
    
.loginanon   
{
    width: 40%;
    float: right;
    } 
    

.logdiv
{
    position:absolute;
    top: 80px; 
    left: 334px;
    width: 7px;
    font-weight:bold;
    font-size: 1.2em;
    text-align:right;
    }    

/**/

.textAreaBox{
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%
}
  
.textAreaBox textarea{
  padding-left: 8px; 
}

.textAreaBox p{
  text-align: left;
  padding-left: 5px; 
  }  

.FotoUsuario {
  border:1px solid #00909d; float: right; margin-left: 5px; margin-top: 2px;
  }
.FotoUserList{
float: left;  
margin-left: 0px;
margin-right: 10px;
  }  

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.3em;
    color: White; 
    font-family: Verdama, Helvetica, sans-serif;
    
}


.hometitle {
  width: 340px;
  letter-spacing: 0.04em;
    font-size: 1.1em;
    padding-bottom: 0;
    margin-bottom: 10px;
    color:#fff660;
    font-weight:600;
  }

	#logo h1 {
		position:absolute;
		top:30px;
		left:5px;
		width:331px;
		height:49px;
		margin:0; padding:0;
		font-size:1px; 
		}
		
		#logo h1 a {
      margin-top:-2px;
      margin-left:-6px;
			display:block;
			height:37px;
			text-indent:-2000px;
			background:url('/Content/Images/yoprogramoblanco.jpg') no-repeat }
  

h1 ,h2
{
    padding: 0 0 20px 0;
    color: #f48328;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}



.homemenu{
  margin-top: 18px;
font-size: 1.06em;  
text-transform: uppercase;
  }


#menuh {
  margin: -5px;
}

#menuh ul, li {  
	display: inline;
}


#menuh li {
	float: right;
	height: 18px;
  margin-left: 6px;
	text-decoration: none;	
	background: #aacadc;
	padding: 4px 8px;
	text-align: center;
	border: 1px solid #005c91;	
	font-weight: 600;
	font-size: 0.89em;
}

#menuh a:link, #menuh a:visited  {
  color: #005c91;
}

#menuh a:hover {
  color: #1a242a;
}

.userboxautor{
width: 170px; float: right; padding: 6px 10px 8px 10px; text-align: right;
}

.userboxedited{
width: 170px; background-color: #b8d9a2; float: left; margin-left: 100px; padding: 6px 10px 8px 10px; text-align: right;
}

.userboxedited1{
text-align: center;
}

/*Home Page*/


.storyRow{  
border-bottom:1px dotted #999999;
background: #f1f1f1;
float:left;
overflow:hidden;
padding: 11px 10px 5px 0;
width:100%;  
}

.storyRow a:link, .storyRow a:visited {
  color: #12242e;
  text-decoration: none;    
}

.storyRow a:hover {
  color: #354147;
  text-decoration: underline;  
}

.storyTitle h2{
  padding: 0; margin: 0 0 2px 0;  
  }

.storyTitle a:link, .storyTitle a:visited {
  color: #007da6;
  font-size: 0.92em;
  line-height: 1.05em;
  font-weight: 600;
  text-decoration: none;
  margin: 0; padding: 0;
  }

.storyTitle a:hover {
  text-decoration: none;
  }


.linksCommands{
  font-size: 0.76em;
  }

.linksCommands a:link{
  font-weight: 600;
  color: #ab0000;
  }

/*OpenId Info*/
#openidcomo{
margin-bottom: 15px;
}

/*Rank Box And Features Column*/


.featuresBox{
  padding: 3px 0 3px 0; 
  margin: 0 20px 0px 0px;
  width: auto;
  text-align: left;  
  background-color: #007da6;
  float: left;
}

.featuresBoxComment{
  background-color: #6d6c5b;
  margin-bottom: 0;
  }

.RankBox{
    float: left;
    margin-right: 10px; 
    padding-top: 2px;   
    padding-right: 2px;   
    padding-left: 2px;  
    margin-top: 3px;
    margin-bottom: 8px;
    margin-left: 3px;
    background-color: #444444;
    text-align: center; 
    width: 55px;
    font-size: 0.88em;   
  }

.storyRank{
  padding: 12px;
  background-color: #e7e7e7;
  color: #3b3b3b;
  font-weight: 600;
  font-size: 1.65em;
  width: auto;     
}

.storyRankView {
  min-width: 50px;  
  background-color: #12343f; 
    color: #b0e4ff;  
}

.storyRankViewComment {
  min-width: 50px;   
  background-color: #353535; 
    color: #d9d9d9; 
    font-size: 1.28em;
}

.storyRankAnswers{
  background-color: #a6c8a6;       
}

.votcomment a{
  font-size: 0.93em;
  }

.menoslink{
  margin-left: 3px;
  font-size: 1.32em;
  }
  
#menoslinkComment{
  margin-left: 3px;
  font-size: 1.38em;
  }  

.RankBoxvot{
padding:0 0 7px;
text-align:center;
float:left;
height:48px;
width: auto;
margin-right: 10px;
min-width: 65px;
  }
  
.RankBoxvotViewStory{
height:70px;
padding:0;
margin-right:0;
  }  
  
.RankBoxvotViewComment{
height:62px;
padding:0;
margin-right:0;
  }  
  
.RankBoxAnswers{
  background-color: #3f7448;
padding:0 0 7px;
text-align:center;
width: auto;
  }  
  
.RankBoxVisits{  
padding:0 0 7px;
text-align:center;
width: auto;
float:left;
height:48px;
  }  

.vot{
  font-weight:bold;
  font-size: 1.11em;
  padding: 1px;
  font-family: Arial;
  }
  
.vot a:link, .vot a:visited {
color: #f8f8f8;
}  
  
.textInRankBox  {
  font-weight:bold;
  font-size: 0.65em;
  padding: 5px;
  }
  
.bestCommentIcon{  
  padding-left: 10px; 
  font-family: Arial;
  font-size: 0.6em;
  font-weight: 600;  
  line-height: 1.31em;
  width: 100%;
  margin-top: 75px; 
  color: #ede014;
  }
.bestCommentIcon a 
{
    color: #d7dbdc; 
     
  }
.bestCommentIcon a:hover
{
    color: #c0f4ff; 
     
  }   
    
  
.FavoriteIcon{ 
  color: #e3e3e3;  
  font-family: Verdana;
  font-size: 2.0em;
  font-weight: bold;
  text-align: center;
  margin-top: 75px;  
  }
  
.FavoriteIcon a:link, .FavoriteIcon a:visited { 
  color: #e3e3e3;   
  }  
  
.favoritecount{
  font-size: 0.46em;  
  }  
    
/**/  

.storyText{
  padding-left: 226px;
    width: auto;
    vertical-align: middle;
}

.storyResume{
  font-size: 0.65em;  
  line-height: 2.1em; 
  }
  
.storyResume a:link, .storyResume a:visited{
  font-weight: 600;
  color: #608996;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 4px;
  text-decoration: none;  
  }  
.storyResume a:hover{
  color: #354246;
  text-decoration: underline;
  } 

a:link .storyCategoryResume {
  background-color: #d99400;
  font-weight: 600;
  color: #231f16;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 4px;
  padding-left: 4px;
  text-decoration: none;  
  }  
.storyCategoryResume a:hover{
  color: #ffda8b;
  background-color:#b07800;
  text-decoration: none;
  } 


/*StoryView*/

.storyViewHeadBox{
  /*width: 590px;*/
  width: 100%;
  font-size: 1.08em;  
  background-color: #f1f1f1;
  padding-top: 20px;     
  padding-bottom: 20px;
  padding-right: 20px;  
      overflow: hidden;       
}


.storyViewHeadBox h2 {
  color: #007da6;
  font-size: 1.98em;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0; 
  line-height: 0.95em; 
}

.textContentStoryView{
    margin-left: 20px;
    padding-left: 85px;
  }

.CatTagsLinks{
  font-size: 0.89em;
  margin-bottom: 10px;  
  }

.storyViewHeadTitle{
  font-size: 1.15em;
  font-weight: 600;
  width: auto;

  }
  
.storyViewHeadTitle h2{
  font-size: 1.51em;
  line-height: 1.2em;
  }  

.storyviewview{
  font-size: 0.78em;  
  width: auto;
  overflow:hidden;
  }

.storyHeadLinks{
  width: 60px;
  margin-top: 10px;
  float: left;  
  font-size: 0.72em;
  }

.storyview{
  width: 530px;
  margin-left: 77px;
  margin-top: 15px;
  font-size: 0.76em;
  color: #d2dfe5; 
}

.storyviewUser{
  font-size: 0.85em;    
  line-height: 1.38em;
  width: 100%;
  text-align: right; 
  padding-top: 5px;
  background-color: Yellow;
  }

.storyviewUser userpic {
  float: right;  
  }  
  

.ViewStoryYouAnswer{
  margin-top: 30px;
  }

.ViewStoryYouAnswer h2{
  margin-bottom: 2px;
  }

.CommentView{
  background-color: #effafd;
  }

.BestCommentView{
  background-color: #f4ed7a;
  }  
    
  
.CommentViewUser{

  }  

.ViewStoryComment{
  padding-left: 12px;

  }

/**/

/*MODAL WINDOW*/

.modalWindow{
  background-color: #e4ebec;
  color: #20373a;  
  }
  
.modalWindow h1, .modalWindow h2, .modalWindow h3, .modalWindow h4  {
  color: #20373a;  
  }  
  
  

/**/


/*Pagging*/

.paging {
  color: #646464;   
  font-weight: 600;
  font-size: 0.76em;
  letter-spacing: 0.59em; 
  }


.paging a:link, .paging a:visited {
  color: #cdbe3b;
  }

.paging a:hover {
  color: #ffe617;  
  text-decoration: underline;
  }
  
.paginglinksw ul {
 
}  

.paginglinksw li {
  font-size: 0.78em;  
  margin-right: 6px;
}

.paginglinksw a:link {

}
.paginglinksw a:visited {

}

/**/


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.MainColumn > h1, .MainColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

.textContentStoryView ul, .textContentStoryView ol, .ViewStoryComment ul, .ViewStoryComment ol
{
    padding: 10px 20px 12px 20px;
    background-color: #e1ebec;    
    list-style-position: inside;    
}

.textContentStoryView ul p, .textContentStoryView ol p, .ViewStoryComment ul p, .ViewStoryComment ol p
{
  padding: 0; margin: 0;  display: inline; 
}

.textContentStoryView li, .ViewStoryComment li
{
  line-height: 1.49em;   
  display:list-item; list-style-type:disc;
  padding-top: 7px;
  padding-bottom: 7px;   
}

.textContentStoryView ol li, ViewStoryComment ol li
{
 list-style-type:decimal;   
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page1
{
    width: 950px;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;    
}


.toolbar{
  background-color: #5e696f;
    padding: 5px 28px 7px 28px;
  margin: 0;
  font-weight: 700;  
  font-size: 0.72em;
  color: #ededed;
  height: 16px;
  }
  
.entrar a:link, .entrar a:visited{
  color: Yellow;
  }  

.entrar{
  float: right;
  }

.MarkdownBox{
  color: #0a727b;
  background-color: #f4f2d9; 
  padding: 10px 20px 10px 20px;
  }
  
.MarkdownBox h3{
  color: #04a400;
margin-top: 10px;
margin-bottom: 0px;
  }  
  
.MarkdownBox p{
  padding: 0; margin-top: 10px; margin-bottom: 10px;
  }  

#mainContent
{
    padding: 0px 24px 15px 24px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.columnsContainer
{
    position: relative;
}

.header
{
  padding-top: 24px;
    width: 100%;
        height: 75px;    

}

.homelinksmaincol{
  font-size: 0.89em;
  float: right;
}

.homelinksmaincol a{
  font-weight: 600;
}

.MainColumn
{
    float: left;
    width: 74%; 
}

.Barra{
  float: right;
  width: 22%;
  font-size: 0.86em;
  font-family: Verdana, Helvetica, Sans-Serif;
  }
  
.Barra ul {margin: 0 0 0 18px; padding: 0; 
	list-style-type: none; list-style-image: none; }
.Barra li { line-height: 22px; display:list-item; list-style-type: square; }
.Barra li a:link, .Barra li a:visited { font-weight: 500; color: #222523; font-size: 0.89em;}
.Barra li a:hover { text-decoration: underline; }


  
.box1{
    background-color: #abc3cb;
    width: 100%;
    margin-bottom: 20px;
    color: #292929;
  }  

.box1 p{
  padding: 18px;
  }  

.box2{
  margin:0;
    padding: 15px 18px 18px 18px; 
    background-color: #e0efe0;
  color: #222222;
  font-size: 1.15em;
  font-weight: 600;
  }
  
 
  
.box2 ul {margin: 0 0 0 18px; padding: 0; 
	list-style-type: none; list-style-image: none; }
.box2 li { line-height: 16px; display:list-item; list-style-type:circle;   }
.box2 li a:hover { text-decoration: underline; }    
     
.box3{
  letter-spacing: 0.08em;
  margin:0;
    padding: 15px 18px 18px 18px; 
    background-color: #e0efe0;
  color: #222222;
  } 
  
.box3 ul {margin: 0 0 0 0px; padding: 0; 
	list-style-type: none; list-style-image: none; }
.box3 li { line-height: 16px; display:inline;  }
.box3 li a:link, .box3 li a:visited { color: #14361d; text-transform: uppercase;}
.box3 li a:hover { text-decoration: underline; }  


.box4{
margin-top: 12px;
margin-bottom: 20px;
}

.box4 a:link, .box4 a:visited 
{
    font-weight: bold;
}

.titleBox2 {   
  background-color: #6e826e;
  padding: 4px 18px; 
  }  
  
.titleBox3 {   
  background-color: #6e826e;
  padding: 4px 18px; 
  }  




#footer
{
  font-size: 0.85em;
    color: #999;
    padding: 10px 22px 10px 22px;
    border-top: 1px solid #5C87B2;
    text-align:left;
    line-height: normal;
    margin-top: 15px;
}

#footer a:link, #footer a:visited
{
    font-weight: bold;
    }

#footer p
{
    padding: 5px 0;
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#mainMenu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul
{
    margin: 0;
    padding: 0 0 30px 0;
}

.leftColumn ul li
{
    list-style: none;
    margin-top: 5px;
    line-height: normal;
}

.leftColumn ul li a
{
    list-style: none;
    padding: 5px;
    border: 1px solid #e8eef4;
    line-height: normal;
    display: block;
    text-decoration: none;
    background-color: #e8eef4;
    font-size: .9em;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.leftColumn ul li a:hover
{
    text-decoration: none;
    background-color: #FFF;
    border-color: #e2e7ed;
}

.leftColumn ul li a:active
{
    text-decoration: none;
    background-color: #a6e2a6;
    border-color: #a6e2a6;
    color: #FFF;
}

.leftColumn h2
{
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    border-color: #5C87B2;
    background-color: #5C87B2;
    color: #FFF;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.input-validation-error
{
    border: 1px solid #c48f3a;
    background-color: #29241c;
}

.validation-summary-errors{
  font-size: 0.78em;
  color: white;
  font-weight: 600;    
  }
  
.validation-summary-errors ul {	list-style-type: none; list-style-image: none; padding: 5px; }
.validation-summary-errors li { line-height: 22px; display:list-item; list-style-type: square; color: #ffc600; font-weight: 300; margin-left: 20px; }

.formcomm{
  padding: 0; margin:0;
  list-style-type:none;  
  width: 390px;  
  }
  
.formcomm li{
  margin-bottom: 18px;
  display : block
  }
  
  
.formcomm input{
  background-color: #037f9a;
  float: right;
  border: solid 1px #ecfafd;
  padding: 4px;
  width: 230px;
  font-weight: 600;
  color: #ececec;  
  }    
  
.tablalist td{
  padding-left: 6px;
  padding-right: 12px;
  }  
  
.tablalisthead{
  font-weight: 600;  
  color: white;  
  margin-bottom: 5px;
  padding: 6px;
    background-color: #171717;
  border: solid 1px #313131;  
  }
  
/*Forms style*/

label{
float: left;
width: 100%;
font-weight: 600;
color: #6d7e83;
padding-top: 4px;
  }

input
{
  padding: 5px;
margin-top: 5px;  
color: #42849a;
background: #effafd;
border: 1px solid #d1d8db;
font-weight: 600; 
}

#btnSend
{
    background-color: #6a869a;
  border-right: #385061 2px solid;
  padding-right: 6px;
  border-top: #385061 2px solid;
  padding-left: 6px;
  padding-bottom: 2px;
  border-left: #385061 2px solid;
  padding-top: 2px;
  border-bottom: #385061 2px solid;
  color: White;
}


textarea{
  padding: 5px;  
margin-top: 5px;  
color: #42849a;
background: #effafd;
border: 1px solid #d1d8db  
  }
 
.ViewUserProfile {
  width: 100%;

  }

.ViewUserProfile IMG {
  border:1px solid #00909d;
  }
  
.picProfile {
  margin-bottom: 20px;   
  }
  
.BioUser{
  background-color: #eaeaea;
  padding: 20px 20px 5px 20px ; 
  width: 226px;
  line-height: 1.45em;
  }  
  
.BioUser IMG{
  border: 0;
  }   
  
.userRep  { 
  text-align: center; 
  }
  
.userRep p {
  font-size: 1.6em;
  font-weight:600;
  } 
    
.viewProfileTableMidCol{
  padding-left: 18px;
  } 
  
.viewProfileTableRightCol{
  padding-left: 18px;
  }     
  
.userprofileitemlist {
  font-size: 0.82em;  
  margin-top: 8px;
  }
  
.ViewProfileTitleItems{
  margin-top: 10px;
  width: 100%;
  background-color: #b8d9a2;
  padding: 6px;
  }
  
.commentList a:link, .commentList a:visited {
    color: #40a1c1;
  text-decoration: none;
  font-weight: 600;  
  }

.commentList a:hover {
    color: #107596; 
  }  

.commentitem  {
  height: 20px;
  margin-left: 10px;
  }
  
.userprofileitemlist .storyRow { 
  width: 100%;  
  border:0;
  height: 65px;
}
.ViewUserProfile TABLE{
  width: 100%;
  } 
  
/*Error*/  
.field-validation-error{
  font-size: 0.66em;
  color: #ffc600;
  font-weight: 600;
  margin-left: 6px;
  }
  
/*UserLIsts*/  
.userListBox{
  background-color:#c6d7db;
  width: 185px;
  font-size: 0.8em;
  padding: 7px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  }
  
.userListBox p{
  padding: 0;
  margin: 0;
  } 
  
.userListBox a{
  font-weight: 600;
  }    
  

  
.rowsimple{
  font-size: 0.82em;
  }  

.rowsimple a{
  font-weight: 600;
  }    
  
  /*Mensajes errores, etc*/
  
  .BodySiteSimple
  {
      background-color: White;
      }
  
  .SimpleSitePage
  {
      margin: 30px;
      width: 100%;
      text-align: center;
      
      }
      
#SimpleSiteMainContent      
{
    margin: 20px;
    }
    
#SimpleSiteMainContent h1, #SimpleSiteMainContent h2, #SimpleSiteMainContent h3 
{
    color:Black;
    }    