/* Default Color Styles */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. AREA
-5.1 
-5.2  Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #2b3b3c;
	background: #f2f2f2 url(default/bg.jpg) repeat-x top left;
	font-family:segoe ui,arial, helvetica, sans-serif;
}

h1,h3, h4, h5, h6  {
	color: #3f312e;
}
h2{color:#2E3032;}
h2 a:link, h2 a:visited{color:#3F6F90;}
h2 a:hover{text-decoration:none;color:#466980;}
h3{color:#364748;font-family:Segoe Ui,Arial;}
h3 a:link, h3 a:visited{color:#466669;}
/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3F6F90; }

h1 a:link, h1 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #272727;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	background: url(default/main.png) repeat left top;
}

#main #inside  {
	background-color: #fff;
}

/* 2.2 Header */

/* 2.3 Navigation */
/*MOMENTANEO*/
#nav a:link, #nav a:visited {
/*	background-color:#EEEEEE;
border-left:1px solid #99C1CE;
border-right:1px solid #99C1CE;
border-top:1px solid #99C1CE;
color:#4F4F4F;

}

#nav li.current_page_item a, #nav li a:hover  {
	color: #3f312e;
	border-left: 1px solid #c3dfe8;
	border-top: 1px solid #c3dfe8;
	border-right: 1px solid #c3dfe8;
	background: #eee url(default/nav.jpg) repeat-x left top;*/
}

/* Style drop down list */

#nav li ul { -webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 9px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 9px;
-moz-border-radius-bottomleft: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 8px;}
#nav li ul li {	border-bottom:1px solid #dddddd;font-size:0.89em;}
#nav li ul li a { border: none!important;background: #eee url(default/nav.jpg) repeat-x left top;}
#nav li ul li a:hover { background: #fff; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	
}

#about  {
	background: -moz-linear-gradient(center top,#8bbdde 0,#71a6c8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8bbdde),color-stop(1,#71a6c8));
	background: -moz-linear-gradient(center top,#8bbdde 0,#71a6c8 100%);
}

#about h2  {
	color:#FFFFFF;
	font-family:segoe ui,arial,helvetica,sans-serif;
	font-size:1.4em;
}

#about p  {
	color:#FFFFFF;font-family:Segoe ui,calibri,arial;
}

#about img  {
	/*border: 5px solid #da715f;*/
}

#about .fold  {
	background: url(default/about_fold.png) no-repeat left top;
}

#connect  {
	border: none;
}

#connect ul li a  {
	color: #53777a;
	background: url(default/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {
	border-bottom:0.05em solid #D8D8D8;
	color:#303E3F;
	font-size:1.65em;
	text-shadow:1px 1px 2px #BDBDBD;
	background:url('default/resultado.png')no-repeat;
	padding-left:50px;
}
h2.archivocabezal  {
	color:#303E3F;
	font-size:0.75em;
	font-weight:500;
	margin-bottom:20px;
	text-shadow:1px 1px 2px #BDBDBD;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #466980;
}
#sidebar .volador a{
color: white !important;
float: left;
font-size: 0.9em;
font-weight: 700;
position: absolute;
background: #78BC40;
height: 21px;
top: -10px;
width: 65px;	
	}

/* 2.7 Footer */


#footer p  {
	color:#8A8A8A;
font-size:0.93em;
font-weight:300;
position:relative;
text-align:center;
text-shadow:1px 1px 1px #FFFFFF;
top:40px;
}
#footer p  a{
	color:#808080;
	text-shadow: 1px 1px 1px #fff;
	border-bottom:1px dashed #999;
	

}

#footer ul li a  {
	color: #4f4f4f;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #3f312e;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #fff;
	
	background: -moz-linear-gradient(center top,#8bbdde 0,#71a6c8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#8bbdde),color-stop(1,#71a6c8));
	background: -moz-linear-gradient(center top,#8bbdde 0,#71a6c8 100%);
	text-transform: capitalize;
}


.widget h3 span.fold  {
	background: url('default/widget_fold.png') no-repeat center center;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	/*background: url(default/bullet.png) no-repeat 8px 13px;*/
}
ul.volador li a:link{background:none;color:#fff;border:none;}
.widget ul li .volador a:link{background:none;color:#fff;border:none;}
.widget ul li .volador a:hover  {color:#fff;}

.widget ul li a:hover  {
	color: #53777a!important;
	
	/*background-image: url(default/bullet_hover.png);*/
}

.widget_recent_ li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(default/bullet.png) no-repeat 8px 13px;
}

.widget_recent_ li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #898989;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}
#searchform2 #s  {
	border: none;
}

#searchform2 .submit  {
background:url("default/bglupa.png") no-repeat scroll 0 0 transparent;
border:medium none;
bottom:38px;
color:#333333;
float:right;
height:32px;
padding:0;
position:relative;
right:0px;
width:38px;
cursor:pointer;
}

#twitter a  {
	background-image: none;
}
.comments {background:url("default/comments.png") no-repeat scroll;height:45px;color:#000;padding-left:15px;padding-top:3px;float:left;width:7%;background-position:0 3px;}
.comments a {
    font-size: 1.3em;
    font-weight: 500;
}


/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	border-bottom:1px solid #DCD6D5;padding-bottom:20px;position:relative;
}

.post .meta  {
	color: #8a7975;
}

.post .meta .  {
	background: url(default/ico-.png) no-repeat right 1px;
}

.post .categories a  {
	color: #fff;
	background-color: #e17c69;
}

.post .categories a:hover  {
	text-decoration: none;
	background-color: #cc4330;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
	border: 3px solid #dbdbdb;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #53777a;
}

.Nav a:link, .Nav a:visited  {
	color: #53777a;
}

/*-----------------------------*/
/* 5. AREA */
/*-----------------------------*/

/* 5.1  */

# ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

# ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

# ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

# ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

# ul.children {
	background: url(default/comment_reply.png) no-repeat left 11px;
}

# ul.children li {
	border-bottom: 0;
}

# .navigation .alignright, # .navigation .alignleft { margin:0;}
# .navigation a {
	color: #fff;
	background: #9F9F9F;
}

# .navigation a:hover {background: #888;}

# .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2  Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	background:url("default/responder.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:700;
	height:43px;
	width:133px;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/



.opacidadboton a:link {opacity: .5 !important;   -moz-opacity: .5!important;   filter:alpha(opacity=5)!important;}
