/*
estilos.css <-> usado en SoloGeeks.com.ar

Copyleft 2007 Marcolandia

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
   
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
   
*/

body{
	font-size: 11px;
}

h1{
	color: #000080;
	font-size: 27px;
}

span.titleSG{
	color: #CD0000;
	font-size: 20px;
}

div.cabezeras{
background: #9CE29A;
}

div.body{
background: #FBFBFB;
}

body,td,th 
{
margin: 0px;
color: black;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
}

a{
color: #FF0000;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-size: 14px;
}


a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
	font-size:14px;
}

IMG{border: 0;}

input { height:25px; font-family: georgia, arial; font-size: 15px; color: #000000; background-color:#F4FEEB; border: #000000; border-style:solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-color:#999999}

textarea { font-family: georgia, arial; font-size: 12px; color: #000000; background-color:#F4FEEB; border: #000000; border-style:solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-color:#CCCCCC}

option {font-family: georgia, arial; font-size: 12px; color: #000000; background-color:#F4FEEB; border-bottom-width: 1px; border-left-width: 1px; border-color:#999999}



/* A fake IE information bar */
#infobar {
	font: message-box;
}

/* Please adjust the values if the infobar is not looking good */
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	color: #000;
	width:100%;
	background: #FFFFE1 url(warning.gif) no-repeat fixed .3em .3em;
	border-bottom: .16em outset;
	text-decoration: none;
	cursor: default;
}

#infobar a:hover {
	color: #FFF;
	background: #3169B6 url(warning2.gif) no-repeat fixed .3em .3em;
}

#infobar p{
	margin:0px;
	padding: .45em 0em .45em 22px;
	font-size:11px;
}

#contTutorial{
	text-align: left
}
