﻿body, html
{
	margin:0;
	text-align:center;
}

.all{
	text-align:left;
}

.grid h2 a {
	color:#8FDCF6;
	font-size:25px;
	font-weight:100;
	padding-bottom:5px;
	text-transform:capitalize;
	text-decoration: none;
}

.acb_boton1
{
	text-decoration:none;
}
.acb_boton2
{
	text-decoration:none;
}
.acb_boton3
{
	text-decoration:none;
}
.acb_boton4
{
	text-decoration:none;
}


.acb_boton1 a{
	position:absolute;
	left:60px;
	bottom:35px;
	color:#FFF;
	width:110px;
}
				
.acb_boton2 a{
	position:absolute;
	left:60px;
	bottom:35px;
	color:#FFF;
	width:80px;
	text-decoration:none;
}
			
.acb_boton3 a{
	position:absolute;
	left:60px;
	bottom:35px;
	color:#FFF;
	width:110px;
	text-decoration:none;
}

.acb_boton4 a{
	position:absolute;
	left:60px;
	bottom:35px;
	color:#FFF;
	width:60px;
	text-decoration:none;
}

.ac_botones span{
	color:#FFF;
	text-transform:capitalize;
	margin-left:60px;
	margin-top:10px;
	font-weight:100;
	font-size:14px;
}

.especial
{
	background-color: orange;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 2px 5px;
}

p
{
	margin-bottom: 15px;
}

h2
{
	margin-bottom: 15px;
}

h3
{
    font-size:20px;
    font-weight:normal;
	margin-bottom: 15px;
}

h1{
	color:#8FDCF6;
	font-weight:100;
	text-transform:uppercase;
	border-bottom:1px solid #2396DE;
	border-top:1px solid #2396DE;
	float:left;
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
	position:relative;
	width:100%;
}

.validation-summary-errors{
	margin:20px 0px 20px 0px;
	padding:20px;
	background-color: #FFECEC;
	background-image: url("/Content/img/error.png");
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border: solid 2px Red;
	clear: both;
}

.validation-summary-errors ul{
	margin-left:50px;
}

.validation-summary-errors li {
	border:0 none;
	color:#666666;
	list-style:square outside none;
	margin:0 0 0 10px;
	padding:0;
}

.validation-summary-errors span 
{
	margin-left:50px;
}

.ok{
	position:relative;
	margin:20px 0px 20px 0px;
	padding:20px;
	background-color:#C5F0A0;
	color:#247415;
	padding:10px 10px 10px 10px;
	border: solid 2px green;
}

/* formulario */
textarea {
	height:100px;
	width:352px;
}

input[type='text']
{
	width:352px;
}

.formulario{
	position:relative;
	float:left;
	height:auto;
	background-color:#F3F3F3;
	padding:20px 10px;
	margin-top:20px;
	width: 98%;
}

	.formulario .titulo{
		position:relative;
		float:left;
		border-bottom:1px #2396DE solid;
		padding-bottom:5px;
		width:100%;
		margin-bottom:20px;
		font-weight:800;
	}
	.formulario .titulo2{
		position:relative;
		float:left;
		border-bottom:1px #2396DE solid;
		padding-bottom:5px;
		width:100%;
		margin-bottom:20px;
		margin-top:20px;
		font-weight:800;
	}
	.formulario p{
		display:block;
		margin-bottom:10px;
	}
	.formulario .lab_action{
		width:100%;
		text-align:right;
	}
	/*
	.formulario span{
		margin:0px 0px 0px 0px;
		color:#2396DE;
	}
*/
	.formulario .moreinfo{
		color:#ccc;
		position:relative;
		float:left;
		padding-left:250px;
		width:355px;
		margin:5px 0px 10px 0px;
	}
	.formulario .validar{
		color:#F00;
		position:relative;
		float:left;
		padding-left:250px;
		width:355px;
		margin:5px 0px 0px 0px;
	}
	.formulario label{
		position:relative;
		float:left;
		width:250px;
	}
	
	
.parrafo
{
	display:block;
	margin-bottom:10px;
}

.formulario .field-validation-error {
	color:#FF0000;
	width:355px;
}

.display-field
{
	border-bottom: solid 1.5px;
	border-left: solid 1.5px;
	padding: 5px;
}

.barra_superior2 {
	margin-top:6px;
}

.gc_item {
	margin-right:13px;
	margin-bottom: 30px;
}

.imagenProducto
{
	-moz-border-radius: 5px;
}

.sinImagen
{
	height: 100px;
	width: 140px;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-moz-border-radius: 5px;
	background-color: #ccc;
}

.portada
{
	height: 40px;
	width: 159px;
}

.productoDetalle
{
	float: right;
}

.productoDetalle a img 
{
	margin-bottom:-3px;
}

.detailParrafo
{
	display: inline;
}

.preParrafo
{
	color:#2396DE;
	width: 150px;
}

.field-validation-error
{
	color: Red;
}

.tablaTotal
{
	text-align: right;
	padding: 3px;
	font-size: 1.2em;
}

.tablaTotal td
{
	padding: 5px;
}

.tablaTotal .precio
{
	font-family: Courier New;
	padding-left: 12px;
	font-size: 14px;
	color: #2396DE;
	font-weight: bold;
	min-width: 120px;
}

.tablaTotal .enunciado
{
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
}
