Styleneat - CSS Organizer.
Return
Download style.css | Copy style.css

 
 
img, div { behavior: url(iepngfix.htc) }
 
body { font-family: Arial, Verdana; }
 
.home {
	background: transparent url(../institucional/images/home.png) no-repeat scroll 0 0;
	width: 128px;
	height: 128px; }
 
.correo {
	background: transparent url(../institucional/images/correo.png) no-repeat scroll 0 0;
	width: 128px;
	height: 128px; }
 
.password {
	background: transparent url(../institucional/images/password.png) no-repeat scroll 0 0;
	width: 128px;
	height: 128px; }
 
.requerimiento {
	background: transparent url(../institucional/images/requerimiento.png) no-repeat scroll 0 0;
	width: 128px;
	height: 128px; }
 
.contenedor {
	background: transparent url(../institucional/images/fondo.png) no-repeat scroll center center;
	width: 776px;
	height: 595px;
	min-width: 776px;
	margin-left: -388px;
	position: absolute;
	text-align: left;
	left: 50%; }
 
.tooltip {
	float: right;
	margin: 15px 18px 0 0; }
 
.noticias {
	float: left;
	width: 314px;
	margin: 44px 0 0 44px;
	text-align: justify; }
 
.imagen {
	float: right;
	width: 300px;
	height: 245px;
	margin: 40px 54px 0 0; }
 
.repair { clear: both; }
 
#iconos {
	clear: right;
	float: right;
	margin: 40px 30px 0 0; }
 
#MainMenu {
	width: 730px;
	height: 22px;
	background: transparent url(../institucional/images/bmid_021.gif);
	border: 0;
	margin: 59px 0 0 20px; }
 
#tab {
	top: 0;
	height: 0;
	background: repeat-x top;
	margin: 0; }
 
	#tab ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0; }
 
	#tab li {
		display: inline;
		float: left;
		margin: 0 3px 0 0;
		padding: 0; }
 
	#tab a {
		background: #000 url(../institucional/images/bright_021.gif) no-repeat right top;
		text-decoration: none;
		border: 0;
		display: block;
		float: left;
		margin: 0;
		padding: 0; }
 
		#tab a span {
			display: block;
			background: url(../institucional/images/bleft_021.gif) no-repeat left top;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #060;
			font-weight: 700;
			line-height: 22px;
			padding: 0 18px; }
 
		#tab a:hover,#tab li.item_active a {
			background-position: right bottom;
			border-color: #000; }
 
		#tab a:hover span,#tab li.item_active a span {
			background-position: left bottom;
			color: #009;
			font-weight: 700;
			font-style: normal;
			text-decoration: none; }
 
.dropmenudiv {
	position: absolute;
	top: 0;
	float: left;
	display: block;
	visibility: hidden;
	border: 0 #306;
	background: #FFF url(../institucional/images/bmid_021.gif);
	color: #060;
	z-index: 100;
	text-decoration: none;
	padding: 0;
	background: #FFF url(../institucional/images/bmid_021.gif); }
 
	.dropmenudiv ul {
		list-style: none;
		margin: 0;
		padding: 0; }
 
	.dropmenudiv li {
		display: inline;
		margin: 0;
		padding: 0; }
 
	.dropmenudiv a:link,.dropmenudiv a:visited {
		width: 180px;
		display: block;
		border: 0 #000;
		color: #060;
		background: url(../institucional/images/bleft_021.gif) no-repeat left top;
		font-weight: 700;
		font-style: normal;
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 0; }
 
	.dropmenudiv a span {
		display: block;
		line-height: 22px;
		background: url(../institucional/images/bright_021.gif) no-repeat right top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #060;
		float: none;
		padding: 0 18px; }
 
	.dropmenudiv a:hover {
		border: 0 #000;
		background-position: left bottom;
		font-weight: 700;
		font-style: normal;
		text-decoration: none;
		color: #009; }
 
		.dropmenudiv a:hover span {
			background-position: right bottom;
			color: #009;
			font-weight: 700; }

.frame
{
	margin-top:10px;
	margin-left:20px;
}


.mensajeError
{
	padding: 5px 10px 2px 28px;
	margin:5px 15px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid red;
	background-color:#FFFFE4;
	background-image:url(../institucional/images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
    min-height: 16px;
}

.mensajeCorrecto
{
	padding: 5px 10px 2px 28px;
	margin:5px 15px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0D6B29;
	font-size: 12px;
	border:1px solid green;
	background-color:#FFFFE4;
	background-image:url(../institucional/images/ok.gif);
	background-repeat:no-repeat;
	background-position:left;
    min-height: 16px;
}
 



